![[Fabric] Progressive Archery](https://media.forgecdn.net/avatars/thumbnails/812/965/256/256/638186903615152097.png)
1.21 Mixin Conflicts
cha0sys opened this issue ยท 2 comments
On 1.21, Minecraft crashes when trying to run Progressive Archery and any other mod that affects the same mixins. (Provided log shows Stackable as the conflicting mod.) Removing Progressive Archery lets Minecraft run fine, even with Stackables + 300 other mods.
[19:50:28] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.5).
[19:50:29] [Datafixer Bootstrap/INFO]: 226 Datafixer optimizations took 274 milliseconds
[19:50:31] [main/WARN]: @ModifyConstant conflict. Skipping stackable.mixins.json:BundleItemMixin from mod stackable->@ModifyConstant::appendTooltip(I)I with priority 1000, already redirected by progressivearchery.mixins.json:item.BundleItemMixin from mod progressivearchery->@ModifyConstant::modifiedBundleMaxCapacity(I)I with priority 1000
[19:50:31] [main/WARN]: @ModifyConstant conflict. Skipping stackable.mixins.json:BundleItemMixin from mod stackable->@ModifyConstant::appendTooltip(I)I with priority 1000, already redirected by progressivearchery.mixins.json:item.BundleItemMixin from mod progressivearchery->@ModifyConstant::modifiedBundleMaxCapacity(I)I with priority 1000
[19:50:31] [main/WARN]: Failed to get system info for GL Caps
java.lang.IllegalStateException: Rendersystem called from wrong thread
(from Log)
Thank you for reporting this Issue.
v1.2.0.b-1.21 should provide a hotfix for this conflict with an @Inject
replacing the @ModifyConstant
redirector. In a future update, I plan on including a config where one can turn on/off Progressive Archery's changes to the Bundle, easing cross-implementation with other Bundle-modding mods.
If no further update is made within 48 hours, I will close this Issue as resolved.