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

127 lines
3.8 KiB
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"parent": "block/block",
"gui_light": "front",
"textures": {
"flowerpot": "item/enchanting_table",
"top": "block/enchanting_table_top",
"particle": "block/enchanting_table_side",
"side": "block/enchanting_table_side",
"lantern": "item/book_model"
},
"elements": [
{
"from": [0, -4, 4],
"to": [16, 8, 20],
"rotation": {"angle": -22.5, "axis": "x", "origin": [0, 0, 0]},
"faces": {
"north": {"uv": [0, 4, 16, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 4, 16, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 4, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 4, 16, 16], "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#top"},
"down": {"uv": [0, 0, 16, 16], "texture": "#flowerpot", "cullface": "down"}
}
},
{
"from": [1, 14.5, 1.5],
"to": [8, 14.5, 11.5],
"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 14.5, 9]},
"faces": {
"east": {"uv": [0, 0, 4, 2.5], "rotation": 90, "texture": "#lantern"},
"up": {"uv": [3.5, 0, 0, 5], "texture": "#lantern"}
}
},
{
"from": [2, 14.5, 2.5],
"to": [8, 15.5, 10.5],
"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 14.5, 9]},
"faces": {
"north": {"uv": [4.5, 0, 8, 0.5], "texture": "#lantern"},
"west": {"uv": [7.5, 0, 8, 4], "rotation": 270, "texture": "#lantern"},
"up": {"uv": [8, 0, 4.5, 4], "texture": "#lantern"}
}
},
{
"from": [8, 14.5, 2.5],
"to": [14, 15.5, 10.5],
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 14.5, 9]},
"faces": {
"north": {"uv": [8, 0, 4.5, 0.5], "texture": "#lantern"},
"east": {"uv": [7.5, 0, 8, 4], "rotation": 90, "texture": "#lantern"},
"up": {"uv": [4.5, 0, 8, 4], "texture": "#lantern"}
}
},
{
"from": [8, 15.5, 2.5],
"to": [14, 15.5, 10.5],
"rotation": {"angle": 45, "axis": "z", "origin": [8, 15.5, 10]},
"faces": {
"north": {"uv": [8, 0, 4.5, 0.5], "texture": "#lantern"},
"east": {"uv": [7.5, 0, 8, 4], "rotation": 90, "texture": "#lantern"},
"west": {"uv": [7.5, 0, 8, 4], "rotation": 270, "texture": "#lantern"},
"up": {"uv": [4.5, 0, 8, 4], "texture": "#lantern"}
}
},
{
"from": [8, 15.5, 2.5],
"to": [8, 21.5, 10.5],
"rotation": {"angle": 45, "axis": "z", "origin": [8, 15.5, 10]},
"faces": {
"north": {"uv": [8, 0, 4.5, 0.5], "rotation": 90, "texture": "#lantern"},
"east": {"uv": [8, 0, 4.5, 4], "rotation": 90, "texture": "#lantern"},
"up": {"uv": [7.5, 0, 8, 4], "texture": "#lantern"},
"down": {"uv": [7.5, 0, 8, 4], "rotation": 180, "texture": "#lantern"}
}
},
{
"from": [8, 14.5, 1.5],
"to": [15, 14.5, 11.5],
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 14.5, 9]},
"faces": {
"up": {"uv": [0, 0, 3.5, 5], "texture": "#lantern"}
}
}
],
"gui_light": "front",
"display": {
"thirdperson_righthand": {
"rotation": [89, 0, 0],
"translation": [0, 2.25, 0],
"scale": [0.35, 0.35, 0.35]
},
"thirdperson_lefthand": {
"rotation": [89, 0, 0],
"translation": [0, 2.25, 0],
"scale": [0.35, 0.35, 0.35]
},
"firstperson_righthand": {
"rotation": [36, -31, 19],
"translation": [0, 1.25, 0],
"scale": [0.51, 0.51, 0.51]
},
"firstperson_lefthand": {
"rotation": [36, -31, 19],
"translation": [0, 1.25, 0],
"scale": [0.51, 0.51, 0.51]
},
"ground": {
"rotation": [45, -25, 25],
"translation": [0, 5, 0],
"scale": [0.35, 0.35, 0.35]
},
"gui": {
"rotation": [-67.5, 0, 0],
"translation": [0, -1.5, 0]
},
"head": {
"rotation": [157.5, 0, -180],
"translation": [0, 13, 1.25],
"scale": [0.84, 0.84, 0.84]
},
"fixed": {
"rotation": [112, 0, -180],
"translation": [0, 0.75, -2],
"scale": [0.73, 0.73, 0.73]
}
}
}