friendlyhj/ZenUtils

debug.log WARN: `mixins.zenutils.vanilla.json:MixinForgeHooks exceeds the maximum allowed value: 0`

Closed this issue ยท 0 comments

I found this warning in my debug.log file. I didnt found any malfunctions yet, but better safe than sorry ๐Ÿ˜€

[Client thread/DEBUG] [mixin]: Mixing UTForgeHooksMixin from mixins.tweaks.performance.advancementcheck.json into net.minecraftforge.common.ForgeHooks
[Client thread/WARN] [mixin]: @Inject(@At("INVOKE")) Shift.BY=2 on mixins.zenutils.vanilla.json:MixinForgeHooks from mod unknown-owner::handler$zzc000$passPlayer exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning.
[Client thread/DEBUG] [mixin]: mixins.zenutils.vanilla.json:MixinForgeHooks from mod unknown-owner->@Inject::passPlayer(Lnet/minecraft/inventory/ContainerRepair;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Lnet/minecraft/inventory/IInventory;Ljava/lang/String;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraftforge/event/AnvilUpdateEvent;)V doesn't use it's CallbackInfoReturnable

debug.log

Is this warning can be ignored? Should i expect anything breaks?
I know its not an ERROR that usually lead to malfunctions, but I know that Mixins sometimes only using WARN to report that nothing working.