show constructor build speed stat (#11364)

This commit is contained in:
EggleEgg
2025-12-16 02:14:34 +01:00
committed by GitHub
parent a0fdf07f1e
commit 9f388baf59

View File

@@ -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