Structures
This commit is contained in:
parent
2fdad6aee8
commit
35d8c14d20
9 changed files with 134 additions and 48 deletions
|
@ -0,0 +1,12 @@
|
|||
package ru.betterend.world.biome;
|
||||
|
||||
import ru.betterend.registry.FeatureRegistry;
|
||||
|
||||
public class BiomeFoggyMushroomland extends EndBiome {
|
||||
public BiomeFoggyMushroomland() {
|
||||
super(new BiomeDefinition("foggy_mushroomland")
|
||||
.setFogColor(41, 122, 173)
|
||||
.setFogDensity(5)
|
||||
.addFeature(FeatureRegistry.STONE_SPIRAL));
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue