Lithium (Fabric/NeoForge)

Lithium (Fabric/NeoForge)

36M Downloads

NeoForge's Creative Flight API doesn't work anymore with Lithium Installed

Leclowndu93150 opened this issue ยท 11 comments

commented

NeoForge 21.1.79
Modular Angel Ring 1.5.1 (Curseforge)
Curios API Continuation 9.0.15 (Curseforge)
Lithium 0.14.0

i can't fly anymore using the angel ring when Lithium is installed, this issue doesn't happen only with my mod but other mods aswell

https://github.com/Leclowndu93150/Modular-Angel-Ring/blob/main/src/main/java/com/leclowndu93150/modular_angelring/common/AngelRingItem.java

here you can see how creative flight is handeled

commented

It is unclear why this is happening. Can you try with 0.14.2 ?

commented

2024-11-17_22 32 00
can't fly

commented

My best guess is to try with mixin.entity.equipment_tracking=false in the lithium.properties file in the config folder. If that doesn't work, I will have to check with the debugger

commented

I'll try in an hour

commented

that didn't fix it

commented

Seems to be fixed by adding the line
mixin.collections.attributes=false to the lithium.properties file in the config folder.

commented

Maybe try mixin.entity.fast_elytra_check=false in the lithium.properties file in the config folder

commented

Maybe try mixin.entity.fast_elytra_check=false in the lithium.properties file in the config folder

No change.

commented

Okay running in the debugger now to find out why this happens

commented

If it helps.
Minecraft : 1.21.1
Neoforge : 21.1.80
Sodium : sodium-neoforge-0.6.0+mc1.21.1
Modern Industrialization : Modern-Industrialization-2.2.25
Cloth config : cloth-config-15.0.140-neoforge (dependency for MI)
Lithium : lithium-neoforge-0.14.2-snapshot+mc1.21.1-build.90

Grav chest plate and quantum chest plate both give creative style flight and no longer work. The jetpack however does continue to work since it is a different style of flying.

commented

Seems to break all flying in Modern Industrialization as well.
MI version : Modern-Industrialization-2.2.25
Lithium version: lithium-neoforge-0.14.2-snapshot+mc1.21.1-build.90.jar
Probably the same issue as #591 #540 .