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

18 lines
1.1 KiB
JSON

{
"variants": {
"facing=north,shape=bottom": { "model": "betterend:block/end_lotus_leaf_center" },
"facing=south,shape=bottom": { "model": "betterend:block/end_lotus_leaf_center" },
"facing=east,shape=bottom": { "model": "betterend:block/end_lotus_leaf_center" },
"facing=west,shape=bottom": { "model": "betterend:block/end_lotus_leaf_center" },
"facing=north,shape=middle": { "model": "betterend:block/end_lotus_leaf_side" },
"facing=south,shape=middle": { "model": "betterend:block/end_lotus_leaf_side", "y": 180 },
"facing=east,shape=middle": { "model": "betterend:block/end_lotus_leaf_side", "y": 90 },
"facing=west,shape=middle": { "model": "betterend:block/end_lotus_leaf_side", "y": 270 },
"facing=north,shape=top": { "model": "betterend:block/end_lotus_leaf_corner" },
"facing=south,shape=top": { "model": "betterend:block/end_lotus_leaf_corner", "y": 180 },
"facing=east,shape=top": { "model": "betterend:block/end_lotus_leaf_corner", "y": 90 },
"facing=west,shape=top": { "model": "betterend:block/end_lotus_leaf_corner", "y": 270 }
}
}