Started by
Scripticle
on
Topic category: Help with Minecraft modding (Java Edition)
So I want make it so if you kill somebody you get a item added to your inventory/spawned where you killed them. Thank you for the help!
Topic category: Help with Minecraft modding (Java Edition)
So I want make it so if you kill somebody you get a item added to your inventory/spawned where you killed them. Thank you for the help!
Easy.
Is it supposed to be a mob added by a mod? If yes,
you must create procedure on "entity dies" trigger, procedure is:
Add "item count" "item" to source entity inventory, this is the player procedures tab