Compability With Other Mods Using UseItemCallback
Phoupraw opened this issue ยท 1 comments
UseItemCallback.EVENT
will cancel furthur callbacks when former callback doesn't return pass
. Suggest use Event#register(net.minecraft.util.Identifier, T)
instead of Event#register(T)
to provide a way for other mods to adjust the callback order.
Never knew about this. Closed in af18d42
Thanks