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

Started by The_Pamps on

Topic category: Help with MCreator software

Active 2 years ago
Joined Jan 2020
Points:
706

User statistics:

  • Modifications: 3
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
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.

Active 3 years ago
Joined Mar 2020
Points:
1275

User statistics:

  • Modifications: 2
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1145
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