You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a block to a mod, with requiresCorrectToolForDrops
Tag that block with Tags.Blocks.NEEDS_NETHERITE_TOOL and BlockTags.MINEABLE_WITH_PICKAXE (though any tool type tag should do for the latter)
Open Minecraft
Observe that any tier of pickaxe can mine the block, see screenshot
Description of issue:
Tagging a block with NEEDS_NETHERITE_TOOL does not actually force the use of Netherite to mine the block. This appears to be because none of the INCORRECT_FOR_x_TOOL tags include NEEDS_NETHERITE_TOOL.
In my own test environment, I was able to get the expected behavior (only Netherite can mine NEEDS_NETHERITE_TOOL blocks) by adding the following to my block tags provider:
Minecraft Version: 1.21.1
NeoForge Version: 21.1.62
Logs: N/A
Steps to Reproduce:
requiresCorrectToolForDrops
Tags.Blocks.NEEDS_NETHERITE_TOOL
andBlockTags.MINEABLE_WITH_PICKAXE
(though any tool type tag should do for the latter)Description of issue:
Tagging a block with
NEEDS_NETHERITE_TOOL
does not actually force the use of Netherite to mine the block. This appears to be because none of theINCORRECT_FOR_x_TOOL
tags includeNEEDS_NETHERITE_TOOL
.In my own test environment, I was able to get the expected behavior (only Netherite can mine NEEDS_NETHERITE_TOOL blocks) by adding the following to my block tags provider:
Though, this assumes that Neoforge wants to treat Netherite's mining ability as being superior to Diamond.
Edit: added screenshot
Edit 2: added incorrect for stone, oops
The text was updated successfully, but these errors were encountered: