show constructor build speed stat (#11364)

This commit is contained in:
EggleEgg
2025-12-15 20:14:34 -05:00
committed by GitHub
parent a0fdf07f1e
commit 9f388baf59
@@ -43,6 +43,7 @@ public class Constructor extends BlockProducer{
super.setStats();
stats.add(Stat.output, "@x@ ~ @x@", minBlockSize, minBlockSize, maxBlockSize, maxBlockSize);
stats.addPercent(Stat.buildSpeed, buildSpeed);
}
@Override