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

70 lines
1.9 KiB
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"textures": {
"texture": "block/birch_fence",
"particle": "block/oak_planks"
},
"elements": [
{
"from": [6.5, 11, 0],
"to": [9.5, 13, 16],
"faces": {
"east": {"uv": [0, 2, 16, 4], "texture": "#texture"},
"west": {"uv": [0, 2, 16, 4], "texture": "#texture"},
"up": {"uv": [0, 2, 16, 4], "rotation": 90, "texture": "#texture"},
"down": {"uv": [0, 2, 16, 4], "rotation": 90, "texture": "#texture"}
}
},
{
"from": [6.5, 3, 0],
"to": [9.5, 5, 16],
"faces": {
"east": {"uv": [0, 10, 16, 12], "texture": "#texture"},
"west": {"uv": [0, 10, 16, 12], "texture": "#texture"},
"up": {"uv": [0, 10, 16, 12], "rotation": 90, "texture": "#texture"},
"down": {"uv": [0, 10, 16, 12], "rotation": 90, "texture": "#texture"}
}
},
{
"from": [7, -1, 0],
"to": [9, 15, 16],
"faces": {
"north": {"uv": [11, 0, 13, 16], "texture": "#texture", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#texture"},
"south": {"uv": [11, 0, 13, 16], "texture": "#texture", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#texture"},
"up": {"uv": [0, 0, 16, 2], "rotation": 90, "texture": "#texture"},
"down": {"uv": [0, 14, 16, 16], "rotation": 270, "texture": "#texture"}
}
},
{
"from": [7, -1, 3],
"to": [9, 15, 1],
"faces": {
"north": {"uv": [11, 0, 13, 16], "texture": "#texture"},
"south": {"uv": [3, 0, 5, 16], "texture": "#texture"}
}
},
{
"from": [7, -1, 15],
"to": [9, 15, 13],
"faces": {
"north": {"uv": [5, 0, 3, 16], "texture": "#texture"},
"south": {"uv": [13, 0, 11, 16], "texture": "#texture"}
}
},
{
"from": [7, -1, 7],
"to": [9, 15, 5],
"faces": {
"south": {"uv": [3, 0, 5, 16], "texture": "#texture"}
}
},
{
"from": [7, -1, 11],
"to": [9, 15, 9],
"faces": {
"north": {"uv": [5, 0, 3, 16], "texture": "#texture"}
}
}
]
}