Removed double features
This commit is contained in:
parent
2c5c030f29
commit
1c79354e13
2 changed files with 0 additions and 3 deletions
|
@ -32,8 +32,6 @@ public class ChorusForestBiome extends EndBiome.Config {
|
|||
.feature(EndFeatures.PYTHADENDRON_BUSH)
|
||||
.feature(EndFeatures.PURPLE_POLYPORE)
|
||||
.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_MUSHROOM)
|
||||
.feature(EndFeatures.TAIL_MOSS)
|
||||
|
|
|
@ -19,7 +19,6 @@ public class CrystalMountainsBiome extends EndBiome.Config {
|
|||
.plantsColor(255, 133, 211)
|
||||
.surface(EndBlocks.CRYSTAL_MOSS)
|
||||
.music(EndSounds.MUSIC_OPENSPACE)
|
||||
//.feature(EndFeatures.ROUND_CAVE)
|
||||
.feature(EndFeatures.CRYSTAL_GRASS)
|
||||
.spawn(EntityType.ENDERMAN, 50, 1, 2);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue