Grass, moss, fixes

This commit is contained in:
paulevsGitch 2020-12-24 21:30:19 +03:00
parent eb1ae97c50
commit 2c2757ba8e
12 changed files with 43 additions and 6 deletions

View file

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