-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fabric: Incompatible with Carpet Mod #24
Comments
There's also a three-way incompatibility between Carpet, Moonrise, and Lithium. It's probably related to gnembon/fabric-carpet#1937. Tested with:
|
Additionally Architectury API has a similar issue with |
Is this reproducible in 1.21.3? |
Yes it also crashes in 1.21.3 |
Can you try with disabling optimizedTNT in the carpet config? https://github.com/gnembon/fabric-carpet/blob/27ccd69c86c25357a2385c47db731b43ec5338b6/src/main/java/carpet/CarpetSettings.java#L231 |
Does this need a recompiled jar? |
Moonrise crashes with Carpet Mod.
Environment:
Carpet's
Explosion_scarpetEventMixin
appears to conflict with Moonrise'scollisions.ExplosionMixin
. Setting"required": false
in Carpet'scarpet.mixins.json
allow the game to launch and run fine, and explosions appear to work normally.The text was updated successfully, but these errors were encountered: