Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Aether parachutes causing permanent crash 馃獋 #165

Open
wants to merge 1 commit into
base: 1.7.10
Choose a base branch
from

Conversation

Richard-Rogalski
Copy link

After the player falls out of the Aether dimension with a parachute equipped, when re-entering the Aether the parachute is still there and due to being marked as being mounted with the player, causes a crash preventing the Aether from being entered again.

This commit causes parachutes to despawn when they get below y=0, and also lowers the height in which the player will 'fall out of' the Aether. (gives the parachute more time to despawn and also it's really annoying flying in creative falling at y<-2)

Code from Departure, I'm just the git gremlin


I agree to the Contributor License Agreement (CLA).

After the player falls out of the Aether dimension with a
parachute equipped, when re-entering the Aether the parachute
is still there and due to being marked as being mounted with the
player, causes a crash preventing the Aether from being entered
again.

This commit causes parachutes to despawn when they get below y=0,
and also lowers the height in which the player will 'fall out of'
the Aether. (gives the parachute more time to despawn and also it's
really annoying flying in creative falling at y<-2)

Code from Departure, I'm just the git gremlin

Signed-off-by: Richard Rogalski <[email protected]>
Co-authored-by: Wojak <[email protected]>
@AetherLegacyPro
Copy link

The reason above is not correct, this occurred when the player fell out of the aether leaving the parachute entity as they are dismounted from it there without despawning it, upon return it was still there and the game did not know how to handle it's AI but it also immediately despawns it but the AI issue still causes a crash to desktop on client/server.

It hard crashed the client and server but be fine when you reloaded as it would of despawned.

This is my best understanding to why the crash occurred.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants