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:
@@ -2858,7 +2858,7 @@ public class Blocks{
|
|||||||
}};
|
}};
|
||||||
|
|
||||||
eruptionDrill = new BurstDrill("eruption-drill"){{
|
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;
|
drillTime = 281.25f;
|
||||||
size = 5;
|
size = 5;
|
||||||
hasPower = true;
|
hasPower = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user