neuralgia/kubejs/assets/tfg/blockstates/electric_greenhouse.json
Redeix 9d2e5518a7
More multiblock fixes (#1470)
* Casing recipe changes

* Render fixes for greenhouse and railgun controllers
2025-07-28 10:10:11 +01:00

19 lines
No EOL
407 B
JSON

{
"variants": {
"facing=east": {
"model": "tfg:block/machines/electric_greenhouse",
"y": 90
},
"facing=north": {
"model": "tfg:block/machines/electric_greenhouse"
},
"facing=south": {
"model": "tfg:block/machines/electric_greenhouse",
"y": 180
},
"facing=west": {
"model": "tfg:block/machines/electric_greenhouse",
"y": 270
}
}
}