This commit is contained in:
parent
86bee5639c
commit
4207532ded
5 changed files with 25 additions and 0 deletions
src/main/java/techreborn/tiles
|
@ -47,4 +47,9 @@ public class TileQuantumChest extends TileTechStorageBase implements IContainerP
|
|||
return new ContainerBuilder("quantumchest").player(player.inventory).inventory().hotbar().addInventory()
|
||||
.tile(this).slot(0, 80, 24).outputSlot(1, 80, 64).addInventory().create();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canBeUpgraded() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue