Add throughput stat entry
This commit is contained in:
@@ -47,6 +47,7 @@ public class CraterConveyor extends BaseConveyor{
|
||||
|
||||
stats.add(BlockStat.maxUnits, 1, StatUnit.none);
|
||||
stats.add(BlockStat.boostEffect, "$blocks.itemcapacity");
|
||||
stats.add(BlockStat.throughput, speed * 60, StatUnit.perSecond);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -26,6 +26,7 @@ public enum BlockStat{
|
||||
|
||||
input(StatCategory.crafting),
|
||||
output(StatCategory.crafting),
|
||||
throughput(StatCategory.crafting),
|
||||
productionTime(StatCategory.crafting),
|
||||
drillTier(StatCategory.crafting),
|
||||
drillSpeed(StatCategory.crafting),
|
||||
|
||||
Reference in New Issue
Block a user