custom item be dropped by existing vanilla blocks?

Started by TheSpyGorillas on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
custom item be dropped by existing vanilla blocks?

How can i have a custom item be a drop (or secondary drop) for an existing minecraft block upon breaking?

Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make a loot table, and have…
Sat, 08/15/2020 - 21:00

Make a loot table, and have it override the Vanilla loot table for whatever that block is (look at tutorials for how to make loot tables if you need help with this).