Closed Xaegrek closed 4 months ago
I feel like this issue has been reported on my discord before. If I remember correctly it’s on Origins’ side- I believe they use a redirect mixin which is incredibly bad for compat to make their blaze origin respawn in the nether, but I’m not entirely sure. I will have to double check. (Redirect mixins pretty much override a call entirely, and won’t work with other mods that try to mixin to the same place. The alternative is MixinExtra’s WrapOperation, which is now incorporated into Fabric Mixin itself.)
Not something I can fix. Feel free to reopen if necessary.
Describe the bug For Minecraft 1.20.1, with Fabric and Origins installed, respawning to an obelisk fails with the chat message "You have no home respawn point or charged respawn obelisk, or it was obstructed". The charge of the obelisk is also deducted as if it worked correctly
To Reproduce Steps to reproduce the behavior:
Expected behavior Respawn at obelisk
Screenshots
Versions
Additional notes It's unclear to me if this is actually related to RespawnObelisk, or Origins. The mod's function as expected in Forge, so it could be an issue with how Fabric handles something.