Started by
TheRidiculousR
on
Topic category: Help with Minecraft modding (Java Edition)
hello there
ive been working on a mod that adds several biomes and trees to the game, but somehow ever since I updated to mcreator 2021.1, the wood cannot be mined by hand anymore.
I tried to manually set the harvest level to 0 (which took ages to do) but got me nowhere.
does anyone know how to make the blocks mineable by both axe and hand?
I had this same issue today. Here's how I fixed it:
1. Set "Tool able to destroy it" to "Not specified"
2. Set "Material" to "Wood". This ensures that axes will still mine the block quicker than using a hand, but also means you can break it with just your hand.
many thanks! that will work