Started by
Zainhargrove
on
Topic category: Help with Minecraft modding (Java Edition)
I am trying to make a procedure to check if the player wears a chest plate that is tagged as "Ironmanlv_1" it will make a variable true.
Here is the Procedure, workspace settings, and tag
Still having trouble. Can anyone help? This would save me so much time.
I think the procedure does not know what entity to target. Player tick update probably does not mark the player as event/target entity, but just as a check when to start. You should probably use the event trigger inside the armor editor itself (Helmet tick event, Body tick event, Leggins tick event, Boots tick event).