- Fixed Phantom Bridge sigil glitch when travelling between dimensions and teleporting large distances.
This commit is contained in:
parent
89bd91197d
commit
99f9d06659
|
@ -1,3 +1,8 @@
|
|||
------------------------------------------------------
|
||||
Version 2.1.0-69
|
||||
------------------------------------------------------
|
||||
- Fixed Phantom Bridge sigil glitch when travelling between dimensions and teleporting large distances.
|
||||
|
||||
------------------------------------------------------
|
||||
Version 2.1.0-68
|
||||
------------------------------------------------------
|
||||
|
|
|
@ -59,6 +59,7 @@ public class ItemSigilPhantomBridge extends ItemSigilToggleableBase
|
|||
//I am SURE you are teleporting!
|
||||
playerVelX = 0;
|
||||
playerVelZ = 0;
|
||||
totalVel = 0;
|
||||
}
|
||||
|
||||
BlockPos playerPos = player.getPosition();
|
||||
|
|
Loading…
Reference in a new issue