Added stat for consecutive chains of overflows/sorters
This commit is contained in:
@@ -319,6 +319,10 @@ public class Block extends UnlockableContent{
|
||||
stats.add(BlockStat.buildCost, new ItemListValue(false, requirements));
|
||||
}
|
||||
|
||||
if(instantTransfer){
|
||||
stats.add(BlockStat.maxConsecutive, 2, StatUnit.none);
|
||||
}
|
||||
|
||||
consumes.display(stats);
|
||||
|
||||
// Note: Power stats are added by the consumers.
|
||||
|
||||
@@ -14,6 +14,7 @@ public enum BlockStat{
|
||||
itemCapacity(StatCategory.items),
|
||||
itemsMoved(StatCategory.items),
|
||||
launchTime(StatCategory.items),
|
||||
maxConsecutive(StatCategory.items),
|
||||
|
||||
liquidCapacity(StatCategory.liquids),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user