DragonFightFix
No reviews yet
Patches game to fix issue where dragon respawning can get stuck
Does not follow a specific thematic focus apart from vanilla Minecraft.
Used for mods with little to no gameplay elements.
Contains enhancements to the End dimension, expanding on existing features or adding entirely new ones.
Addresses and fixes known bugs and issues.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Runs entirely on the server. Also works in singleplayer.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description


A simple mod to fix the issue where the dragon fight can get stuck if you quit the game while the Ender Dragon is making her dramatic entrance. Without this, you will get stuck in the end with no way out other than to jump into the void. Or if you had enough end crystals, you could reset the crystals to restart the sequence.
The core issue is that the code simply always writes false for isRespawning. Strangely, when the end fight is restored next time, it does try to reset the dragon fight, but since the value is always false, it never does. I fixed this by now saving the proper boolean value if the dragon is respawning, and also added code to reset the spike crystals when the dragon fight starts again to start with a clean slate. Otherwise, they'd still be sitting there. It looks cleaner this way.
The end result (pun intended) is that the dragon restarts the respawn cycle from the start once you rejoin. Ideally it would be great if we could just remember where we left off, but that's a bunch of state to save, and I thought it was overkill for this small fix.
NOTE: This doesn't get you unstuck. Generally, the best ways to unstick yourself is to throw yourself into the void, or if you really need to: go into creative and destroy/reset the 4 crystals around the portal frame. Another way, if you have this mod and NBTExplorer, would be to add a byte tag in the DragonFight entry called isRespawning, and set it to 1. Then restart the game and this mod will take care of the rest.
DragonFightFix

A simple mod to fix the issue where the dragon fight can get stuck if you quit the game while the Ender Dragon is making her dramatic entrance. Without this, you will get stuck in the end with no way out other than to jump into the void. Or if you had enough end crystals, you could reset the crystals to restart the sequence.
The core issue is that the code simply always writes false for isRespawning. Strangely, when the end fight is restored next time, it does try to reset the dragon fight, but since the value is always false, it never does. I fixed this by now saving the proper boolean value if the dragon is respawning, and also added code to reset the spike crystals when the dragon fight starts again to start with a clean slate. Otherwise, they'd still be sitting there. It looks cleaner this way.
The end result (pun intended) is that the dragon restarts the respawn cycle from the start once you rejoin. Ideally it would be great if we could just remember where we left off, but that's a bunch of state to save, and I thought it was overkill for this small fix.
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources