Finished adding all of the dungeon blocks and localized them. Added the appropriate models for rotated pillars/pillar caps.

This commit is contained in:
WayofTime 2016-09-05 10:30:59 -04:00
parent b08c7fd7ae
commit afcba54df4
21 changed files with 569 additions and 60 deletions

View file

@ -0,0 +1,50 @@
{
"forge_marker": 1,
"defaults": {
"model": "minecraft:cube",
"textures": {
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart_s",
"sideBottom": "bloodmagic:blocks/dungeon/dungeon_pillarbottom_s",
"sideTop": "bloodmagic:blocks/dungeon/dungeon_pillartop_s",
"particle": "#end"
}
},
"variants": {
"facing": {
"down": {
"model": "minecraft:cube_bottom_top",
"textures": {
"top": "#end",
"bottom": "#end",
"side": "#sideBottom"
}
},
"up": {
"model": "minecraft:cube_bottom_top",
"textures": {
"top": "#end",
"bottom": "#end",
"side": "#sideTop"
}
},
"north": {
"model": "bloodmagic:BlockPillarCapNorth"
},
"south": {
"model": "bloodmagic:BlockPillarCapSouth"
},
"west": {
"model": "bloodmagic:BlockPillarCapWest"
},
"east": {
"model": "bloodmagic:BlockPillarCapEast"
}
},
"type": {
"steadfast": {
}
},
"inventory": [{ }]
}
}