change pneumatic drill's water usage from 3.6/s to 3.5/s (#11412)

This commit is contained in:
EggleEgg 2025-11-30 18:02:15 +01:00 committed by GitHub
parent 3791a7f375
commit da6aecf695
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2866,7 +2866,7 @@ public class Blocks{
drillTime = 400;
size = 2;
consumeLiquid(Liquids.water, 0.06f).boost();
consumeLiquid(Liquids.water, 3.5f / 60f).boost();
}};
laserDrill = new Drill("laser-drill"){{