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

37 lines
1.2 KiB
JSON

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