Another plasma bore fix

This commit is contained in:
Anuken
2022-02-18 15:48:34 -05:00
parent 229e34a168
commit 9c1cb64c77

View File

@@ -2510,7 +2510,7 @@ public class Blocks{
laserWidth = 0.7f;
itemCapacity = 20;
consumeLiquid(Liquids.hydrogen, 1f / 60f).boost();
consumeLiquid(Liquids.hydrogen, 0.5f / 60f);
consumeLiquid(Liquids.nitrogen, 4f / 60f).boost();
}};