[Question] Can Mining Hammer accept Hammering Enchant?
MrKono opened this issue ยท 1 comments
This looks to have been an oversight. There was logic in the canApply() function to only allow it to be applied to pickaxes, but the canApplyAtEnchantingTable() function was not overridden. That allowed the behavior you saw, because when enchanting at a table canApply() is not called but rather canApplyAtEnchantingTable().