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

42 lines
942 B
JSON

{
"parent": "item/end_portal_frame",
"ambientocclusion": false,
"textures": {
"0": "block/acacia_trapdoor",
"1": "item/acacia_trapdoor",
"particle": "block/acacia_trapdoor"
},
"elements": [
{
"from": [6, 3, 6],
"to": [10, 3, 10],
"shade": false,
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
},
{
"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"},
"up": {"uv": [0, 0, 16, 3], "texture": "#0"}
}
}
],
"display": {
"firstperson_righthand": {
"rotation": [0, -36.5, 0],
"translation": [0, 3, 0],
"scale": [0.6, 0.6, 0.6]
},
"firstperson_lefthand": {
"rotation": [0, -36.5, 0],
"translation": [0, 3, 0],
"scale": [0.6, 0.6, 0.6]
}
}
}