neuralgia/kubejs/assets/betterend/models/block/hydralux_flower_small_top.json
Pyritie 87f9d0cf6d
More Better End plants (#1471)
* github pls

* add initial textures + blockstates

* models

* started writing up the blocks

* model adjustments, added item models and textures

* cleanup

* git moment
2025-07-28 23:33:10 +01:00

23 lines
No EOL
741 B
JSON

{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "betterend:block/hydralux_flower_bud_petal_side",
"texture": "betterend:block/hydralux_flower_bud_petal_side",
"petal_top": "betterend:block/hydralux_flower_bud_petal_top"
},
"elements": [
{
"__comment": "Box4",
"from": [ 3, 0, 3 ],
"to": [ 13, 8, 13 ],
"shade": false,
"faces": {
"up": { "uv": [ 3, 3, 13, 13 ], "texture": "#petal_top" },
"north": { "uv": [ 3, 0, 13, 8 ], "texture": "#texture" },
"south": { "uv": [ 3, 0, 13, 8 ], "texture": "#texture" },
"west": { "uv": [ 3, 0, 13, 8 ], "texture": "#texture" },
"east": { "uv": [ 3, 0, 13, 8 ], "texture": "#texture" }
}
}
]
}