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

39 lines
926 B
JSON

{
"parent": "item/end_portal_frame",
"ambientocclusion": false,
"textures": {
"1": "block/entity/shulker/shulker",
"4": "item/shulker_shell"
},
"elements": [
{
"from": [6, 12, 6],
"to": [10, 12, 10],
"shade": false,
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#4"}
}
},
{
"from": [0, 0, 0],
"to": [16, 12, 16],
"faces": {
"north": {"uv": [4, 4, 8, 7], "texture": "#1"},
"east": {"uv": [0, 4, 4, 7], "texture": "#1"},
"south": {"uv": [12, 4, 16, 7], "texture": "#1"},
"west": {"uv": [8, 4, 12, 7], "texture": "#1"},
"up": {"uv": [4, 0, 8, 4], "texture": "#1"}
}
},
{
"from": [16, 0, 0],
"to": [0, 12, 16],
"faces": {
"north": {"uv": [4, 4, 8, 7], "texture": "#1"},
"east": {"uv": [0, 4, 4, 7], "texture": "#1"},
"south": {"uv": [12, 4, 16, 7], "texture": "#1"},
"west": {"uv": [8, 4, 12, 7], "texture": "#1"}
}
}
]
}