Global features registration API
This commit is contained in:
parent
4dd1c55924
commit
d99d1262d0
4 changed files with 39 additions and 20 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue