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

63 lines
1.4 KiB
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"parent": "item/end_portal_frame",
"textures": {
"2": "item/spore_blossom",
"particle": "block/spore_blossom",
"flower": "block/spore_blossom",
"base": "block/spore_blossom_base"
},
"elements": [
{
"from": [6, 0, 6],
"to": [10, 0, 10],
"shade": false,
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#2"}
}
},
{
"from": [1, 0.1, 1],
"to": [15, 0.1, 15],
"shade": false,
"faces": {
"up": {"uv": [1, 1, 15, 15], "texture": "#base", "cullface": "up"}
}
},
{
"from": [8, 0.3, 0],
"to": [24, 0.3, 16],
"shade": false,
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 0, 8]},
"faces": {
"up": {"uv": [0, 16, 16, 0], "rotation": 270, "texture": "#flower"}
}
},
{
"from": [-8, 0.3, 0],
"to": [8, 0.3, 16],
"shade": false,
"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 0, 8]},
"faces": {
"up": {"uv": [0, 16, 16, 0], "rotation": 90, "texture": "#flower"}
}
},
{
"from": [0, 0.3, -8],
"to": [16, 0.3, 8],
"shade": false,
"rotation": {"angle": 22.5, "axis": "x", "origin": [0, 0, 8]},
"faces": {
"up": {"uv": [16, 0, 0, 16], "texture": "#flower"}
}
},
{
"from": [0, 0.3, 8],
"to": [16, 0.3, 24],
"shade": false,
"rotation": {"angle": -22.5, "axis": "x", "origin": [0, 0, 8]},
"faces": {
"up": {"uv": [0, 16, 16, 0], "texture": "#flower"}
}
}
]
}