How do I pair a loot table with a mob?

Started by Radikid on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I pair a loot table with a mob?

I have looked everywhere and can't find where I do this.

Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I even tried adding a…
Thu, 03/19/2020 - 12:18

I even tried adding a function on death to my entity but still couldn't find where I could call a loot table.

Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm using 2020.1 that works…
Fri, 03/20/2020 - 08:33

I'm using 2020.1 that works with 1.14.4. Maybe I'm just blind and the setting is right in front of me. Could you point it out?

Name your loot table the…
Fri, 03/20/2020 - 10:45

Name your loot table the same way as mob registry name and use modid namescape. I suggest you to do some research how the loot tables work.