Fixes
This commit is contained in:
parent
5412a10204
commit
ad6a29936a
6 changed files with 8 additions and 5 deletions
|
@ -14,13 +14,15 @@ public class BiomeMegalake extends EndBiome {
|
|||
.setWaterColor(96, 163, 255)
|
||||
.setWaterFogColor(96, 163, 255)
|
||||
.setFogDensity(1.75F)
|
||||
.setSurface(BlockRegistry.ENDSTONE_DUST)
|
||||
.setSurface(BlockRegistry.ENDSTONE_DUST, BlockRegistry.END_MOSS)
|
||||
.addStructureFeature(StructureRegistry.MEGALAKE)
|
||||
.addStructureFeature(ConfiguredStructureFeatures.END_CITY)
|
||||
.addFeature(FeatureRegistry.END_LOTUS)
|
||||
.addFeature(FeatureRegistry.END_LOTUS_LEAF)
|
||||
.addFeature(FeatureRegistry.BUBBLE_CORAL_RARE)
|
||||
.addFeature(FeatureRegistry.END_LILY_RARE)
|
||||
.addFeature(FeatureRegistry.UMBRELLA_MOSS)
|
||||
.addFeature(FeatureRegistry.CREEPING_MOSS)
|
||||
.addMobSpawn(EntityRegistry.DRAGONFLY, 50, 1, 3)
|
||||
.addMobSpawn(EntityRegistry.END_FISH, 50, 3, 8)
|
||||
.addMobSpawn(EntityType.ENDERMAN, 10, 1, 2));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue