Shadows under blocks in minimap

This commit is contained in:
Anuken
2022-01-23 23:19:44 -05:00
parent 12766dda56
commit fc58f5b003
4 changed files with 26 additions and 4 deletions

View File

@@ -2384,7 +2384,7 @@ public class Blocks{
plasmaBore = new BeamDrill("plasma-bore"){{
requirements(Category.production, with(Items.graphite, 20, Items.beryllium, 30));
consumes.power(0.15f);
drillTime = 150f;
drillTime = 160f;
tier = 4;
size = 2;
range = 4;