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

7 lines
208 B
JSON

{
"variants": {
"shape=top": { "model": "betterend:block/blue_vine_top" },
"shape=middle": { "model": "betterend:block/blue_vine" },
"shape=bottom": { "model": "betterend:block/blue_vine_roots" }
}
}