Batbox gui overhaul
This commit is contained in:
parent
53a3869092
commit
d385e6eaf4
7 changed files with 74 additions and 85 deletions
|
@ -3,6 +3,6 @@ package techreborn.tiles;
|
|||
public class TileDigitalChest extends TileTechStorageBase {
|
||||
|
||||
public TileDigitalChest() {
|
||||
super("TileDigitalChest", Short.MAX_VALUE);
|
||||
super("TileDigitalChest", 32768);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue