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

@ -45,7 +45,7 @@ public class TileQuantumChest extends TileTechStorageBase implements IContainerP
@Override
public BuiltContainer createContainer(final EntityPlayer player) {
return new ContainerBuilder("quantumchest").player(player.inventory).inventory().hotbar().addInventory()
.tile(this).slot(0, 80, 24).outputSlot(1, 80, 64).addInventory().create();
.tile(this).slot(0, 80, 24).outputSlot(1, 80, 64).addInventory().create(this);
}
@Override