Cyano Boost Requirement Nerfed

1.5 -> 3 cyano/s
I knew it felt too high, this should be better by a long shot
This commit is contained in:
Shade
2024-03-04 22:39:08 +08:00
parent edd235774c
commit 65156e4409

View File

@@ -2884,7 +2884,7 @@ public class Blocks{
//TODO different requirements
consumePower(6f);
consumeLiquid(Liquids.hydrogen, 4f / 60f);
consumeLiquid(Liquids.cyanogen, 1.5f / 60f).boost();
consumeLiquid(Liquids.cyanogen, 3f / 60f).boost();
}};
//endregion