Started by
KotaWayne
on
Topic category: Help with Minecraft modding (Java Edition)
Ive tried this plenty of times to know that I need help with what Im trying to do. You can add effects to each peice of armor, but could you make a set perk where you need all peices to obtain that perk? Like a full set of armor will give you Strength? If this is easy to do I would love to know how to do it :)
You can use the event condition (has player armor or something similar)
@#1 All I can find is PlayerArmorValue[] > 1 which doesnt really help me with what Im doing. Im trying to use the contains[inventoryName, slotID] == item/block but I keep getting an error with it :/
I don't know how is called the player inventory and what's the ID of the armor slot : (
@#2 The Armor Slots are 101, 102, 103, 104 and 105. The Off Hand is 106. Even with the condition testing if the armor is there it doesnt work saddly :(