fix all? the tile to prevent bug duplication

This commit is contained in:
alexpic57 2017-09-08 21:39:46 +02:00
parent 53adc8142e
commit c1dd9d9192
35 changed files with 35 additions and 35 deletions

View file

@ -183,6 +183,6 @@ public class TileIndustrialElectrolyzer extends TilePowerAcceptor
.filterSlot(1, 50, 51, stack -> ItemUtils.isItemEqual(stack, DynamicCell.getEmptyCell(1), true, true))
.filterSlot(0, 80, 51, stack -> !ItemUtils.isItemEqual(stack, DynamicCell.getEmptyCell(1), true, true))
.outputSlot(2, 50, 19).outputSlot(3, 70, 19).outputSlot(4, 90, 19).outputSlot(5, 110, 19)
.energySlot(6, 18, 51).syncEnergyValue().syncCrafterValue().addInventory().create();
.energySlot(6, 18, 51).syncEnergyValue().syncCrafterValue().addInventory().create(this);
}
}