[BUG] Shift.BY Issue
MadSciSlack opened this issue ยท 4 comments
Important Information
Minecraft Version: 1.19.2
Mod Loader System: Forge
DramaticDoors Version: 3.1.5
Development server environment.
Describe the bug
@Inject(@at("INVOKE")) Shift.BY=2 on forge-dramaticdoors_forge.mixins.json:OpenDoorsTaskMixin::handler$cal000$injectStartP1 exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning.
This warning spam has been present for as long as I've used the mod. Is there any way to correct this?
Expected behavior
Warnings corrected eventually.
Thanks.
It's strange. I've even specified the max shift in mixins.json but for some reason, it's not even recognized.
I found this bug report while hunting for the solution myself.
Looks like max shift goes into the injectors block.
"injectors": {
"defaultRequire": 1,
"maxShiftBy": 2
}