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

26 lines
1.1 KiB
JSON

{
"variants": {
"facing=north": [
{ "model": "betterend:block/glowing_pillar_leaves_01", "y": 180 },
{ "model": "betterend:block/glowing_pillar_leaves_02", "y": 180 },
{ "model": "betterend:block/glowing_pillar_leaves_03", "y": 180 }
],
"facing=south": [
{ "model": "betterend:block/glowing_pillar_leaves_01" },
{ "model": "betterend:block/glowing_pillar_leaves_02" },
{ "model": "betterend:block/glowing_pillar_leaves_03" }
],
"facing=east": [
{ "model": "betterend:block/glowing_pillar_leaves_01", "y": 270 },
{ "model": "betterend:block/glowing_pillar_leaves_02", "y": 270 },
{ "model": "betterend:block/glowing_pillar_leaves_03", "y": 270 }
],
"facing=west": [
{ "model": "betterend:block/glowing_pillar_leaves_01", "y": 90 },
{ "model": "betterend:block/glowing_pillar_leaves_02", "y": 90 },
{ "model": "betterend:block/glowing_pillar_leaves_03", "y": 90 }
],
"facing=up": { "model": "betterend:block/glowing_pillar_leaves_up" },
"facing=down": { "model": "betterend:block/glowing_pillar_leaves_up", "x": 180 }
}
}