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

19 lines
530 B
JSON

{
"textures": {
"texture": "block/dark_oak_fence",
"particle": "block/dark_oak_planks"
},
"elements": [
{
"from": [7, 3, 0],
"to": [9, 15, 6],
"faces": {
"north": {"uv": [7, 2, 9, 13], "texture": "#texture", "cullface": "north"},
"east": {"uv": [10, 2, 16, 13], "texture": "#texture"},
"west": {"uv": [0, 2, 6, 13], "texture": "#texture"},
"up": {"uv": [0, 2, 6, 4], "rotation": 90, "texture": "#texture"},
"down": {"uv": [10, 11, 16, 13], "rotation": 90, "texture": "#texture"}
}
}
]
}