Alternate overrange approach

This commit is contained in:
Anuken
2025-07-28 11:34:56 -04:00
parent ec6cd2e7ce
commit 1d7b6eb689
2 changed files with 2 additions and 2 deletions

View File

@@ -4361,7 +4361,7 @@ public class Blocks{
buildTime = 60f * 9f;
coolant = consume(new ConsumeLiquid(Liquids.water, 15f / 60f));
limitRange(20f);
limitRange(12f);
}};
diffuse = new ItemTurret("diffuse"){{