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

20 lines
551 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"ambientocclusion": false,
"textures": {
"particle": "block/air",
"top": "#top"
},
"elements": [
{
"from": [0, 0, 0],
"to": [3, 16, 16],
"faces": {
"north": {"uv": [3, 0, 0, 16], "texture": "#top", "cullface": "north"},
"east": {"uv": [16, 0, 0, 16], "texture": "#top"},
"south": {"uv": [16, 0, 13, 16], "texture": "#top", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "west"},
"up": {"uv": [0, 3, 16, 0], "rotation": 90, "texture": "#top", "cullface": "up"}
}
}
]
}