Armor Trim Item Fix

Armor Trim Item Fix

1M Downloads

Incompatibility w/ ModernFix mixin override: "dynamic_resources" (1.21.4)

TheRedstoneShark opened this issue · 3 comments

commented

Currently, trying to load Minecraft with this mod and ModernFix (with this particular mixin enabled) will lead to the game getting stuck on the loading screen, unable to launch.

Steps to reproduce:

  • Install a fabric 1.21.4 instance
  • Add fabric-api, Armor Trim Item Fix, and ModernFix
  • Open \config\modernfix-mixins.properties file with a text editor
  • Add "mixin.perf.dynamic_resources=true" under "# User overrides go here." and save it
  • Launch the game

This is most likely to be a problem for people who use the Simply Optimized modpack, which has this mixin enabled by default.

commented

Hey. I have fixed the game freezing, unfortunately, however, it completely breaks the mod by preventing any of the models from being loaded. I'll try to fix it, but I don't know if it is possible without rewriting half the mod (again 😓).