Started by
DeletedSprings
on
Topic category: Help with Minecraft modding (Java Edition)
Im trying to make a weapon that freezes enemies using slowness 10 but whenever i try it makes the person using it get slowness 10 so somebody showing me how to do this properly would be greatly apreciated. Thanks!
Use a tool with the type sword for a sword, and then use the trigger "When living entity is hit with tool" and then place a block to give "Event/target entity" slowness 10 (enter slowness 9 because it counts up from 0) and then it should work.