This commit is contained in:
Anuken
2020-11-24 09:00:34 -05:00
parent 2282cb89b1
commit 058b2ddfce
7 changed files with 14 additions and 8 deletions

View File

@@ -1195,7 +1195,7 @@ public class Blocks implements ContentList{
size = 2;
ambientSound = Sounds.smelter;
ambientSoundVolume = 0.05f;
ambientSoundVolume = 0.06f;
}};
differentialGenerator = new SingleTypeGenerator("differential-generator"){{