How to change wood logs harvest level

Started by NewArcade on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Jul 2021
Points:
567

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
How to change wood logs harvest level

I want to make it so that logs can only be broken with a wooden axe or better, so mining logs with your hand will drop nothing. How do I go about this?

Active 4 years ago
Joined Jul 2021
Points:
569

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 16
select tool able to destroy…
Fri, 07/23/2021 - 19:35

select tool able to destroy it and specify harvest level

Active 2 years ago
Joined Oct 2019
Points:
810

User statistics:

  • Modifications: 0
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 209
Editing vanilla blocks would…
Mon, 08/23/2021 - 18:01

Editing vanilla blocks would be nearly impossible without the use of custom code.
You could replace it with a custom block somehow, but I've never done that.