Merge branch 'master' of https://github.com/paulevsGitch/BetterEnd
This commit is contained in:
commit
6410088aaa
8 changed files with 173 additions and 39 deletions
|
@ -28,6 +28,8 @@ public class BiomeFoggyMushroomland extends EndBiome {
|
|||
.addFeature(FeatureRegistry.UMBRELLA_MOSS)
|
||||
.addFeature(FeatureRegistry.CREEPING_MOSS)
|
||||
.addFeature(FeatureRegistry.DENSE_VINE)
|
||||
.addFeature(FeatureRegistry.END_LILY)
|
||||
.addFeature(FeatureRegistry.BUBBLE_CORAL)
|
||||
.addMobSpawn(EntityRegistry.DRAGONFLY, 80, 2, 5)
|
||||
.addMobSpawn(EntityRegistry.END_SLIME, 10, 1, 2)
|
||||
.addMobSpawn(EntityType.ENDERMAN, 10, 1, 2));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue