Dimensional Pockets II

Dimensional Pockets II

291k Downloads

Creative teleports user outside of pocket. [Tahlavos17]

TheCosmicNebula opened this issue ยท 3 comments

commented

When using creative mode, shifting into a pocket spawns the user outside of the pocket in the pocket dimension.

MC Ver: 1.12.2
DimPocketsII Ver: 5.0.35
Zeherlib Ver: 7.0.14

image

image

image

commented

Also happens in newest version

MC Ver: 1.12.2
DimPocketsII Ver: 5.2.45
Zeherlib Ver: 7.1.45

commented

Tahlavos did some research and determined that the mod Digimobs is causing the issue.

commented

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); }