custom logs cannot be obtained by hand

Started by TheRidiculousR on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Feb 2016
Points:
814

User statistics:

  • Modifications: 1
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 36
custom logs cannot be obtained by hand

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?

Active 2 months ago
Joined Apr 2021
Points:
700

User statistics:

  • Modifications: 0
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 64
I had this same issue today…
Tue, 05/25/2021 - 09:39

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.

Active 1 year ago
Joined Feb 2016
Points:
814

User statistics:

  • Modifications: 1
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 36
many thanks! that will work
Wed, 05/26/2021 - 08:01

many thanks! that will work