lithium-fabric icon indicating copy to clipboard operation
lithium-fabric copied to clipboard

Wilder Wild Mesoglea Incompatibility

Open AViewFromTheTop opened this issue 1 year ago • 6 comments

In Wilder Wild, there is a block called Mesoglea that acts as a static block of Water when waterlogged. When inside, there is a mixin to make "clipping" ignore other waterlogged Mesoglea blocks. Lithium gets rid of this behavior, making the player target the Mesoglea block they're inside instead of whatever block they'd usually target.

Any help on how to fix this on our side (if possible) would be greatly appreciated as well.

Mixin: https://github.com/FrozenBlock/WilderWild/blob/master/src/main/java/net/frozenblock/wilderwild/mixin/block/mesoglea/BlockGetterMixin.java

AViewFromTheTop avatar Aug 08 '24 17:08 AViewFromTheTop

Hey, have there been any updates on this?

AViewFromTheTop avatar Sep 22 '24 04:09 AViewFromTheTop

Possible workaround: Try adding the mixin.world.raycast=false to the lithium.properties file in the config folder.

2No2Name avatar Oct 20 '24 12:10 2No2Name

Possible workaround: Try adding the mixin.world.raycast=false to the lithium.properties file in the config folder.

Is there a way to disable this from Wilder Wild itself? I’d really prefer if it were working for everyone who downloaded it

AViewFromTheTop avatar Oct 22 '24 15:10 AViewFromTheTop

There is this https://github.com/CaffeineMC/lithium-fabric/wiki/Disabling-Lithium's-Mixins-using-your-mod's-fabric-mod.json but the wiki page has not yet been updated for neoforge

2No2Name avatar Oct 22 '24 17:10 2No2Name

One of these two should work (add to the toml), I haven't tested which one. Please report back if you try, so I can update the wiki. @AViewFromTheTop [mods."lithium:options"] "mixin.world.raycast" = false

["lithium:options"] "mixin.world.raycast" = false

2No2Name avatar Oct 22 '24 17:10 2No2Name

One of these two should work (add to the toml), I haven't tested which one. Please report back if you try, so I can update the wiki. @AViewFromTheTop [mods."lithium:options"] "mixin.world.raycast" = false

["lithium:options"] "mixin.world.raycast" = false

Well the first one doesn't work. Same for the second one.

[14:35:37] [main/WARN]: No configuration key exists with name '[mods."lithium', ignoring [14:35:37] [main/WARN]: No configuration key exists with name '"mixin.world.raycast"', ignoring

JaceTheGrayOne avatar Oct 22 '24 18:10 JaceTheGrayOne

There is this https://github.com/CaffeineMC/lithium-fabric/wiki/Disabling-Lithium's-Mixins-using-your-mod's-fabric-mod.json but the wiki page has not yet been updated for neoforge

WW's still Fabric-only at the moment, so that one should work Thank you so much!!

AViewFromTheTop avatar Oct 23 '24 18:10 AViewFromTheTop