First phase of generator cleanup

This commit is contained in:
Anuken
2022-07-11 16:59:07 -04:00
parent c9f24692c5
commit 2fd8134700
7 changed files with 67 additions and 63 deletions

View File

@@ -2445,8 +2445,11 @@ public class Blocks{
size = 3;
ambientSound = Sounds.hum;
ambientSoundVolume = 0.06f;
spinSpeed = 0.6f;
spinners = true;
drawer = new DrawMulti(new DrawDefault(), new DrawBlurSpin("-rotator", 0.6f * 9f){{
blurThresh = 0.01f;
}});
hasLiquids = true;
outputLiquid = new LiquidStack(Liquids.water, 5f / 60f / 9f);
liquidCapacity = 20f;