Finished adding all of the dungeon blocks and localized them. Added the appropriate models for rotated pillars/pillar caps.
This commit is contained in:
parent
b08c7fd7ae
commit
afcba54df4
21 changed files with 569 additions and 60 deletions
|
@ -1,76 +1,58 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "minecraft:cube_bottom_top",
|
||||
"model": "minecraft:cube",
|
||||
"textures": {
|
||||
"bottom": "bloodmagic:blocks/dungeon/dungeon_pillarheart",
|
||||
"top": "bloodmagic:blocks/dungeon/dungeon_pillarheart",
|
||||
"side": "bloodmagic:blocks/dungeon/dungeon_pillar"
|
||||
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart",
|
||||
"side": "bloodmagic:blocks/dungeon/dungeon_pillar",
|
||||
"particle": "#end"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"axis": {
|
||||
"x": {
|
||||
"model": "bloodmagic:BlockPillarX"
|
||||
},
|
||||
"y": {
|
||||
"model": "minecraft:cube_bottom_top",
|
||||
"textures": {
|
||||
"top": "#end",
|
||||
"bottom": "#end"
|
||||
}
|
||||
},
|
||||
"z": {
|
||||
"model": "bloodmagic:BlockPillarZ"
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"raw": {
|
||||
|
||||
},
|
||||
"corrosive": {
|
||||
"textures": {
|
||||
"bottom": "bloodmagic:blocks/dungeon/dungeon_pillarheart_c",
|
||||
"top": "bloodmagic:blocks/dungeon/dungeon_pillarheart_c",
|
||||
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart_c",
|
||||
"side": "bloodmagic:blocks/dungeon/dungeon_pillar_c"
|
||||
}
|
||||
},
|
||||
"destructive": {
|
||||
"textures": {
|
||||
"bottom": "bloodmagic:blocks/dungeon/dungeon_pillarheart_d",
|
||||
"top": "bloodmagic:blocks/dungeon/dungeon_pillarheart_d",
|
||||
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart_d",
|
||||
"side": "bloodmagic:blocks/dungeon/dungeon_pillar_d"
|
||||
}
|
||||
},
|
||||
"vengeful": {
|
||||
"textures": {
|
||||
"bottom": "bloodmagic:blocks/dungeon/dungeon_pillarheart_v",
|
||||
"top": "bloodmagic:blocks/dungeon/dungeon_pillarheart_v",
|
||||
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart_v",
|
||||
"side": "bloodmagic:blocks/dungeon/dungeon_pillar_v"
|
||||
}
|
||||
},
|
||||
"steadfast": {
|
||||
"textures": {
|
||||
"bottom": "bloodmagic:blocks/dungeon/dungeon_pillarheart_s",
|
||||
"top": "bloodmagic:blocks/dungeon/dungeon_pillarheart_s",
|
||||
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart_s",
|
||||
"side": "bloodmagic:blocks/dungeon/dungeon_pillar_s"
|
||||
}
|
||||
}
|
||||
},
|
||||
"axis": {
|
||||
"x": {
|
||||
"transform": {
|
||||
"rotation": {"z": -90}
|
||||
}
|
||||
},
|
||||
"y": {
|
||||
|
||||
},
|
||||
"z": {
|
||||
"transform": {
|
||||
"rotation": {"x": 90}
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": [{
|
||||
"variants": {
|
||||
"raw": {
|
||||
|
||||
},
|
||||
"corrosive": {
|
||||
"textures": {
|
||||
"bottom": "bloodmagic:blocks/dungeon/dungeon_pillarheart_c",
|
||||
"top": "bloodmagic:blocks/dungeon/dungeon_pillarheart_c",
|
||||
"side": "bloodmagic:blocks/dungeon/dungeon_pillar_c"
|
||||
}
|
||||
}
|
||||
}
|
||||
}]
|
||||
"inventory": [{ }]
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,58 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "minecraft:cube",
|
||||
"textures": {
|
||||
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart",
|
||||
"side": "bloodmagic:blocks/dungeon/dungeon_pillarspecial",
|
||||
"particle": "#end"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"axis": {
|
||||
"x": {
|
||||
"model": "bloodmagic:BlockPillarX"
|
||||
},
|
||||
"y": {
|
||||
"model": "minecraft:cube_bottom_top",
|
||||
"textures": {
|
||||
"top": "#end",
|
||||
"bottom": "#end"
|
||||
}
|
||||
},
|
||||
"z": {
|
||||
"model": "bloodmagic:BlockPillarZ"
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"raw": {
|
||||
|
||||
},
|
||||
"corrosive": {
|
||||
"textures": {
|
||||
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart_c",
|
||||
"side": "bloodmagic:blocks/dungeon/dungeon_pillarspecial_c"
|
||||
}
|
||||
},
|
||||
"destructive": {
|
||||
"textures": {
|
||||
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart_d",
|
||||
"side": "bloodmagic:blocks/dungeon/dungeon_pillarspecial_d"
|
||||
}
|
||||
},
|
||||
"vengeful": {
|
||||
"textures": {
|
||||
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart_v",
|
||||
"side": "bloodmagic:blocks/dungeon/dungeon_pillarspecial_v"
|
||||
}
|
||||
},
|
||||
"steadfast": {
|
||||
"textures": {
|
||||
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart_s",
|
||||
"side": "bloodmagic:blocks/dungeon/dungeon_pillarspecial_s"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": [{ }]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "minecraft:cube",
|
||||
"textures": {
|
||||
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart",
|
||||
"sideBottom": "bloodmagic:blocks/dungeon/dungeon_pillarbottom",
|
||||
"sideTop": "bloodmagic:blocks/dungeon/dungeon_pillartop",
|
||||
"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": {
|
||||
"raw": {
|
||||
|
||||
},
|
||||
"corrosive": {
|
||||
"textures": {
|
||||
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart_c",
|
||||
"sideBottom": "bloodmagic:blocks/dungeon/dungeon_pillarbottom_c",
|
||||
"sideTop": "bloodmagic:blocks/dungeon/dungeon_pillartop_c"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": [{ }]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "minecraft:cube",
|
||||
"textures": {
|
||||
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart_d",
|
||||
"sideBottom": "bloodmagic:blocks/dungeon/dungeon_pillarbottom_d",
|
||||
"sideTop": "bloodmagic:blocks/dungeon/dungeon_pillartop_d",
|
||||
"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": {
|
||||
"destructive": {
|
||||
|
||||
},
|
||||
"vengeful": {
|
||||
"textures": {
|
||||
"end": "bloodmagic:blocks/dungeon/dungeon_pillarheart_v",
|
||||
"sideBottom": "bloodmagic:blocks/dungeon/dungeon_pillarbottom_v",
|
||||
"sideTop": "bloodmagic:blocks/dungeon/dungeon_pillartop_v"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inventory": [{ }]
|
||||
}
|
||||
}
|
|
@ -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": [{ }]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue