Started by dbm1234 on Mon, 07/19/2021 - 20:02 Topic category: Help with Minecraft modding (Java Edition) I want to make a tamed wolf drop a certain item when killed. Someone help me? Jump to top 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)" Jump to top Permalink Log in or register to post comments
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)" Jump to top Permalink Log in or register to post comments
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)"