GTNewHorizons / ServerUtilities

GNU Lesser General Public License v3.0
27 stars 12 forks source link

Teleporting from the end causes issues with world load #49

Closed spacebuilder2020 closed 5 months ago

spacebuilder2020 commented 5 months ago

I have noticed (and some friends have also noticed) that when teleporting from the end, the overworld doesn't load correctly.

After looking into it some more, I found a related issue in Forge Essentials that was fixed back in 2016. https://github.com/ForgeEssentials/ForgeEssentials/issues/1968

Apparently there was a bug in MC code and to fix it we had to create our own dimension transfer method.

A related note is people have noticed that they also don't have XP when teleporting from the end. I think FE had that issue as well until I made a fix to our dimension transfer method: https://github.com/ForgeEssentials/ForgeEssentials/commit/6a00eb864983654de6a191fc01778f1434609c30