More multiblock fixes (#1470)

* Casing recipe changes

* Render fixes for greenhouse and railgun controllers
This commit is contained in:
Redeix 2025-07-28 04:10:11 -05:00 committed by GitHub
parent 695b6c2451
commit 9d2e5518a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 244 additions and 2 deletions

View file

@ -0,0 +1,19 @@
{
"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
}
}
}