
Curse of Ignorance doesn't work correctly with some blocks
TheDirectorX opened this issue ยท 1 comments
Thanks for reporting this issue. This one was a nice rabbit hole. The TL;DR is that Forge defines the tool type for vanilla blocks but has forgotten to add support for new vanilla blocks in the last few major updates. Looking at The One Probe's code McJty ran into this issue as well however instead of implementing the proper detection code he implemented code that simulates breaking the block with different types of wooden tools. I've fixed the issue with my enchantment by implementing the proper detection code however The One Probe should not be trusted as a definitive source on when blocks are harvestable.