neuralgia/kubejs/assets/tfg/blockstates/growth_monitor.json
Redeix 4c0f2c5428
Growth Chamber (#1924)
* growth_chamber

* growth_chamber blocks

* more textures

* more casing stuff

* sterilizing pipes

* forgor

* monitor light

* emissives and casings!

* checkpoint

* final call
2025-09-29 00:53:42 +01:00

45 lines
No EOL
2.4 KiB
JSON

{
"variants": {
"active=false,facing=north": [
{ "model": "tfg:block/machines/growth_monitors/growth_monitor"}
],
"active=false,facing=south": [
{ "model": "tfg:block/machines/growth_monitors/growth_monitor", "y": 180 }
],
"active=false,facing=west": [
{ "model": "tfg:block/machines/growth_monitors/growth_monitor", "y": 270 }
],
"active=false,facing=east": [
{ "model": "tfg:block/machines/growth_monitors/growth_monitor", "y": 90 }
],
"active=true,facing=north": [
{ "model": "tfg:block/machines/growth_monitors/growth_monitor_v1_active" },
{ "model": "tfg:block/machines/growth_monitors/growth_monitor_v2_active" },
{ "model": "tfg:block/machines/growth_monitors/growth_monitor_v3_active" },
{ "model": "tfg:block/machines/growth_monitors/growth_monitor_v4_active" },
{ "model": "tfg:block/machines/growth_monitors/growth_monitor_v5_active" }
],
"active=true,facing=south": [
{ "model": "tfg:block/machines/growth_monitors/growth_monitor_v1_active", "y": 180 },
{ "model": "tfg:block/machines/growth_monitors/growth_monitor_v2_active", "y": 180 },
{ "model": "tfg:block/machines/growth_monitors/growth_monitor_v3_active", "y": 180 },
{ "model": "tfg:block/machines/growth_monitors/growth_monitor_v4_active", "y": 180 },
{ "model": "tfg:block/machines/growth_monitors/growth_monitor_v5_active", "y": 180 }
],
"active=true,facing=west": [
{ "model": "tfg:block/machines/growth_monitors/growth_monitor_v1_active", "y": 270 },
{ "model": "tfg:block/machines/growth_monitors/growth_monitor_v2_active", "y": 270 },
{ "model": "tfg:block/machines/growth_monitors/growth_monitor_v3_active", "y": 270 },
{ "model": "tfg:block/machines/growth_monitors/growth_monitor_v4_active", "y": 270 },
{ "model": "tfg:block/machines/growth_monitors/growth_monitor_v5_active", "y": 270 }
],
"active=true,facing=east": [
{ "model": "tfg:block/machines/growth_monitors/growth_monitor_v1_active", "y": 90 },
{ "model": "tfg:block/machines/growth_monitors/growth_monitor_v2_active", "y": 90 },
{ "model": "tfg:block/machines/growth_monitors/growth_monitor_v3_active", "y": 90 },
{ "model": "tfg:block/machines/growth_monitors/growth_monitor_v4_active", "y": 90 },
{ "model": "tfg:block/machines/growth_monitors/growth_monitor_v5_active", "y": 90 }
]
}
}