neuralgia/kubejs/assets/tfg/blockstates/grow_light.json
Redeix 900e1de8e9
The big green PR (#2694)
* blocks

* more textures

* more textures more textures

* blocks

* more textures

* more textures more textures

* blocks

* more textures

* more textures more textures

* blocks

* more textures

* more textures more textures

* firmalife gh stuff

* chloroplasts and brick regex

* gh recipes

* pisciculture fishery

* I am going insane

* more casings = more gooder

* rotten voiding cover

* greenhouse glory

* Is this it chat

* not needed

Signed-off-by: Redeix <redeix.m@gmail.com>

* missed in conflicts

Signed-off-by: Redeix <redeix.m@gmail.com>

* consumerism

* re-add tag import

* remove unused object map

* id normalizer function

---------

Signed-off-by: Redeix <redeix.m@gmail.com>
2026-01-10 19:30:46 -06:00

29 lines
No EOL
977 B
JSON

{
"variants": {
"active=false,facing=north": [
{ "model": "tfg:block/machines/egh_planter/grow_light_inactive", "y": 180 }
],
"active=false,facing=south": [
{ "model": "tfg:block/machines/egh_planter/grow_light_inactive" }
],
"active=false,facing=west": [
{ "model": "tfg:block/machines/egh_planter/grow_light_inactive", "y": 90 }
],
"active=false,facing=east": [
{ "model": "tfg:block/machines/egh_planter/grow_light_inactive", "y": 270 }
],
"active=true,facing=north": [
{ "model": "tfg:block/machines/egh_planter/grow_light_active", "y": 180 }
],
"active=true,facing=south": [
{ "model": "tfg:block/machines/egh_planter/grow_light_active" }
],
"active=true,facing=west": [
{ "model": "tfg:block/machines/egh_planter/grow_light_active", "y": 90 }
],
"active=true,facing=east": [
{ "model": "tfg:block/machines/egh_planter/grow_light_active", "y": 270 }
]
}
}