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

78 lines
1.9 KiB
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"parent": "item/end_portal_frame",
"ambientocclusion": false,
"textures": {
"0": "item/azalea",
"particle": "block/azalea_plant",
"plant": "block/azalea_plant",
"top": "block/azalea_top",
"side": "block/azalea_side"
},
"elements": [
{
"from": [6, 16, 6],
"to": [10, 16, 10],
"shade": false,
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#0"}
}
},
{
"from": [0, 16, 0],
"to": [16, 16, 16],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"}
}
},
{
"from": [0, 5, 0],
"to": [16, 16, 0.01],
"faces": {
"north": {"uv": [0, 0, 16, 11], "texture": "#side", "cullface": "north"},
"south": {"uv": [16, 0, 0, 11], "texture": "#side"}
}
},
{
"from": [0, 5, 15.99],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [16, 0, 0, 11], "texture": "#side"},
"south": {"uv": [0, 0, 16, 11], "texture": "#side", "cullface": "south"}
}
},
{
"from": [0, 5, 0],
"to": [0.01, 16, 16],
"faces": {
"east": {"uv": [16, 0, 0, 11], "texture": "#side"},
"west": {"uv": [0, 0, 16, 11], "texture": "#side", "cullface": "west"}
}
},
{
"from": [15.99, 5, 0],
"to": [16, 16, 16],
"faces": {
"east": {"uv": [0, 0, 16, 11], "texture": "#side", "cullface": "east"},
"west": {"uv": [16, 0, 0, 11], "texture": "#side"}
}
},
{
"from": [0.1, 0, 8],
"to": [15.9, 15.9, 8],
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#plant"},
"south": {"uv": [0, 0, 16, 16], "texture": "#plant"}
}
},
{
"from": [8, 0, 0.1],
"to": [8, 15.9, 15.9],
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#plant"},
"west": {"uv": [0, 0, 16, 16], "texture": "#plant"}
}
}
]
}