Factor in ammo reload multiplier + liquid heat capacity in turret coolant calculations

This commit is contained in:
Anuken
2025-01-09 23:51:57 -05:00
parent 84dc0027a8
commit d15a906402
5 changed files with 20 additions and 32 deletions

View File

@@ -2812,7 +2812,7 @@ public class Blocks{
output = Items.sand;
fogRadius = 3;
ambientSound = Sounds.drill;
ambientSoundVolume = 0.05f;
ambientSoundVolume = 0.08f;
consumeLiquid(Liquids.ozone, 1f / 60f);