moved battery slot on Centrifuge to correct position

This commit is contained in:
gigabit101 2015-07-06 16:49:11 +01:00
parent 179ae2ca42
commit a07af2d70d

View file

@ -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));