More multiblock fixes (#1470)
* Casing recipe changes * Render fixes for greenhouse and railgun controllers
This commit is contained in:
parent
695b6c2451
commit
9d2e5518a7
13 changed files with 244 additions and 2 deletions
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=east": {
|
||||
"model": "tfg:block/machines/interplanetary_item_launcher",
|
||||
"y": 90
|
||||
},
|
||||
"facing=north": {
|
||||
"model": "tfg:block/machines/interplanetary_item_launcher"
|
||||
},
|
||||
"facing=south": {
|
||||
"model": "tfg:block/machines/interplanetary_item_launcher",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west": {
|
||||
"model": "tfg:block/machines/interplanetary_item_launcher",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue