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

28 lines
827 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"textures": {
"texture": "block/warped_fence",
"particle": "block/warped_planks"
},
"elements": [
{
"from": [7, 6, 0],
"to": [9, 15, 16],
"faces": {
"north": {"uv": [14, 1, 16, 10], "texture": "#texture", "cullface": "north"},
"east": {"uv": [0, 1, 16, 10], "texture": "#texture"},
"south": {"uv": [14, 1, 16, 10], "texture": "#texture", "cullface": "south"},
"west": {"uv": [0, 1, 16, 10], "texture": "#texture"},
"up": {"uv": [0, 1, 16, 3], "rotation": 90, "texture": "#texture"},
"down": {"uv": [0, 8, 16, 10], "rotation": 90, "texture": "#texture"}
}
},
{
"from": [7, 12, 0],
"to": [9, 9, 16],
"faces": {
"up": {"uv": [0, 7, 16, 9], "rotation": 90, "texture": "#texture"},
"down": {"uv": [0, 2, 16, 4], "rotation": 90, "texture": "#texture"}
}
}
]
}