Random count of drop from ore

Started by Tutadventures on

Topic category: Help with modding (Java Edition)

Last seen on 13:20, 27. Apr 2022
Joined Jan 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Random count of drop from ore

I already made my ore drop a random count of crystals. But the block also drops crystals, when it destroyed with the hand. Is there an easy way to detect if a block is destroyed with a pickaxe?

Last seen on 00:59, 14. Jun 2020
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
set the harvest level to (-1…
Thu, 02/13/2020 - 01:48

set the harvest level to (-1 to 3) (3 for diamond pickaxe, and -1 for hand, create a procedure with the probability template and set from 1 to 0.1 (1 for 100% and 0.1 to 0.10%)