A whole lot of formatting cleanup
Also changes NBTHolder to a standard Constants class with subclasses for each category
This commit is contained in:
parent
f9802900db
commit
34dee6447b
74 changed files with 861 additions and 662 deletions
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"textures": { },
|
||||
"model": "orientable"
|
||||
},
|
||||
"variants": {
|
||||
"normal": [{
|
||||
"textures": {
|
||||
"top": "bloodmagic:blocks/Teleposer_Top",
|
||||
"side": "bloodmagic:blocks/Teleposer_Side",
|
||||
"front": "bloodmagic:blocks/Teleposer_Side",
|
||||
"bottom": "bloodmagic:blocks/Teleposer_Side"
|
||||
}
|
||||
}]
|
||||
}
|
||||
}
|
|
@ -20,6 +20,11 @@ item.BloodMagic.scribe.air.name=Air Scribing Tools
|
|||
item.BloodMagic.scribe.dusk.name=Dusk Scribing Tools
|
||||
item.BloodMagic.scribe.dawn.name=Dawn Scribing Tools
|
||||
|
||||
item.BloodMagic.focus.weak.name=Teleposition Focus
|
||||
item.BloodMagic.focus.enhanced.name=Enhanced Teleposition Focus
|
||||
item.BloodMagic.focus.reinforced.name=Reinforced Teleposition Focus
|
||||
item.BloodMagic.focus.demonic.name=Demonic Teleposition Focus
|
||||
|
||||
item.BloodMagic.slate.blank.name=Blank Slate
|
||||
item.BloodMagic.slate.reinforced.name=Reinforced Slate
|
||||
item.BloodMagic.slate.imbued.name=Imbued Slate
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"parent": "block/orientable",
|
||||
"textures": {
|
||||
"top": "bloodmagic:blocks/Teleposer_Top",
|
||||
"side": "bloodmagic:blocks/Teleposer_Side",
|
||||
"front": "bloodmagic:blocks/Teleposer_Side",
|
||||
"bottom": "bloodmagic:blocks/Teleposer_Side"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"parent": "bloodmagic:block/BlockTeleposer",
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [ 10, -45, 170 ],
|
||||
"translation": [ 0, 1.5, -2.75 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue