Removed double features

This commit is contained in:
Frank 2021-12-08 17:28:09 +01:00
parent 2c5c030f29
commit 1c79354e13
2 changed files with 0 additions and 3 deletions

View file

@ -32,8 +32,6 @@ public class ChorusForestBiome extends EndBiome.Config {
.feature(EndFeatures.PYTHADENDRON_BUSH) .feature(EndFeatures.PYTHADENDRON_BUSH)
.feature(EndFeatures.PURPLE_POLYPORE) .feature(EndFeatures.PURPLE_POLYPORE)
.feature(Decoration.VEGETAL_DECORATION, EndPlacements.CHORUS_PLANT) .feature(Decoration.VEGETAL_DECORATION, EndPlacements.CHORUS_PLANT)
//TODO: 1.18 why was this added twice?
//.feature(Decoration.VEGETAL_DECORATION, EndPlacements.CHORUS_PLANT)
.feature(EndFeatures.CHORUS_GRASS) .feature(EndFeatures.CHORUS_GRASS)
.feature(EndFeatures.CHORUS_MUSHROOM) .feature(EndFeatures.CHORUS_MUSHROOM)
.feature(EndFeatures.TAIL_MOSS) .feature(EndFeatures.TAIL_MOSS)

View file

@ -19,7 +19,6 @@ public class CrystalMountainsBiome extends EndBiome.Config {
.plantsColor(255, 133, 211) .plantsColor(255, 133, 211)
.surface(EndBlocks.CRYSTAL_MOSS) .surface(EndBlocks.CRYSTAL_MOSS)
.music(EndSounds.MUSIC_OPENSPACE) .music(EndSounds.MUSIC_OPENSPACE)
//.feature(EndFeatures.ROUND_CAVE)
.feature(EndFeatures.CRYSTAL_GRASS) .feature(EndFeatures.CRYSTAL_GRASS)
.spawn(EntityType.ENDERMAN, 50, 1, 2); .spawn(EntityType.ENDERMAN, 50, 1, 2);
} }