How to make a custom mob drop 2 different items

Started by SWORDTOOTH on

Topic category: Help with MCreator software

Active 1 year ago
Joined Aug 2021
Points:
581

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 8
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

Active 2 years ago
Joined Mar 2018
Points:
716

User statistics:

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

Active 1 year ago
Joined Aug 2021
Points:
581

User statistics:

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

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