Started by
turtlemaster852
on
Topic category: Help with Minecraft modding (Java Edition)
Im trying to make a sword that does the same damage regardless of how much armor your wearing
i've tried making a procedure that triggers "when living entity is hit by tool" and deals magic damage to the entity being attacked but even then it doesnt ignore the armor that your wearing, i've even tried changing the damage source to void and it still doesnt work
basicly
do if entity hit by the weapon (set health to (current health - the dmg))
and that should ignore armor