Features fixes

This commit is contained in:
paulevsGitch 2020-09-23 16:05:38 +03:00
parent 35d8c14d20
commit 89ddb7cf33
5 changed files with 22 additions and 8 deletions

View file

@ -6,7 +6,7 @@ public class BiomeFoggyMushroomland extends EndBiome {
public BiomeFoggyMushroomland() {
super(new BiomeDefinition("foggy_mushroomland")
.setFogColor(41, 122, 173)
.setFogDensity(5)
.setFogDensity(3)
.addFeature(FeatureRegistry.STONE_SPIRAL));
}
}