You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of issue: CommonHooks.getCraftingRemainingItem never gets called, instead all calls are done directly via IItemStackExtension.
I'm assuming patched calls should make use of the hook instead of the method in IItemStackExtension or in IItemStackExtension a call to CommonHooks.getCraftingRemainingItem.
Not doing this causes it to not detect broken items and thus not firing PlayerDestroyItemEvent which has in its docs that it should fire under these circumstances.
The text was updated successfully, but these errors were encountered:
Minecraft Version: 1.21.1
NeoForge Version: 21.1.65
Description of issue:
CommonHooks.getCraftingRemainingItem
never gets called, instead all calls are done directly viaIItemStackExtension
.I'm assuming patched calls should make use of the hook instead of the method in
IItemStackExtension
or inIItemStackExtension
a call toCommonHooks.getCraftingRemainingItem
.Not doing this causes it to not detect broken items and thus not firing
PlayerDestroyItemEvent
which has in its docs that it should fire under these circumstances.The text was updated successfully, but these errors were encountered: