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
When depending on Trinkets 3.7.2 in a Fabric 1.20.1 mod using Mojang mappings, Minecraft crashes on startup in the dev environment with the following error: Mixin apply for mod trinkets failed trinkets.mixins.json:ClickableWidgetMixin from mod trinkets -> net.minecraft.client.gui.components.AbstractWidget: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException @Shadow field hovered was not located in the target class net.minecraft.client.gui.components.AbstractWidget. Using refmap trinkets-refmap.json
The issue does not occur with Trinkets 3.7.1. Looking at the diff between 3.7.1 and 3.7.2, I think maybe the issue is related to the publishing changes in c5b3882?
When depending on Trinkets 3.7.2 in a Fabric 1.20.1 mod using Mojang mappings, Minecraft crashes on startup in the dev environment with the following error:
Mixin apply for mod trinkets failed trinkets.mixins.json:ClickableWidgetMixin from mod trinkets -> net.minecraft.client.gui.components.AbstractWidget: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException @Shadow field hovered was not located in the target class net.minecraft.client.gui.components.AbstractWidget. Using refmap trinkets-refmap.json
The issue does not occur with Trinkets 3.7.1. Looking at the diff between 3.7.1 and 3.7.2, I think maybe the issue is related to the publishing changes in c5b3882?
Reproduction steps
build.gradle
following the steps in the Trinkets README.trinkets_version=3.7.2
togradle.properties
.fabric:runClient
.This repo contains an example mod that reproduces the issue: https://github.com/object-Object/trinkets-remap-bug
Logs
latest.log
debug.log
crash-2025-02-17_21.29.13-client.txt
The text was updated successfully, but these errors were encountered: