Global features should be registered globally

This commit is contained in:
Aleksey 2020-10-16 23:03:30 +03:00
parent 6410088aaa
commit 28d4523c57
4 changed files with 3 additions and 11 deletions

View file

@ -20,8 +20,6 @@ public class BiomeFoggyMushroomland extends EndBiome {
.setLoop(SoundRegistry.AMBIENT_FOGGY_MUSHROOMLAND)
.setMusic(SoundRegistry.MUSIC_FOGGY_MUSHROOMLAND)
.addStructureFeature(StructureRegistry.GIANT_MOSSY_GLOWSHROOM)
.addFeature(FeatureRegistry.ENDER_ORE)
.addFeature(FeatureRegistry.FLAVOLITE_LAYER)
.addFeature(FeatureRegistry.END_LAKE)
.addFeature(FeatureRegistry.MOSSY_GLOWSHROOM)
.addFeature(FeatureRegistry.BLUE_VINE)