Removed fluid tank from IndustrialElectrolyzer closes #58
This commit is contained in:
parent
b7a9824cd3
commit
26eff9bcbf
7 changed files with 14 additions and 186 deletions
|
@ -33,9 +33,6 @@ 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));
|
||||
// power
|
||||
this.addSlotToContainer(new Slot(electrolyzer.inventory, 6, 8, 51));
|
||||
|
||||
|
||||
int i;
|
||||
for (i = 0; i < 3; ++i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue