Cleanup and fixes

This commit is contained in:
paulevsGitch 2020-09-23 00:26:18 +03:00
parent ae2dba1380
commit 8d07268aa1
2 changed files with 1 additions and 23 deletions

View file

@ -261,7 +261,7 @@ public class BiomeDefinition
structures.forEach((structure) -> generationSettings.structureFeature(structure));
features.forEach((info) -> generationSettings.feature(info.featureStep, info.feature));
effects.skyColor(fogColor).waterColor(waterColor).waterFogColor(waterFogColor).fogColor(fogColor);
effects.skyColor(0).waterColor(waterColor).waterFogColor(waterFogColor).fogColor(fogColor);
if (loop != null) effects.loopSound(loop);
if (mood != null) effects.moodSound(mood);
if (additions != null) effects.additionsSound(additions);