Block don't drops when tool breaks down
QuantumStatement opened this issue ยท 2 comments
Minecraft 1.12.2
Forge 14.23.3.2655
No Tree Punching 1.3.4-beta4
When tool (axe, saw, pickaxe etc.) breaks down, block mined with this tool don't drops. This bug affects vanilla and NTP tools (maybe tools from other mods too).
So the issue here is that the item takes damage before the block drops are calculated, which is when NTP executes its block breaking logic. I am looking into ways around this but so far I don't know how to get around it.