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
This would make it easier to find which mod is widening access to a certain item without checking each mod (and its dependencies) individually.
Recently, I had an issue where Create’s train station screen would crash the game when Caxton is installed, but only on a production Fabric environment. I traced this down to a method (TextRenderer#getFontStorage) having an access widener in the dev env but not in the production env, but I couldn’t identify the specific mod having an AW for that method.
The text was updated successfully, but these errors were encountered:
This would make it easier to find which mod is widening access to a certain item without checking each mod (and its dependencies) individually.
Recently, I had an issue where Create’s train station screen would crash the game when Caxton is installed, but only on a production Fabric environment. I traced this down to a method (
TextRenderer#getFontStorage
) having an access widener in the dev env but not in the production env, but I couldn’t identify the specific mod having an AW for that method.The text was updated successfully, but these errors were encountered: