Open tesseract-two opened 2 months ago
There's also a three-way incompatibility between Carpet, Moonrise, and Lithium. It's probably related to https://github.com/gnembon/fabric-carpet/pull/1937.
Tested with:
Minecraft 1.21
Fabric Loader 0.16.5
Moonrise 0.1.0-beta.2+44f8058
Lithium 0.13.0
Carpet 1.4.147+v240623 (compiled artifact linked in above PR)
No Telemetry 1.8.0
Additionally Architectury API has a similar issue with architectury.mixins.json:MixinExplosion
conflicting with collisions.ExplosionMixin
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.