ploof-pack/faithless/assets/minecraft/models/block/sunflower_top.json

41 lines
1.0 KiB
JSON

{
"texture_size": [16, 32],
"textures": {
"cross": "block/sunflower_stem",
"back": "block/sunflower_back",
"particle": "block/air",
"front": "block/sunflower_front"
},
"elements": [
{
"from": [0.8, -16, 8],
"to": [15.2, 16, 8],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#cross"},
"south": {"uv": [0, 0, 16, 16], "texture": "#cross"}
}
},
{
"from": [8, -16, 0.8],
"to": [8, 16, 15.2],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#cross"},
"west": {"uv": [0, 0, 16, 16], "texture": "#cross"}
}
},
{
"from": [9.6, -1, 1],
"to": [9.6, 15, 15],
"shade": false,
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 8], "rescale": true},
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#front"},
"west": {"uv": [0, 0, 16, 16], "texture": "#back"}
}
}
]
}