Minor shockwave tower buff

This commit is contained in:
Anuken
2022-08-24 22:08:10 -04:00
parent 3f4ae7fed3
commit 550d76e372
2 changed files with 4 additions and 4 deletions

View File

@@ -1832,7 +1832,7 @@ public class Blocks{
shockwaveTower = new ShockwaveTower("shockwave-tower"){{
requirements(Category.effect, with(Items.surgeAlloy, 50, Items.silicon, 150, Items.oxide, 30, Items.tungsten, 100));
size = 3;
consumeLiquids(LiquidStack.with(Liquids.cyanogen, 1f / 60f));
consumeLiquids(LiquidStack.with(Liquids.cyanogen, 1.5f / 60f));
consumePower(100f / 60f);
}};