Update TileBatBox.java
This commit is contained in:
parent
77eddc31b2
commit
ae2e063440
1 changed files with 2 additions and 2 deletions
|
@ -14,10 +14,10 @@ public class TileBatBox extends TileEnergyStorage implements IListInfoProvider
|
|||
|
||||
public TileBatBox()
|
||||
{
|
||||
super("BatBox", 2, ModBlocks.batBox, EnumPowerTier.LOW, 32, 32, 4000);
|
||||
super("BatBox", 2, ModBlocks.batBox, EnumPowerTier.LOW, 32, 32, 40000);
|
||||
}
|
||||
@Override public void addInfo(List<String> info, boolean isRealTile)
|
||||
{
|
||||
info.add("Batbox");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue