You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conflict with Artifacts 12.0.6 & 12.0.5 (Same error)
Originally, I had tried this on a server with more mods and had gotten various results. Here is the failed init [LOG] from the server that prompted this investigation in the first place. As well as a comparison [LOG] in which the server successfully starts. Two other issues visible in the logs, but are irrelevant to this issue:
They are unrelated judging from the results I've found from the compat test I ran with bare minimum mods needed to reproduce initialization failure. Artifacts' configs for items using ender pearls, as well as the critical error leads me to believe the Warp Drive item from Artifacts is causing some sort of error.
Compatibility test
Test included Cardboard with: Architectury API(13.08+fabric), Cloth Config API(15.0.140+fabric), Fabric API(0.115.0+1.21.1), iCommon(96), Trinkets(3.10.0).
All listed mods were capable of initializing successfully. Provided "success" [LOG] for future comparison's sake.
The addition of Artifacts causes a failure. As seen in the following [LOG] and the [CRASH LOG]
Notes:
at knot//net.minecraft.class_2966.method_12851(class_2966.java:52)
Mixin transformation of net.minecraft.class_1776 failed --> Critical injection failure: Callback method shouldConsumeEnderPearl(Lnet/minecraft/class_1799;ILnet/minecraft/class_1309;Lcom/llamalad7/mixinextras/injector/wrapoperation/Operation;)V in mixins.artifacts.common.json:ability.enderpearlscosthunger.EnderPearlItemMixin from mod artifacts failed injection check, (0/1) succeeded. Scanned 0 target(s). Using refmap artifacts-common-refmap.json
Hopefully the differences in the logs have some aid in finding out what the issue might be.
The text was updated successfully, but these errors were encountered:
Using:
Issue:
Originally, I had tried this on a server with more mods and had gotten various results. Here is the failed init [LOG] from the server that prompted this investigation in the first place. As well as a comparison [LOG] in which the server successfully starts. Two other issues visible in the logs, but are irrelevant to this issue:
org.cardboardpowered.mixin.item.MixinBoatItem
They are unrelated judging from the results I've found from the compat test I ran with bare minimum mods needed to reproduce initialization failure. Artifacts' configs for items using ender pearls, as well as the critical error leads me to believe the Warp Drive item from Artifacts is causing some sort of error.
Compatibility test
Test included Cardboard with: Architectury API(13.08+fabric), Cloth Config API(15.0.140+fabric), Fabric API(0.115.0+1.21.1), iCommon(96), Trinkets(3.10.0).
All listed mods were capable of initializing successfully. Provided "success" [LOG] for future comparison's sake.
The addition of Artifacts causes a failure. As seen in the following [LOG] and the [CRASH LOG]
Notes:
Hopefully the differences in the logs have some aid in finding out what the issue might be.
The text was updated successfully, but these errors were encountered: