fix: reference VEGETAL_DECORATION before PURPLE_POLYPORE, should fix Feature Order Cycle
This commit is contained in:
parent
d60ae87e79
commit
b6e47c6e58
1 changed files with 1 additions and 1 deletions
|
@ -34,8 +34,8 @@ public class ChorusForestBiome extends EndBiome.Config {
|
||||||
.feature(EndFeatures.END_LAKE_RARE)
|
.feature(EndFeatures.END_LAKE_RARE)
|
||||||
.feature(EndFeatures.PYTHADENDRON_TREE)
|
.feature(EndFeatures.PYTHADENDRON_TREE)
|
||||||
.feature(EndFeatures.PYTHADENDRON_BUSH)
|
.feature(EndFeatures.PYTHADENDRON_BUSH)
|
||||||
.feature(EndFeatures.PURPLE_POLYPORE)
|
|
||||||
.feature(Decoration.VEGETAL_DECORATION, EndPlacements.CHORUS_PLANT)
|
.feature(Decoration.VEGETAL_DECORATION, EndPlacements.CHORUS_PLANT)
|
||||||
|
.feature(EndFeatures.PURPLE_POLYPORE)
|
||||||
.feature(EndFeatures.CHORUS_GRASS)
|
.feature(EndFeatures.CHORUS_GRASS)
|
||||||
.feature(EndFeatures.CHORUS_MUSHROOM)
|
.feature(EndFeatures.CHORUS_MUSHROOM)
|
||||||
.feature(EndFeatures.TAIL_MOSS)
|
.feature(EndFeatures.TAIL_MOSS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue