ploof-pack/faithless/assets/minecraft/models/item/acacia_door.json

51 lines
1.2 KiB
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"parent": "item/end_portal_frame",
"ambientocclusion": false,
"textures": {
"0": "block/acacia_door_bottom",
"1": "item/acacia_door",
"2": "block/acacia_door_top",
"particle": "block/acacia_door_bottom"
},
"elements": [
{
"from": [0, 0, 6.5],
"to": [16, 16, 9.5],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#0"},
"east": {"uv": [0, 0, 3, 16], "texture": "#0"},
"south": {"uv": [0, 0, 16, 16], "texture": "#0"},
"west": {"uv": [0, 0, 3, 16], "texture": "#0"}
}
},
{
"from": [0, 16, 6.5],
"to": [16, 32, 9.5],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#2"},
"east": {"uv": [0, 0, 3, 16], "texture": "#2"},
"south": {"uv": [0, 0, 16, 16], "texture": "#2"},
"west": {"uv": [0, 0, 3, 16], "texture": "#2"},
"up": {"uv": [0, 0, 16, 3], "texture": "#2"}
}
},
{
"from": [6, 3, 6],
"to": [10, 3, 10],
"shade": false,
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
}
],
"display": {
"firstperson_righthand": {
"rotation": [0, -36.5, 0],
"scale": [0.5, 0.5, 0.5]
},
"firstperson_lefthand": {
"rotation": [0, -36.5, 0],
"scale": [0.5, 0.5, 0.5]
}
}
}