MultiCoreNetwork / carpet-redcraft-addons

RedCraft 3 - Minecraft Fabric Mod
GNU Affero General Public License v3.0
15 stars 2 forks source link

mixin failed injection check #178

Open supersaiyansubtlety opened 2 years ago

supersaiyansubtlety commented 2 years ago

tooExpansiveCost(I)I in carpet-redcraft-addons.mixins.json:AnvilScreenMinin from mod carpet-redcraft-addons failed injection check

log

I'm (coincidentally) the dev of Automated Crafting, and the issue seems to be triggered when I register a screen handler.

I don't touch anything anvil related, and I use LibGUI to help make my screenhandler.

BisUmTo commented 2 years ago

Do you have any idea how to fix it?

supersaiyansubtlety commented 2 years ago

The easiest way to fix it would be to just add require=0 to you @ModifyConstant annotation. This would make it so this error is ignored.

But idk why the error is occurring in the first place. It's likely some sort of mod conflict, and it might be possible solve this in a way that still lets your feature work if you find what's causing the issue.

BisUmTo commented 2 years ago

I'll try to fix it as soon as possible