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

82 lines
2.2 KiB
JSON

{
"parent": "item/end_portal_frame",
"textures": {
"0": "block/entity/end_crystal/end_crystal",
"1": "item/end_crystal"
},
"elements": [
{
"from": [6, 13, 6],
"to": [10, 13, 10],
"shade": false,
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
},
{
"from": [3, 3, 3],
"to": [13, 13, 13],
"faces": {
"north": {"uv": [10, 4, 12, 8], "texture": "#0"},
"east": {"uv": [12, 4, 14, 8], "texture": "#0"},
"south": {"uv": [14, 4, 16, 8], "texture": "#0"},
"west": {"uv": [8, 4, 10, 8], "texture": "#0"},
"up": {"uv": [10, 0, 12, 4], "texture": "#0"}
}
},
{
"from": [3, 3, 13],
"to": [13, 13, 3],
"faces": {
"north": {"uv": [10, 4, 12, 8], "texture": "#0"},
"east": {"uv": [12, 4, 14, 8], "texture": "#0"},
"south": {"uv": [14, 4, 16, 8], "texture": "#0"},
"west": {"uv": [8, 4, 10, 8], "texture": "#0"}
}
},
{
"from": [1, 1, 1],
"to": [15, 15, 15],
"rotation": {"angle": -45, "axis": "x", "origin": [8, 8, 8]},
"faces": {
"east": {"uv": [4, 4, 6, 8], "texture": "#0"},
"south": {"uv": [6, 4, 8, 8], "texture": "#0"},
"west": {"uv": [0, 4, 2, 8], "texture": "#0"},
"up": {"uv": [2, 0, 4, 4], "texture": "#0"}
}
},
{
"from": [15, 1, 1],
"to": [1, 15, 15],
"rotation": {"angle": -45, "axis": "x", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [2, 4, 4, 8], "texture": "#0"},
"east": {"uv": [4, 4, 6, 8], "texture": "#0"},
"west": {"uv": [0, 4, 2, 8], "texture": "#0"},
"down": {"uv": [4, 0, 6, 4], "texture": "#0"}
}
},
{
"from": [2, 2, 2],
"to": [14, 14, 14],
"rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [2, 4, 4, 8], "texture": "#0"},
"east": {"uv": [4, 4, 6, 8], "texture": "#0"},
"south": {"uv": [6, 4, 8, 8], "texture": "#0"},
"up": {"uv": [2, 0, 4, 4], "texture": "#0"}
}
},
{
"from": [2, 2, 14],
"to": [14, 14, 2],
"rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [2, 4, 4, 8], "texture": "#0"},
"south": {"uv": [6, 4, 8, 8], "texture": "#0"},
"west": {"uv": [0, 4, 2, 8], "texture": "#0"},
"down": {"uv": [4, 0, 6, 4], "texture": "#0"}
}
}
]
}