more charge slots

This commit is contained in:
gigabit101 2015-11-13 16:29:35 +00:00
parent a74910e763
commit 0ebf0c95dd
5 changed files with 55 additions and 2 deletions

View file

@ -31,6 +31,9 @@ public class ContainerIndustrialElectrolyzer extends ContainerCrafting {
this.addSlotToContainer(new SlotOutput(electrolyzer.inventory, 3, 70, 19));
this.addSlotToContainer(new SlotOutput(electrolyzer.inventory, 4, 90, 19));
this.addSlotToContainer(new SlotOutput(electrolyzer.inventory, 5, 110, 19));
// battery
this.addSlotToContainer(new Slot(electrolyzer.inventory, 6, 18, 51));
int i;
for (i = 0; i < 3; ++i) {

View file

@ -30,6 +30,8 @@ public class ContainerRollingMachine extends RebornContainer {
// output
this.addSlotToContainer(new SlotOutput(tileRollingmachine.inventory, 0, 124, 35));
// battery
this.addSlotToContainer(new Slot(tileRollingmachine.inventory, 2, 8, 51));
int i;