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

29 lines
803 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"parent": "block/block",
"texture_size": [16, 32],
"textures": {
"0": "block/warped_wart_block",
"1": "block/warped_wart_block_side",
"particle": "block/warped_wart_block"
},
"elements": [
{
"from": [-0.05, -16, -0.05],
"to": [16.05, 16, 16.05],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up"}
}
},
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"}
}
}
]
}