Tree rename

This commit is contained in:
paulevsGitch 2020-10-13 01:07:47 +03:00
parent bde2ac8291
commit 8286b914d7
138 changed files with 1225 additions and 1263 deletions

View file

@ -16,7 +16,7 @@ public class BiomeChorusForest extends EndBiome {
//.setMusic(SoundRegistry.MUSIC_FOGGY_MUSHROOMLAND)
.addFeature(FeatureRegistry.ENDER_ORE)
.addFeature(FeatureRegistry.RARE_END_LAKE)
.addFeature(FeatureRegistry.CHORUS_TREE)
.addFeature(FeatureRegistry.PYTHADENDRON_TREE)
.addFeature(FeatureRegistry.CHORUS_GRASS)
.addMobSpawn(EntityRegistry.END_SLIME, 5, 1, 2)
.addMobSpawn(EntityType.ENDERMAN, 50, 1, 4));