Cleanup and fixes
This commit is contained in:
parent
ae2dba1380
commit
8d07268aa1
2 changed files with 1 additions and 23 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue