more charge slots
This commit is contained in:
parent
a74910e763
commit
0ebf0c95dd
5 changed files with 55 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue