enjarai / do-a-barrel-roll

Microsoft flight simulator for Minecraft elytras.
https://www.curseforge.com/minecraft/mc-mods/do-a-barrel-roll
GNU General Public License v3.0
94 stars 29 forks source link

Incompatiblity with WorldEdit #177

Closed TanCY1 closed 1 week ago

TanCY1 commented 2 weeks ago

Describe the issue When loading a world with both mods, the game crashes Crash report/logs (if applicable) link

Additional information Seems to be related to the fabric permissions api bundled with the mod

enjarai commented 1 week ago

This is actually not caused by Do a Barrel Roll. Fabric Permissions API has an outdated function that doesn't work on 1.21.3. DABR explicitly does not call this function for this exact reason. It seems that worldedit decides to call the function when Fabric Permissions API is available. And since DABR includes the current most up to date version that I'm aware of, this is the result.