Fixed Feature Order
This commit is contained in:
parent
6d619f5df2
commit
dc6e0ae5e5
1 changed files with 1 additions and 1 deletions
|
@ -40,8 +40,8 @@ public class NeonOasisBiome extends EndBiome.Config {
|
|||
.feature(EndFeatures.NEON_CACTUS)
|
||||
.feature(EndFeatures.UMBRELLA_MOSS)
|
||||
.feature(EndFeatures.CREEPING_MOSS)
|
||||
.feature(EndFeatures.CHARNIA_GREEN)
|
||||
.feature(EndFeatures.CHARNIA_CYAN)
|
||||
.feature(EndFeatures.CHARNIA_GREEN)
|
||||
.feature(EndFeatures.CHARNIA_RED)
|
||||
.structure(BiomeTags.HAS_END_CITY)
|
||||
.spawn(EntityType.ENDERMAN, 50, 1, 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue