Kill mob and get item

Started by Demon_Cry on

Topic category: Help with MCreator software

Active 4 years ago
Joined Aug 2019
Points:
781

User statistics:

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

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

Active 4 years ago
Joined Jun 2016
Points:
3744

User statistics:

  • Modifications: 10
  • Forum topics: 39
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5490
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

Active 4 years ago
Joined Aug 2019
Points:
781

User statistics:

  • Modifications: 0
  • Forum topics: 26
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 15
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.

Active 4 years ago
Joined Sep 2019
Points:
735

User statistics:

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

Active 4 years ago
Joined Jun 2016
Points:
3744

User statistics:

  • Modifications: 10
  • Forum topics: 39
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5490
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)

Active 7 months ago
Joined Jan 2017
Points:
950

User statistics:

  • Modifications: 0
  • Forum topics: 23
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 274
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.