{SOLVED} vanilla mobs dropping modded items

Started by Rednax on

Topic category: Help with MCreator software

Last seen on 10:54, 17. Apr 2021
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
{SOLVED} vanilla mobs dropping modded items
Sun, 05/10/2020 - 22:18 (edited)

Is there a way to make a vanilla mob like a spider have a chance to drop a modded item? I don't know how.

Edited by Rednax on Sun, 05/10/2020 - 22:18
Last seen on 22:41, 29. Dec 2021
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make a Procedure with global…
Wed, 05/06/2020 - 00:23

Make a Procedure with global trigger: entity dies.

if: (is entity subtype: spider)

do: (spawn gem: [spider leg])

Last seen on 10:54, 17. Apr 2021
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well actually I was thinking…
Wed, 05/06/2020 - 09:03

Well actually I was thinking spider fang

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Did it work for you? (the…
Wed, 05/06/2020 - 12:05

Did it work for you?

(the spider leg was an example)

Last seen on 10:54, 17. Apr 2021
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Haven't tried yet. Thanks…
Wed, 05/06/2020 - 21:05

Haven't tried yet. Thanks though

Last seen on 01:09, 29. Oct 2020
Joined May 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Loot tables, look up the…
Sat, 05/09/2020 - 23:26

Loot tables, look up the percentages and add all the vanilla drops as well.

Last seen on 10:54, 17. Apr 2021
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what does that mean?
Sun, 05/10/2020 - 22:17

what does that mean?

Last seen on 10:54, 17. Apr 2021
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I do not know java anyway…
Sun, 05/10/2020 - 22:18

I do not know java anyway and I tried Trolmaso's idea and it worked. Thanks Trolmaso.

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
No problem :)
Sun, 05/10/2020 - 22:55

No problem :)