Started by
Voidatron
on
Topic category: Help with Minecraft modding (Java Edition)
Right now if I make its tool an axe, it no longer drops with my hand, but if I make it not have a tool, the axe does not mine it faster than the hand. I have tried just about anything.
A way that could work is that you can set the "drop amount" to 0 and "tool able to destroy it" to axe so that it destroys faster with axe bot never drops an item.
And then you set in the "triggers" tab "when block destroyed by player" and if you also want "when destroyed by explosion" to a procedure which spawns the item. it that case it would always drops the item.
There might be a better way but this will work.
i would try changing the harvest value
Set the harvest value to -1
KaidinOk is right, set the harvest value to -1 but keep the tool as axe
Look for the minecraft:logs tag in Add Common Tags. It's right by the squares with the arrows over them.