more charge slots
This commit is contained in:
parent
a74910e763
commit
0ebf0c95dd
5 changed files with 55 additions and 2 deletions
|
@ -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) {
|
||||
|
|
|
@ -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