This commit is contained in:
Anuken
2024-04-10 15:31:09 -04:00
parent fec423213f
commit e280edac67
7 changed files with 32 additions and 3 deletions

View File

@@ -2782,6 +2782,7 @@ public class Blocks{
ambientSoundVolume = 0.06f;
hasLiquids = true;
boostScale = 1f / 9f;
itemCapacity = 0;
outputLiquid = new LiquidStack(Liquids.water, 30f / 60f);
consumePower(0.5f);
liquidCapacity = 60f;
@@ -5791,6 +5792,8 @@ public class Blocks{
heatOutput = 1000f;
warmupRate = 1000f;
regionRotated1 = 1;
itemCapacity = 0;
alwaysUnlocked = false;
ambientSound = Sounds.none;
}};