Twisted umbrella moss prototype

This commit is contained in:
paulevsGitch 2020-12-24 16:20:31 +03:00
parent 54e24d0ce7
commit fa0c2b1869
22 changed files with 1440 additions and 0 deletions

View file

@ -12,6 +12,7 @@ public class BiomeUmbrellaJungle extends EndBiome {
.setFogDensity(2.3F)
.setSurface(EndBlocks.END_MOSS)
.addFeature(EndFeatures.UMBRELLA_TREE)
.addFeature(EndFeatures.TWISTED_UMBRELLA_MOSS)
.addFeature(EndFeatures.UMBRELLA_MOSS)
.addFeature(EndFeatures.END_LAKE));
}