Skip to content

Overwrite of Overworld <=> Nether vertical portal selection #1125

@Zobiah

Description

@Zobiah

Description

In Vanilla Minecraft behavior, portals between the nether and overworld, when multiple are present in a short x/z area, choose the one of closest y value. So if you have the following portals:

OVERWORLD
100 50 100
100 150 100
100 250 100

NETHER
12 50 12
12 150 12
12 250 12

the portals will link to each other in a respective manner, choosing the closest one in Y value.

This mod appears to be overwriting that with the following:

  • Overworld -> Nether: Always choose lowest (y level 50 in this example)
  • Nether -> Overworld: Always choose highest (y level 250 in this example)

I do not see any config option for this, leading me to believe it is unintentional. This mod directly interferes with any single-player portal-based mob farm.

Reviewing log file provided where I performed several portal transitions between OW and nether, I do not see any anomalous lines, however I confirmed through manual enabling and disabling of each mod that this mod is the root cause of this issue.

Game Log

https://mclo.gs/5ObXvFL

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions