neuralgia/kubejs/assets/betterend/blockstates/charnia_green.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

10 lines
258 B
JSON

{
"variants": {
"": [
{ "model": "betterend:block/charnia_green" },
{ "model": "betterend:block/charnia_green", "y": 90 },
{ "model": "betterend:block/charnia_green", "y": 180 },
{ "model": "betterend:block/charnia_green", "y": 270 }
]
}
}