Tamed wolf drop an item when killed

Started by dbm1234 on

Topic category: Help with modding (Java Edition)

Last seen on 22:56, 13. Aug 2023
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Tamed wolf drop an item when killed

I want to make a tamed wolf drop a certain item when killed. Someone help me? 

Last seen on 04:13, 6. May 2023
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make a global trigger thats…
Tue, 07/20/2021 - 00:37

Make a global trigger thats used "when entity dies"

Then add a "If entity is type (Wolf)"

and then another "if entity is tamed"

then do "spawn item/gem (whatever you want)"