Started by
Mr.Straw
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make an armor that would put poisoning on enemies that attack the player. How do I do this?
Topic category: Help with Minecraft modding (Java Edition)
I want to make an armor that would put poisoning on enemies that attack the player. How do I do this?
make a new procedure.
trigger this procedure when entity hurt
if target entity is wearing (the armor){
give effect poison to source entity
}