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

29 lines
840 B
JSON

{
"credit": "Made with Blockbench",
"textures": {
"texture": "block/bamboo_fence",
"particle": "block/bamboo_planks"
},
"elements": [
{
"from": [7, 7, 6],
"to": [9, 12, 2],
"faces": {
"south": {"uv": [0, 4, 2, 9], "texture": "#texture"},
"up": {"uv": [2, 2, 6, 4], "rotation": 270, "texture": "#texture"},
"down": {"uv": [2, 9, 6, 11], "rotation": 90, "texture": "#texture"}
}
},
{
"from": [7, 4, 0],
"to": [9, 15, 6],
"faces": {
"north": {"uv": [14, 1, 16, 12], "texture": "#texture", "cullface": "north"},
"east": {"uv": [10, 1, 16, 12], "texture": "#texture"},
"west": {"uv": [0, 1, 6, 12], "texture": "#texture"},
"up": {"uv": [10, 1, 16, 3], "rotation": 270, "texture": "#texture"},
"down": {"uv": [10, 10, 16, 12], "rotation": 90, "texture": "#texture"}
}
}
]
}