Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wilder Wild Mesoglea Incompatibility #541

Closed
AViewFromTheTop opened this issue Aug 8, 2024 · 7 comments
Closed

Wilder Wild Mesoglea Incompatibility #541

AViewFromTheTop opened this issue Aug 8, 2024 · 7 comments

Comments

@AViewFromTheTop
Copy link

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
Copy link
Author

Hey, have there been any updates on this?

@2No2Name
Copy link
Member

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

@AViewFromTheTop
Copy link
Author

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

@2No2Name
Copy link
Member

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
Copy link
Member

2No2Name commented Oct 22, 2024

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

@SpartanG01
Copy link

SpartanG01 commented Oct 22, 2024

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

@AViewFromTheTop
Copy link
Author

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!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants