Started by
e1sh7
on
Topic category: Help with Minecraft modding (Java Edition)
I am working on a mod that when a player dies by another player the dead player drops an item which can't be obtained unless u got killed
Topic category: Help with Minecraft modding (Java Edition)
I am working on a mod that when a player dies by another player the dead player drops an item which can't be obtained unless u got killed
Global trigger entity dies
If source entity is (sub) type of player and target entity is (sub) type of player
do: spawn dropped item [item] at x: X y: Y z: Z
I think that should do it