Features fixes
This commit is contained in:
parent
35d8c14d20
commit
89ddb7cf33
5 changed files with 22 additions and 8 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue