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

@ -158,6 +158,6 @@ public class TileQuantumTank extends TileLegacyMachineBase
public BuiltContainer createContainer(final EntityPlayer player) {
return new ContainerBuilder("quantumtank").player(player.inventory).inventory(8, 84).hotbar(8, 142)
.addInventory().tile(this).fluidSlot(0, 80, 17).outputSlot(1, 80, 53).fakeSlot(2, 59, 42).addInventory()
.create();
.create(this);
}
}