Is it possible to make a loot table that all mobs drop?

Started by The_Pamps on

Topic category: Help with MCreator software

Last seen on 14:21, 28. Jun 2023
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is it possible to make a loot table that all mobs drop?

I am trying to make a loot table that every mob drops on top of their pre-existing loot tables. Thanks in advance.

Last seen on 22:41, 29. Dec 2021
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Create a procedure with theā€¦
Fri, 04/10/2020 - 13:53

Create a procedure with the global variable: (entity dies)

and add "spawn gem [item you want the mobs to drop] at x, y ,z"

If you want to have a chance of them dropping something, click template library at the top and click "do with 70% chance" and put the "spawn gem" thing in the "do" slot