Multiverse / Multiverse-NetherPortals

A Plugin for Multiverse-Core that handles the Notch style nether portals across multiple worlds.
BSD 3-Clause "New" or "Revised" License
79 stars 52 forks source link

Remove y-value scaling #245

Closed nicegamer7 closed 2 years ago

nicegamer7 commented 2 years ago

Most likely fixes #244.

I believe the cause of the issue is the y-value scaling. It makes sense that this would show up in 1.18 given the min and max height changes.

edit: I checked the server code, and there's no scaling of the y-value in Vanilla.

nicegamer7 commented 2 years ago

It looks like the y-value scaling was added in #100. From what I can tell, it wasn't added to help MV-NP match Vanilla behaviour, so I think it's fine to remove.