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

20 lines
578 B
JSON

{
"ambientocclusion": false,
"textures": {
"particle": "block/air",
"bottom": "#bottom"
},
"elements": [
{
"from": [0, 0, 0],
"to": [3, 16, 16],
"faces": {
"north": {"uv": [13, 0, 16, 16], "texture": "#bottom", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#bottom"},
"south": {"uv": [0, 0, 3, 16], "texture": "#bottom", "cullface": "south"},
"west": {"uv": [16, 0, 0, 16], "texture": "#bottom", "cullface": "west"},
"down": {"uv": [0, 13, 16, 16], "rotation": 90, "texture": "#bottom", "cullface": "down"}
}
}
]
}