How to add custom item drops when breaking the block, like ore?

Started by kessah on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to add custom item drops when breaking the block, like ore?

I need help, how do i make block that when you broke it, it drops custom item I made. Also i uses procedure system.

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
when you open your block,…
Fri, 07/16/2021 - 17:36

when you open your block, check the triggers, where it says "when block is destroyed by player" open it and add "spawn gem" of what ever item/block you want, you can then copy that procedure for "when block is destroyed by explosion", or the easiest option is to go into properties at the bottom and select the custom drop.