Cristelknight999 / Expanded-Ecosphere

A realistic Minecraft worldgen mod.
32 stars 9 forks source link

Feature Order Cycle in the Jungle Canyon #74

Closed catter1 closed 9 months ago

catter1 commented 9 months ago

General Info

Minecraft Version: 1.19.x WWEE WWOO Version: 3.1.13


There is a Feature Order Cycle with Regions Unexplored, and likely other mods. In jungle_canyon, the features are listed in the following order:

{
    ...
    "minecraft:patch_sugar_cane",
    "minecraft:patch_melon_sparse",
    "minecraft:vines"
}

However, Vanilla's sparse_jungle, Region Unexplored's eucalyptus_forest, and Terralith's "implementation" of Vanilla's sparse_jungle all order it as minecraft:vines first, followed by minecraft:patch_melon_sparse.

This only affects 1.19.x WWOO (pre-split), and is fixed in the latest 1.20.x versions of WWEE, as shown here.


As a side note, is there a Github repository for new WWOO, and/or old versions of WWOO? I could not find it to reference.

catter1 commented 9 months ago

Oops, I just realized that this is a duplicate of #66. I will close this, so we can keep one report open per issue. Although this is with a different biome, and my analysis may still be helpful.