1.18.2 Cant use creative flight with the mod Deep Mob Learning: Reforged
Fluffy2211 opened this issue ยท 2 comments
Problem:
When using key binding to fly nothing happens except fov changes for half a second and then reverts and doesn't allow flight with the flight module, power, and elytra disabled
Forge Version :
40.2.10
Mods:
- Deep Mob Learning: Reforged : dmlreforged-1.0.7.jar
- CodeChicken Lib 1.8.+ : CodeChickenLib-1.18.2-4.1.4.488-universal.jar
- Brandon's Core : BrandonsCore-1.18.2-3.1.10.283-universal.jar
- Draconic Evolution : Draconic-Evolution-1.18.2-3.0.30.529-universal.jar
Deep Mob Learning most likely has its own flight mechanic that is interfering with DE's.
DE's flight is specifically implemented in a way that it should never interior with another mods flight.
DE will only ever disable a player's flight if that flight was originally provided by DE,
I suspect DML's logic is simply, "Are we providing flight? No? Then disable the player's flight."
That logic works fine, if no other mods are attempting to provide flight.