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

20 lines
484 B
JSON

{
"parent": "block/block",
"textures": {
"0": "block/bricks_model"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [4, 8, 8, 12], "texture": "#0"},
"east": {"uv": [12, 8, 16, 12], "texture": "#0"},
"south": {"uv": [0, 8, 4, 12], "texture": "#0"},
"west": {"uv": [8, 8, 12, 12], "texture": "#0"},
"up": {"uv": [0, 12, 4, 16], "texture": "#0"},
"down": {"uv": [12, 12, 16, 16], "texture": "#0"}
}
}
]
}