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

21 lines
559 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"ambientocclusion": false,
"textures": {
"0": "block/nether_brick_fence",
"particle": "block/nether_bricks"
},
"elements": [
{
"from": [6, 0, 6],
"to": [10, 16, 10],
"faces": {
"north": {"uv": [0, 0, 2, 8], "texture": "#0"},
"east": {"uv": [8, 0, 10, 8], "texture": "#0"},
"south": {"uv": [0, 0, 2, 8], "texture": "#0"},
"west": {"uv": [8, 0, 10, 8], "texture": "#0"},
"up": {"uv": [0, 0, 2, 2], "texture": "#0", "cullface": "up"},
"down": {"uv": [0, 0, 2, 2], "texture": "#0", "cullface": "down"}
}
}
]
}