How to make a custom mob drop 2 different items

Started by SWORDTOOTH on

Topic category: Help with MCreator software

Last seen on 01:59, 3. Apr 2024
Joined Aug 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a custom mob drop 2 different items

So I made a mob that I want to drop fur and meat, but it only gives me the option of making it drop 1 item, how can I make it drop 2 different items

 

also it would help if i knew how to make it drop multiple of the same item too

Last seen on 08:29, 9. Jul 2023
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well you could use the "When…
Mon, 08/01/2022 - 09:58

Well you could use the "When entity dies" trigger and make it spawn items that way

Use the "Spawn gem" proceedure block for that! Hope this helps :)

Last seen on 01:59, 3. Apr 2024
Joined Aug 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I ended up just using loot…
Mon, 08/01/2022 - 18:33

I ended up just using loot tables lol, but that could work