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

19 lines
522 B
JSON
Raw Normal View History

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