How do I make a block that can be mined with my hand but is mined fasted with an axe?

Started by Voidatron on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined May 2022
Points:
430

User statistics:

  • Modifications: 1
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
How do I make a block that can be mined with my hand but is mined fasted with an axe?

Right now if I make its tool an axe, it no longer drops with my hand, but if I make it not have a tool, the axe does not mine it faster than the hand. I have tried just about anything.

Active 6 days ago
Joined Apr 2021
Points:
646

User statistics:

  • Modifications: 6
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 25
A way that could work is…
Tue, 05/31/2022 - 07:10

A way that could work is that you can set the "drop amount" to 0 and "tool able to destroy it" to axe so that it destroys faster with axe bot never drops an item.

And then you set in the "triggers" tab "when block destroyed by player" and if you also want "when destroyed by explosion" to a procedure which spawns the item. it that case it would always drops the item. 

There might be a better way but this will work.

Active 2 months ago
Joined Feb 2022
Points:
643

User statistics:

  • Modifications: 0
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 28
i would try changing the…
Fri, 06/03/2022 - 03:42

i would try changing the harvest value

Active 1 month ago
Joined Oct 2021
Points:
629

User statistics:

  • Modifications: 2
  • Forum topics: 14
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 47
Set the harvest value to -1
Fri, 06/03/2022 - 05:43

Set the harvest value to -1

Active 8 months ago
Joined Apr 2020
Points:
702

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 56
KaidinOk is right, set the…
Fri, 06/03/2022 - 06:38

KaidinOk is right, set the harvest value to -1 but keep the tool as axe

Active 1 year ago
Joined Dec 2021
Points:
511

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 6
Look for the minecraft:logs…
Tue, 06/07/2022 - 17:35

Look for the minecraft:logs tag in Add Common Tags. It's right by the squares with the arrows over them.