things
This commit is contained in:
@@ -23,6 +23,7 @@ public class OverflowGate extends Block{
|
||||
instantTransfer = true;
|
||||
unloadable = false;
|
||||
canOverdrive = false;
|
||||
itemCapacity = 1;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -75,6 +75,8 @@ public class CoreBlock extends StorageBlock{
|
||||
public void setStats(){
|
||||
super.setStats();
|
||||
|
||||
stats.add(BlockStat.buildTime, 0, StatUnit.seconds);
|
||||
|
||||
bars.add("capacity", (CoreBuild e) ->
|
||||
new Bar(
|
||||
() -> Core.bundle.format("bar.capacity", UI.formatAmount(e.storageCapacity)),
|
||||
|
||||
Reference in New Issue
Block a user