- Fixed Phantom Bridge sigil glitch when travelling between dimensions and teleporting large distances.
This commit is contained in:
parent
89bd91197d
commit
99f9d06659
2 changed files with 6 additions and 0 deletions
|
@ -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
|
Version 2.1.0-68
|
||||||
------------------------------------------------------
|
------------------------------------------------------
|
||||||
|
|
|
@ -59,6 +59,7 @@ public class ItemSigilPhantomBridge extends ItemSigilToggleableBase
|
||||||
//I am SURE you are teleporting!
|
//I am SURE you are teleporting!
|
||||||
playerVelX = 0;
|
playerVelX = 0;
|
||||||
playerVelZ = 0;
|
playerVelZ = 0;
|
||||||
|
totalVel = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
BlockPos playerPos = player.getPosition();
|
BlockPos playerPos = player.getPosition();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue