Eruption material requirements nerf

200 sil -> 300 sil
200 tung -> 250 tung
120 thor -> 150 thor
20 oxi remains the same
This commit is contained in:
Shade
2024-05-04 15:49:14 +08:00
parent 2b421a0531
commit f95a7fd97f

View File

@@ -2858,7 +2858,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));
requirements(Category.production, with(Items.silicon, 300, Items.oxide, 20, Items.tungsten, 250, Items.thorium, 150));
drillTime = 281.25f;
size = 5;
hasPower = true;