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

27 lines
1.8 KiB
JSON

{
"variants": {
"rotation=0,shape=top": { "model": "betterend:block/lanceleaf_leaf_top" },
"rotation=0,shape=pre_top": { "model": "betterend:block/lanceleaf_leaf_pre_top" },
"rotation=0,shape=middle": { "model": "betterend:block/lanceleaf_leaf_middle" },
"rotation=0,shape=pre_bottom": { "model": "betterend:block/lanceleaf_leaf_pre_bottom" },
"rotation=0,shape=bottom": { "model": "betterend:block/lanceleaf_leaf_bottom" },
"rotation=1,shape=top": { "model": "betterend:block/lanceleaf_leaf_top", "y": 90 },
"rotation=1,shape=pre_top": { "model": "betterend:block/lanceleaf_leaf_pre_top", "y": 90 },
"rotation=1,shape=middle": { "model": "betterend:block/lanceleaf_leaf_middle", "y": 90 },
"rotation=1,shape=pre_bottom": { "model": "betterend:block/lanceleaf_leaf_pre_bottom", "y": 90 },
"rotation=1,shape=bottom": { "model": "betterend:block/lanceleaf_leaf_bottom", "y": 90 },
"rotation=2,shape=top": { "model": "betterend:block/lanceleaf_leaf_top", "y": 180 },
"rotation=2,shape=pre_top": { "model": "betterend:block/lanceleaf_leaf_pre_top", "y": 180 },
"rotation=2,shape=middle": { "model": "betterend:block/lanceleaf_leaf_middle", "y": 180 },
"rotation=2,shape=pre_bottom": { "model": "betterend:block/lanceleaf_leaf_pre_bottom", "y": 180 },
"rotation=2,shape=bottom": { "model": "betterend:block/lanceleaf_leaf_bottom", "y": 180 },
"rotation=3,shape=top": { "model": "betterend:block/lanceleaf_leaf_top", "y": 270 },
"rotation=3,shape=pre_top": { "model": "betterend:block/lanceleaf_leaf_pre_top", "y": 270 },
"rotation=3,shape=middle": { "model": "betterend:block/lanceleaf_leaf_middle", "y": 270 },
"rotation=3,shape=pre_bottom": { "model": "betterend:block/lanceleaf_leaf_pre_bottom", "y": 270 },
"rotation=3,shape=bottom": { "model": "betterend:block/lanceleaf_leaf_bottom", "y": 270 }
}
}