- 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
|
@ -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…
Add table
Add a link
Reference in a new issue