moved battery slot on Centrifuge to correct position
This commit is contained in:
parent
179ae2ca42
commit
a07af2d70d
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public class ContainerCentrifuge extends TechRebornContainer {
|
|||
this.addSlotToContainer(new SlotOutput(tileCentrifuge.inventory, 4, 80, 65));
|
||||
this.addSlotToContainer(new SlotOutput(tileCentrifuge.inventory, 5, 50, 35));
|
||||
// battery
|
||||
this.addSlotToContainer(new Slot(tileCentrifuge.inventory, 6, 56, 53));
|
||||
this.addSlotToContainer(new Slot(tileCentrifuge.inventory, 6, 8, 51));
|
||||
// upgrades
|
||||
this.addSlotToContainer(new Slot(tileCentrifuge.inventory, 7, 152, 8));
|
||||
this.addSlotToContainer(new Slot(tileCentrifuge.inventory, 8, 152, 26));
|
||||
|
|
Loading…
Add table
Reference in a new issue