Trinkets (Fabric)

Trinkets (Fabric)

22M Downloads

Please update to support 1.19.4 Fabric

lospejos opened this issue ยท 0 comments

commented

When trying on Fabric 1.19.4:

trinkets-3.5.1
fabric-api-0.76.0+1.19.4

Crash occur on startup:

[20:26:29] [Render thread/ERROR]: Minecraft has crashed! net.fabricmc.loader.impl.FormattedException: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_490 failed
...
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_490 failed
...
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
...
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Callback method drawBackground(Lnet/minecraft/class_4587;FIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V in trinkets.mixins.json:InventoryScreenMixin from mod trinkets failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap trinkets-refmap.json
...

There is a record in trinkets-refmap.json:

"drawSlot": "Lnet/minecraft/class_465;method_2385(Lnet/minecraft/class_4587;Lnet/minecraft/class_1735;)V",

which is probably causes this crash.