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

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