Started by
Matyusha
on
Topic category: Help with Minecraft modding (Java Edition)
Hi, I have a question, I created my boards, but for some reason, they do not break with anything other than an ax. I have already tried and put the harvest level 0, -1, add the same planks to the custom drop. Nothing helped.
i encountered that problem too, but mostly with logs in my case. you basically added something unnecessary that makes it only obtainable with axes, but it's really, really simple to fix.
"wood" material type already makes it so that a block can be broken faster using axes. you don't have to specify "axe"/any tool in "tool able to destroy", or else the block will be "locked" to only be breakable with specified tool despite block material. so don't follow what the "tool able to destroy" in-app tip says, especially with wooden blocks, because block material type can already define what tool can be used to break a block more efficiently.
so basically, set "tool able to destroy it" to none.
Thank you
This solution seems to have stopped working as of MCreator 2021.3. The only solution I could get working is outlined in this tutorial,
https://mcreator.net/forum/84746/make-block-mineable-hand-and-tool