Shadow Forest plants

This commit is contained in:
paulevsGitch 2020-11-01 15:48:44 +03:00
parent 063e3fe465
commit adcb576a37
16 changed files with 125 additions and 2 deletions

View file

@ -16,10 +16,11 @@ public class BiomeShadowForest extends EndBiome {
.setSurface(EndBlocks.SHADOW_GRASS)
.setParticles(ParticleTypes.MYCELIUM, 0.01F)
.setLoop(EndSounds.AMBIENT_CHORUS_FOREST)
//.setMusic(EndSounds.MUSIC_CHORUS_FOREST)
.setMusic(EndSounds.SHADOW_FOREST)
.addFeature(EndFeatures.END_LAKE_RARE)
.addFeature(EndFeatures.DRAGON_TREE)
//.addFeature(EndFeatures.PYTHADENDRON_BUSH)
.addFeature(EndFeatures.DRAGON_TREE_BUSH)
.addFeature(EndFeatures.SHADOW_PLANT)
.addStructureFeature(ConfiguredStructureFeatures.END_CITY)
.addMobSpawn(EntityType.ENDERMAN, 80, 1, 4));
}