Global features registration API

This commit is contained in:
Aleksey 2020-10-16 22:41:30 +03:00
parent 4dd1c55924
commit d99d1262d0
4 changed files with 39 additions and 20 deletions

View file

@ -21,6 +21,7 @@ public class BiomeFoggyMushroomland extends EndBiome {
.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)