Use ITeleporter
LatvianModder opened this issue ยท 1 comments
These methods are old, Forge has added ITeleporter and fixed issues with cross-dimension teleportation when using entity.changeDimension(int dimension, ITeleporter);
You can see https://github.com/LatvianModder/FTBLib/blob/master/src/main/java/com/feed_the_beast/ftblib/lib/math/TeleporterDimPos.java#L81 for example. Just came here after I got reported an issue with this mod and old methods may be the cause. (https://github.com/LatvianModder/FTBUtilities/issues/577#issuecomment-440283753)