Darkstone does not properly report its harvesting tool
JaSpr opened this issue ยท 3 comments
getHarvestTool returns null. This messes up The One Probe (it shows "No tool" required, although this is not true), and while Waila Harvestability gets it right, it does so through series of tests that could return false results under the right circumstances.
The same likely applies to a ton of vanilla blocks as well (then probably a bunch of modded blocks too), since the harvest tool is only set on a few specific blocks, while most don't have it set there. Since some harvesting tool mechanic aren't working on a few blocks, I'm probably going to set the harvest level on the majority of those that currently don't have one set.
As a note, a pull request was accepted yesterday fixing the issue in TOP, although explicitly setting the harvest tool is always a good idea.