Imcompatibility with Balm-Fabric
Toilet-Lord opened this issue ยท 2 comments
I think the title tell pretty much everything but I'll add that the launcher doesn't even make it to the game even if you can see it in the logs if that's worth anything
Here's the log:
https://gist.github.com/Toilet-Man/9b803e9538b67b2183df20457a560cf0
Real incompatibility seems to be Fastload, random mods are just throwing themselves in the stacktraces when the Mixin conflict occurs.
[15:12:00] [Render thread/WARN]: @ModifyConstant conflict. Skipping fabrication.mixins.json:h_unsafe.disable_moved_too_quickly.MixinServerPlayNetworkHandler from mod fabrication->@ModifyConstant::disableMoveTooQuick(F)F with priority 1000, already redirected by fastload.mixins.json:ServerPlayNetworkHandlerPlayerSpeedLimitsMixin from mod fastload->@ModifyConstant::getMaxPlayerElytraSpeed(F)F with priority 1000
[15:12:00] [Render thread/WARN]: @ModifyConstant conflict. Skipping fabrication.mixins.json:h_unsafe.disable_moved_too_quickly.MixinServerPlayNetworkHandler from mod fabrication->@ModifyConstant::disableMoveTooQuick(F)F with priority 1000, already redirected by fastload.mixins.json:ServerPlayNetworkHandlerPlayerSpeedLimitsMixin from mod fastload->@ModifyConstant::getDefaultMaxPlayerSpeed(F)F with priority 1000
[15:12:00] [Render thread/WARN]: @ModifyConstant conflict. Skipping fabrication.mixins.json:h_unsafe.disable_moved_too_quickly.MixinServerPlayNetworkHandler from mod fabrication->@ModifyConstant::getMaxPlayerVehicleSpeed(D)D with priority 1000, already redirected by fastload.mixins.json:ServerPlayNetworkHandlerPlayerSpeedLimitsMixin from mod fastload->@ModifyConstant::getMaxPlayerVehicleSpeed(D)D with priority 1000
Fastload has removed the Mixin but no version after this has been released yet.