Origins (Fabric)

Origins (Fabric)

15M Downloads

Origins and BetterEnd issue.

gaycookie opened this issue ยท 0 comments

commented

Technical Information

  • Minecraft: 1.16.4
  • Fabric Loader: 0.11.1
  • Fabric API: 0.30.0+1.16
  • Origins: 0.4.6

What went wrong?
Origins fails to show the UI to select an origin when loading into a new world.

Information
After some debugging and testing I figured out that the issue is caused by BetterEnd (0.8.8-beta).
While using this config in BetterEnd:

/* generator.json */
{
  "biomeMap": {
    "biomeSizeLand [default: 256]": 256,
    "biomeSizeVoid [default: 256]": 256
  },
  "hasPortal [default: true]": true,
  "hasPillars [default: true]": true,
  "hasDragonFights [default: true]": false,
  "swapOverworldToEnd [default: false]": true,
  "chorusPlant": {
    "changeChorusPlant [default: true]": true,
    "removeChorusFromVanillaBiomes [default: true]": true
  },
  "customGenerator": {
    "useNewGenerator [default: false]": true,
    "noRingVoid [default: false]": true,
    "generateCentralIsland [default: false]": false,
    "endCityFailChance [default: 5]": 5
  }
}

After testing which config lines (I changed) caused the issue I figured out that:

"swapOverworldToEnd [default: false]": true

Was the real issue.
This setting makes the End the default world and spawn location.

MultiMC Log.txt