ploof-pack/faithless/assets/minecraft/models/block/sculk_shrieker_on.json

125 lines
3.4 KiB
JSON

{
"parent": "block/block",
"textures": {
"4": "block/sculk_shrieker_side_outer",
"particle": "block/sculk_particle",
"bottom": "block/sculk_shrieker_bottom",
"side": "block/sculk_shrieker_side",
"top": "block/sculk_shrieker_top",
"inner_top": "block/sculk_shrieker_inner_top",
"souls": "block/sculk_shrieker_souls"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 8, 16],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#inner_top"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [0, 0, 0],
"to": [16, 10, 16],
"faces": {
"north": {"uv": [0, 6, 16, 16], "texture": "#4", "cullface": "north"},
"east": {"uv": [0, 6, 16, 16], "texture": "#4", "cullface": "east"},
"south": {"uv": [0, 6, 16, 16], "texture": "#4", "cullface": "south"},
"west": {"uv": [0, 6, 16, 16], "texture": "#4", "cullface": "west"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [-8, 0, 8],
"to": [24, 32, 8],
"rotation": {"angle": -45, "axis": "y", "origin": [8, 8.5, 8]},
"color": 5,
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#souls"},
"south": {"uv": [0, 0, 16, 16], "texture": "#souls"}
}
},
{
"from": [8, 0, -8],
"to": [8, 32, 24],
"rotation": {"angle": -45, "axis": "y", "origin": [8, 8.5, 8]},
"color": 5,
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#souls"},
"west": {"uv": [0, 0, 16, 16], "texture": "#souls"}
}
},
{
"from": [11, 8, 1],
"to": [15, 16, 15],
"faces": {
"north": {"uv": [1, 0, 5, 8], "texture": "#side"},
"east": {"uv": [1, 0, 15, 8], "texture": "#side"},
"south": {"uv": [11, 0, 15, 8], "texture": "#side"},
"up": {"uv": [11, 1, 15, 15], "texture": "#top", "cullface": "up"}
}
},
{
"from": [15, 8, 1],
"to": [11, 16, 15],
"faces": {
"north": {"uv": [11, 0, 15, 8], "texture": "#side"},
"south": {"uv": [1, 0, 5, 8], "texture": "#side"},
"west": {"uv": [1, 0, 15, 8], "texture": "#side"},
"up": {"uv": [1, 1, 5, 15], "texture": "#top", "cullface": "up"}
}
},
{
"from": [1, 8, 1],
"to": [5, 16, 15],
"faces": {
"north": {"uv": [11, 0, 15, 8], "texture": "#side"},
"south": {"uv": [1, 0, 5, 8], "texture": "#side"},
"west": {"uv": [1, 0, 15, 8], "texture": "#side"},
"up": {"uv": [1, 1, 5, 15], "texture": "#top", "cullface": "up"}
}
},
{
"from": [5, 8, 1],
"to": [1, 16, 15],
"faces": {
"north": {"uv": [1, 0, 5, 8], "texture": "#side"},
"east": {"uv": [1, 0, 15, 8], "texture": "#side"},
"south": {"uv": [11, 0, 15, 8], "texture": "#side"},
"up": {"uv": [11, 1, 15, 15], "texture": "#top", "cullface": "up"}
}
},
{
"from": [5, 8, 1],
"to": [11, 16, 2],
"faces": {
"north": {"uv": [5, 0, 11, 8], "texture": "#side"},
"up": {"uv": [5, 14, 11, 15], "texture": "#top"}
}
},
{
"from": [5, 8, 2],
"to": [11, 16, 1],
"faces": {
"south": {"uv": [5, 0, 11, 8], "texture": "#side"},
"up": {"uv": [5, 1, 11, 2], "texture": "#top"}
}
},
{
"from": [5, 8, 14],
"to": [11, 16, 15],
"faces": {
"south": {"uv": [5, 0, 11, 8], "texture": "#side"},
"up": {"uv": [5, 1, 11, 2], "texture": "#top"}
}
},
{
"from": [5, 8, 15],
"to": [11, 16, 14],
"faces": {
"north": {"uv": [5, 0, 11, 8], "texture": "#side"},
"up": {"uv": [5, 14, 11, 15], "texture": "#top"}
}
}
]
}