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

22 lines
634 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"credit": "Made with Blockbench",
"textures": {
"texture": "block/bamboo_fence",
"log": "block/bamboo_fence2",
"particle": "block/bamboo_block"
},
"elements": [
{
"from": [6, 0, 6],
"to": [10, 16, 10],
"faces": {
"north": {"uv": [6, 0, 10, 16], "texture": "#texture"},
"east": {"uv": [6, 0, 10, 16], "texture": "#texture"},
"south": {"uv": [6, 0, 10, 16], "texture": "#texture"},
"west": {"uv": [6, 0, 10, 16], "texture": "#texture"},
"up": {"uv": [11, 0, 15, 4], "texture": "#log", "cullface": "up"},
"down": {"uv": [11, 12, 15, 16], "texture": "#log", "cullface": "down"}
}
}
]
}