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

54 lines
1.7 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"
},
"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": [1, 8, 1],
"to": [15, 16, 15],
"faces": {
"north": {"uv": [1, 0, 15, 8], "texture": "#side"},
"east": {"uv": [1, 0, 15, 8], "texture": "#side"},
"south": {"uv": [1, 0, 15, 8], "texture": "#side"},
"west": {"uv": [1, 0, 15, 8], "texture": "#side"},
"up": {"uv": [1, 1, 15, 15], "texture": "#top", "cullface": "up"}
}
},
{
"from": [15, 8, 1],
"to": [1, 16, 15],
"faces": {
"north": {"uv": [1, 0, 15, 8], "texture": "#side"},
"east": {"uv": [1, 0, 15, 8], "texture": "#side"},
"south": {"uv": [1, 0, 15, 8], "texture": "#side"},
"west": {"uv": [1, 0, 15, 8], "texture": "#side"},
"up": {"uv": [1, 1, 15, 15], "texture": "#top", "cullface": "up"}
}
}
]
}