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

20 lines
552 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": [13, 0, 16, 16], "texture": "#top", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#top"},
"south": {"uv": [0, 0, 3, 16], "texture": "#top", "cullface": "south"},
"west": {"uv": [16, 0, 0, 16], "texture": "#top", "cullface": "west"},
"up": {"uv": [0, 0, 16, 3], "rotation": 270, "texture": "#top", "cullface": "up"}
}
}
]
}