[1.20.1 Bug]: A pic with fortune doesn't drop any dust
Iplaymods opened this issue · 6 comments
■ Your Discord ID or other contacts
No response
■ Dragon Survival version
DragonSurvival-1.20.1-27.06.2024-all.jar
■ Forge/Neoforge version
Forge-47.3.0
■ Single game or server?
Single-player (Default)
■ Describe the bug
I was playing, thinking the fortune would give me more dust when drop or increase the chances of it droping. When I tried it I noticed that no ores droped any dust. I tested it with a stack of coal ores and no dust came out.
■ Crash Report File and Logs
No response
fortuneLevel = tool.getEnchantmentLevel(Enchantments.BLOCK_FORTUNE);
silkTouchLevel = tool.getEnchantmentLevel(Enchantments.BLOCK_FORTUNE);
🤦
Fixed in 2150f52
I'm confused, the way the code is worded it looks like it's supposed to not work.