Started by
versai
on
Topic category: Help with Minecraft modding (Java Edition)
I've been trying to make a bow that kills you after using it once. Does anybody got any idea on how to make it like that?
Topic category: Help with Minecraft modding (Java Edition)
I've been trying to make a bow that kills you after using it once. Does anybody got any idea on how to make it like that?
find "Triggers", go to when the ranged item is used, then make a procedure that kills the Source entity, which can be found in the Minecraft components tab
Event/target entity is the receiver, in your case it's the entity being shot, Source entity is the giver which is the entity shooting the bow which is you