Kill mob and get item

Started by Demon_Cry on

Topic category: Help with MCreator software

Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Kill mob and get item

How to make it so when you kill mob you got a certain item and were given another?

Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you mean adding mob drops…
Fri, 09/13/2019 - 18:05

If you mean adding mob drops, there is a section while choosing mob properties to add a drop and a (so rare it actually seems inexistent) drop.

If you want to add more drops or drop with specific conditions, you could use the "on mob death" procedure trigger

Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I meant the procedure. But I…
Sat, 09/14/2019 - 10:13

I meant the procedure. But I don't know how to put it right. When I just put "Add" and "Remove", nothing happens.

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Do you mean killing a…
Thu, 09/19/2019 - 22:08

Do you mean killing a certain mob with a moded sword would drop a special item?

Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Which MCreator version are…
Fri, 09/20/2019 - 11:38

Which MCreator version are you using? You can't add and remove procedures, only events (in older Mcreator versions)

Joined Jan 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you mean make mob drops…
Fri, 09/20/2019 - 12:53

If you mean make mob drops for them, either use the build in procedure or you can make a random "if do" statement, using the Spawn Gem mechanic, which can randomize drops better than the actual drops mechanic, even if it takes more time.