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

21 lines
626 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"parent": "block/block",
"textures": {
"0": "block/bricks_model",
"particle": "block/bricks"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [4, 0, 8, 4], "texture": "#0", "cullface": "north"},
"east": {"uv": [12, 0, 16, 4], "texture": "#0", "cullface": "east"},
"south": {"uv": [0, 0, 4, 4], "texture": "#0", "cullface": "south"},
"west": {"uv": [8, 0, 12, 4], "texture": "#0", "cullface": "west"},
"up": {"uv": [0, 4, 4, 8], "texture": "#0", "cullface": "up"},
"down": {"uv": [12, 4, 16, 8], "texture": "#0", "cullface": "down"}
}
}
]
}