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

22 lines
642 B
JSON
Raw Normal View History

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