mojira.dev

Joey Morin

Assigned

No issues.

Reported

MC-114345 Armor Modifier Only Sets to one piece Duplicate MC-111193 Only Butchers and Blacksmiths! Backward heads! Duplicate

Comments

for the boots:

/give @p minecraft:leather_boots 1 0 {AttributeModifiers:[{AttributeName:"generic.armor",Name:"generic.armor",Amount:2,Operation:0,UUIDLeast:838080,UUIDMost:313947,Slot:"feet"}],ench:[{id:4,lvl:1}],display:{Name:"Bone Boots",Lore:["It is maybe made out","of bones, but it can be strong!"],color:16775147}}

But, I found the problem, it's the UUIDs. I needed to set them to: 1-1 , 1-2 , 2-1 , 2-2

But, can you add a new function so we can create custom armor sets like a new Modifier called: armor.set so you can create new sets of armor easlay.

Next time I will pay attention to what I am doing before I send a Issue.