mirror of
https://git.webmc.xyz/Starlike-Client/Starlike-Client
synced 2025-07-22 05:31:18 -09:00
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"ambientocclusion": false,
|
|
"textures": {
|
|
"particle": "blocks/double_plant_sunflower_front",
|
|
"cross": "blocks/double_plant_sunflower_top",
|
|
"back": "blocks/double_plant_sunflower_back",
|
|
"front": "blocks/double_plant_sunflower_front"
|
|
},
|
|
"elements": [
|
|
{
|
|
"from": [0.8, 0, 8],
|
|
"to": [15.2, 8, 8],
|
|
"rotation": {
|
|
"origin": [8, 8, 8],
|
|
"axis": "y",
|
|
"angle": 45,
|
|
"rescale": true
|
|
},
|
|
"shade": false,
|
|
"faces": {
|
|
"north": { "uv": [0, 8, 16, 16], "texture": "#cross" },
|
|
"south": { "uv": [0, 8, 16, 16], "texture": "#cross" }
|
|
}
|
|
},
|
|
{
|
|
"from": [8, 0, 0.8],
|
|
"to": [8, 8, 15.2],
|
|
"rotation": {
|
|
"origin": [8, 8, 8],
|
|
"axis": "y",
|
|
"angle": 45,
|
|
"rescale": true
|
|
},
|
|
"shade": false,
|
|
"faces": {
|
|
"west": { "uv": [0, 8, 16, 16], "texture": "#cross" },
|
|
"east": { "uv": [0, 8, 16, 16], "texture": "#cross" }
|
|
}
|
|
},
|
|
{
|
|
"from": [9.6, -1, 1],
|
|
"to": [9.6, 15, 15],
|
|
"rotation": {
|
|
"origin": [8, 8, 8],
|
|
"axis": "z",
|
|
"angle": 22.5,
|
|
"rescale": true
|
|
},
|
|
"shade": false,
|
|
"faces": {
|
|
"west": { "uv": [0, 0, 16, 16], "texture": "#back" },
|
|
"east": { "uv": [0, 0, 16, 16], "texture": "#front" }
|
|
}
|
|
}
|
|
]
|
|
}
|