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

8 lines
303 B
JSON

{
"variants": {
"age=0": { "model": "betterend:block/blue_vine_seed_0" },
"age=1": { "model": "betterend:block/blue_vine_seed_1" },
"age=2": { "model": "betterend:block/blue_vine_seed_2" },
"age=3": { "model": "betterend:block/blue_vine_seed_3" }
}
}