switching dimensions removes ability to use creative fly.
Nachtalb opened this issue ยท 6 comments
After using teleporting to another dimension (eg. with mods like https://www.curseforge.com/minecraft/mc-mods/fabrichomes and https://www.curseforge.com/minecraft/mc-mods/fabricwarps) creative flight is not possible anymore in survival. In the video I made for CodedSakura/FabricWarps#2 it can be seen at after I teleport from the end to the overworld, that I can't fly anymore. Switching to creative and back to survival "fixes" the problem 00:52:
2021-06-16.18-21-01_Trim.mp4
Example fix for status effects and exp bar from the tp mod as reference: CodedSakura/FabricWarps#2 (comment) https://github.com/CodedSakura/FabricCrossDimTPFix/blob/master/src/main/java/eu/codedsakura/fabriccrossdimtpfix/mixin/TPMixin.java
Is this reproducible with Winged 3.0.0? I was not able to reproduce this issue
Im having the same issue with version 3.0.0.
It happens for me when im doing one of two things:
- teleporting cross dimensionally with xaero map mod.
- teleporting cross dimensionally with waystones mod.
It seems to always retain flight ability when teleporting normally with portals.
related: #41
I think it is a PlayerAbilityLib incompatibility with FabricWarps, if anything.
Winged does not directly handle with Creative Flight. I just set a PAL's Ability to enabled by a Winged Ability Source.
Using AOF3, I lose regular flight too when switching dimensions, furthermore, it affects everyone on the server when I do. When I relog, it comes back for everyone.
No fancy additional mods, just AOF3. Dank storage also loses all items on Danks in the docks. Not sure if there is a common library for both.