Jellyshroom prototype

This commit is contained in:
paulevsGitch 2020-12-26 18:31:41 +03:00
parent 0fffaad9f0
commit e103e551e3
5 changed files with 123 additions and 1 deletions

View file

@ -13,6 +13,7 @@ public class BiomeUmbrellaJungle extends EndBiome {
.setSurface(EndBlocks.JUNGLE_MOSS)
.addFeature(EndFeatures.END_LAKE)
.addFeature(EndFeatures.UMBRELLA_TREE)
.addFeature(EndFeatures.JELLYSHROOM)
.addFeature(EndFeatures.TWISTED_UMBRELLA_MOSS)
.addFeature(EndFeatures.SMALL_JELLYSHROOM_FLOOR)
.addFeature(EndFeatures.JUNGLE_GRASS)