fix all? the tile to prevent bug duplication
This commit is contained in:
parent
53adc8142e
commit
c1dd9d9192
35 changed files with 35 additions and 35 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue