Nerfed Eruption Drill Speed
(5.5 i/s -> 5.33 i/s)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user