[1.18.2] Vein Miner not working with Tinker's Pickaxes
ffuentesm opened this issue ยท 2 comments
jobsplus-0.3.0.jar
Mantle-1.18.2-1.9.20.jar
TConstruct-1.18.2-3.5.0.17.jar
Forge: 40.1.19
When using the Vein Miner ability with the Tinker's pickaxe, it does not activate.
isCorrectToolForDrops()
Is used to check if the tool used drops items when the block is broken. If this is not case, veinminer wont work. So, the problem must lie with Tinkers.
But you hardcode to the vanilla PickaxeItem
. That is entirely unneeded, but if you must check the tool type use tool actions.