How to change wood logs harvest level

Started by NewArcade on

Topic category: Help with modding (Java Edition)

Last seen on 02:02, 25. May 2022
Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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?

Last seen on 13:41, 6. Aug 2021
Joined Jul 2021
Points:

User statistics:

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

select tool able to destroy it and specify harvest level

Last seen on 15:38, 1. Dec 2022
Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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.