Skip to content

Commit

Permalink
fix red team not having enchanted armor
Browse files Browse the repository at this point in the history
  • Loading branch information
L_glandieres authored and L_glandieres committed Jan 13, 2024
1 parent ca29143 commit 5f19774
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ item replace entity @a[team=green] armor.feet with minecraft:leather_boots{displ
item replace entity @a[team=green] armor.chest with minecraft:leather_chestplate{display:{color:3334946},Enchantments:[{id:"minecraft:binding_curse",lvl:1s}]}

item replace entity @a[team=red] armor.legs with minecraft:leather_leggings{display:{color:14885410},Enchantments:[{id:"minecraft:binding_curse",lvl:1s}]}
item replace entity @a[team=red] armor.feet with minecraft:leather_boots{display:{color:14885410}}
item replace entity @a[team=red] armor.chest with minecraft:leather_chestplate{display:{color:14885410}}
item replace entity @a[team=red] armor.feet with minecraft:leather_boots{display:{color:14885410},Enchantments:[{id:"minecraft:binding_curse",lvl:1s}]}
item replace entity @a[team=red] armor.chest with minecraft:leather_chestplate{display:{color:14885410},Enchantments:[{id:"minecraft:binding_curse",lvl:1s}]}

item replace entity @a[team=yellow] armor.legs with minecraft:leather_leggings{display:{color:14925858},Enchantments:[{id:"minecraft:binding_curse",lvl:1s}]}
item replace entity @a[team=yellow] armor.feet with minecraft:leather_boots{display:{color:14925858},Enchantments:[{id:"minecraft:binding_curse",lvl:1s}]}
Expand Down

0 comments on commit 5f19774

Please sign in to comment.