Does needs_tool_level_4 still exist?
#5460
Unanswered
TheElementGuy
asked this question in
Mod Dev Support
Replies: 1 comment
|
No, |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Description
I have been trying to add a material to Minecraft that requires netherite to mine. So, I added it into the
data/fabric/tags/block/needs_tool_level_4. I read this on the wiki, but seemed like a page that hadn't been updated in a while. It seems like this isn't working - all tool tiers are able to mine it. The material is also indata/minecraft/tags/block/mineable/pickaxeand have.requiresCorrectToolForDrops(). It also seems like themining-level-apihas been removed recently. Therefore, my final question is this: does this functionality still exist, and isneeds_tool_level_4the right way to do it?All reactions