Nerfed Eruption Drill Speed

(5.5 i/s -> 5.33 i/s)
This commit is contained in:
Shade
2024-03-02 23:47:00 +08:00
parent 69c3e368c3
commit edd235774c

View File

@@ -2859,7 +2859,7 @@ public class Blocks{
eruptionDrill = new BurstDrill("eruption-drill"){{
requirements(Category.production, with(Items.silicon, 200, Items.oxide, 20, Items.tungsten, 200, Items.thorium, 120));
drillTime = 3000f / 11f;
drillTime = 281.25f;
size = 5;
hasPower = true;
tier = 7;