Stargate Journey

Stargate Journey

6M Downloads

Walking back through a Stargate after traveling through to a new planet puts the player in a bugged state

Closed this issue ยท 4 comments

commented

If you travel to a new world and try to go back through the stargate before the wormhole closes. It will attempt to kill the player but instead put them in a bugged state where they have no health and the screen shakes violently as if dead. The player is unable to open any inventories and will be ignored by mobs as if dead. However they are able to walk around the world(but not interact with any portals). Deleting player data does not fix the problem. The player is impossible to kill. Attempting to use /heal will heal the player and allow them to use inventories, however any damage at all will immediately reset the player to the half-dead state. Healing potions do not affect the player while in the half-dead state.

To Reproduce
Walk back through a stargate you have just traveled through before it closes.

Modloader: NeoForge
Game Version: 1.21.1
Mod version: Stargate Journey 1.21.1- 0.6.42

commented

Not only that but the same thing happens if you try to trave to a gate with an iris installed.
Modloader: NeoForge
Game Version: 1.21.1

commented

For some reason 1.21.1 breaks when you do infinite damage to the player, even though it worked just fine on previous versions. I'll start using Float.MAX_VALUE moving forward. Expect a fix in the next version, whenever I'll have time to release that.

commented

Same issue here on my private server. I fixed the user with https://github.com/jaquadro/NBTExplorer and edit his playerdata.
Changed "Health" to a Valid Value and Set "OnGround" to 0

commented

nice, Thanks