Started by
a guy called l…
on
Topic category: Help with Minecraft modding (Java Edition)
I made a procedure that deals 8 points of damage of type GENERIC
I have a problem and is that i get 4 hearts of damage if i have a full netherite armor, and 4 hearts of damage if I dont have any armor
Some solution?
sorry for my bad english
If get armour of event >= number then deal 8 damage to event
I dont understand, you can upload a image?
I think in Deal 8 - get armour of entity target damage to entity target but if my armor is more that 8, it will not deal damage / heal me (I am not sure)
Wait, I think a procedure that can help
If get armor of event entity target ≤ 8 do
Deal 8 - get armour of event entity target to event entity target
if not
Deal 1 damage to event entity target
This will prevent that the mob dont deal damage if i have more that 8 armor, I think
That's what I told you
Use block armour value and do as you wish