minecraft-assets/assets/minecraft/models/block/custom_fence_side_west.json

37 lines
1.3 KiB
JSON

{
"elements": [
{
"name": "top bar",
"from": [0, 12, 7],
"to": [9, 15, 9],
"faces": {
"north": {"uv": [4, 4, 13, 7], "texture": "#texture"},
"south": {"uv": [4, 4, 13, 7], "texture": "#texture"},
"west": {"uv": [15, 4, 13, 7], "texture": "#texture", "cullface": "west"},
"up": {"uv": [13, 7, 15, 16], "rotation": 270, "texture": "#texture"},
"down": {"uv": [13, 7, 15, 16], "rotation": 90, "texture": "#texture"}
}
},
{
"name": "lower bar",
"from": [0, 6, 7],
"to": [9, 9, 9],
"faces": {
"north": {"uv": [4, 4, 13, 7], "texture": "#texture"},
"south": {"uv": [4, 4, 13, 7], "texture": "#texture"},
"west": {"uv": [15, 4, 13, 7], "texture": "#texture", "cullface": "west"},
"up": {"uv": [13, 7, 15, 16], "rotation": 270, "texture": "#texture"},
"down": {"uv": [13, 7, 15, 16], "rotation": 90, "texture": "#texture"}
}
}
],
"groups": [
{
"name": "west",
"origin": [0, 0, 0],
"color": 0,
"children": [0, 1]
}
]
}