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

45 lines
1.2 KiB
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"parent": "block/block",
"gui_light": "front",
"textures": {
"0": "block/bee_nest_bottom",
"1": "block/bee_nest_front",
"2": "block/bee_nest_side",
"3": "block/bee_nest_top",
"4": "block/bee_nest_1",
"5": "block/bees",
"particle": "block/bee_nest_bottom"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#1"},
"east": {"uv": [0, 0, 16, 16], "texture": "#2"},
"south": {"uv": [0, 0, 16, 16], "texture": "#2"},
"west": {"uv": [0, 0, 16, 16], "texture": "#4"},
"up": {"uv": [0, 0, 16, 16], "texture": "#3"},
"down": {"uv": [0, 0, 16, 16], "texture": "#0"}
}
},
{
"from": [8, -16, -16],
"to": [8, 32, 32],
"rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#5"},
"west": {"uv": [0, 0, 16, 16], "texture": "#5"}
}
},
{
"from": [-16, -16, 8],
"to": [32, 32, 8],
"rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#5"},
"south": {"uv": [0, 0, 16, 16], "texture": "#5"}
}
}
]
}