⚠️ Mining diamonds with a Netherite-Diamond pickaxe with a silk touch enchantment drops both the ore and a diamond.
vxern opened this issue · 2 comments
Describe the bug
N/A
To Reproduce
Steps to reproduce the behavior:
- Get a Netherite-Diamond pickaxe.
- Enchant it with silk touch.
- Mine some diamond ore a few times.
You will get both the ore and the diamond sometimes.
Expected behavior
On a silk touch pickaxe, the additional chance to drop diamonds should have no effect.
Screenshots
Screen.Recording.2025-09-27.at.15.52.24.mov
Technical Information (please complete the following information):
! Please provide the actual version, not just 'latest'.
- Minecraft-version: 1.21.1
- ModLoader-version: NeoForge 21.1.206
- Mod-version: 2.3.0
Additional context
N/A
Thanks for reporting. No idea why I didn't notice this earlier. Changing an AND to OR in an if statement fixes the issue. So unless you've already done the work, I can easily fix this myself.