
Creative teleports user outside of pocket. [Tahlavos17]
TheCosmicNebula opened this issue ยท 3 comments
Also happens in newest version
MC Ver: 1.12.2
DimPocketsII Ver: 5.2.45
Zeherlib Ver: 7.1.45
Tahlavos did some research and determined that the mod Digimobs is causing the issue.
Issue resolved
V_5.2.55-beta
Check to see if Digimobs is installed, if so implement the fix
//Problem with Digimobs -- Sorted with this code until Digimobs gets fixed. if (Loader.isModLoaded("digimobs")) { ModLogger.warning("[EXTERNAL MOD <digimobs>] Digimobs is installed! Correcting mod issue...", ShifterUtil.class); entityIn.setPosition(teleporter.getTargetPos().getX() + 0.5F, teleporter.getTargetPos().getY() + 1.0F, teleporter.getTargetPos().getZ() + 0.5F); }