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

31 lines
972 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"credit": "Made with Blockbench",
"textures": {
"particle": "block/bricks",
"wall": "block/brick_wall"
},
"elements": [
{
"from": [4, -0.01, 4],
"to": [12, 15.99, 12],
"faces": {
"north": {"uv": [0, 0, 2, 4], "texture": "#wall"},
"east": {"uv": [2, 0, 4, 4], "texture": "#wall"},
"south": {"uv": [0, 4, 2, 8], "texture": "#wall"},
"west": {"uv": [2, 4, 4, 8], "texture": "#wall"},
"down": {"uv": [4.25, 2, 6.25, 4], "texture": "#wall", "cullface": "down"}
}
},
{
"from": [3.95, 0.01, 3.95],
"to": [12.05, 16.01, 12.05],
"faces": {
"north": {"uv": [0, 8, 2, 12], "texture": "#wall", "cullface": "up"},
"east": {"uv": [2, 8, 4, 12], "texture": "#wall", "cullface": "up"},
"south": {"uv": [0, 12, 2, 16], "texture": "#wall", "cullface": "up"},
"west": {"uv": [2, 12, 4, 16], "texture": "#wall", "cullface": "up"},
"up": {"uv": [4.25, 0, 6.25, 2], "texture": "#wall", "cullface": "up"}
}
}
]
}