|
3 | 3 | ## If you encounter a problem, make an issue on https://github.com/wifi-left/Datapack-Upgrader |
4 | 4 | ## |
5 | 5 | execute unless items entity @s armor.head minecraft:leather_helmet run item replace entity @s[team=bw.green] armor.head with leather_helmet[unbreakable={},enchantments={"minecraft:binding_curse":1s,protection:1},dyed_color=65280] |
6 | | -execute unless items entity @s armor.chest minecraft:leather_chestplate run item replace entity @s[team=bw.green] armor.chest with leather_chestplate[unbreakable={},enchantments={"minecraft:binding_curse":1s,protection:1},dyed_color=65280] |
| 6 | +execute unless items entity @s armor.chest minecraft:leather_chestplate run item replace entity @s[team=bw.green] armor.chest with leather_chestplate[unbreakable={},enchantments={"minecraft:binding_curse":1s,protection:1,blast_protection:30},dyed_color=65280,attribute_modifiers=[{type:"explosion_knockback_resistance",amount:-4.5,id:"knockback",operation:"add_value"},{type:"armor",amount:3,id:"knockback",operation:"add_value"}]] |
7 | 7 |
|
8 | 8 | execute unless items entity @s armor.head minecraft:leather_helmet run item replace entity @s[team=bw.red] armor.head with leather_helmet[unbreakable={},enchantments={"minecraft:binding_curse":1s,protection:1},dyed_color=16711680] |
9 | | -execute unless items entity @s armor.chest minecraft:leather_chestplate run item replace entity @s[team=bw.red] armor.chest with leather_chestplate[unbreakable={},enchantments={"minecraft:binding_curse":1s,protection:1},dyed_color=16711680] |
| 9 | +execute unless items entity @s armor.chest minecraft:leather_chestplate run item replace entity @s[team=bw.red] armor.chest with leather_chestplate[unbreakable={},enchantments={"minecraft:binding_curse":1s,protection:1,blast_protection:30},dyed_color=16711680,attribute_modifiers=[{type:"explosion_knockback_resistance",amount:-4.5,id:"knockback",operation:"add_value"},{type:"armor",amount:3,id:"knockback",operation:"add_value"}]] |
10 | 10 |
|
11 | 11 | execute unless items entity @s armor.head minecraft:leather_helmet run item replace entity @s[team=bw.blue] armor.head with leather_helmet[unbreakable={},enchantments={"minecraft:binding_curse":1s,protection:1},dyed_color=255] |
12 | | -execute unless items entity @s armor.chest minecraft:leather_chestplate run item replace entity @s[team=bw.blue] armor.chest with leather_chestplate[unbreakable={},enchantments={"minecraft:binding_curse":1s,protection:1},dyed_color=255] |
| 12 | +execute unless items entity @s armor.chest minecraft:leather_chestplate run item replace entity @s[team=bw.blue] armor.chest with leather_chestplate[unbreakable={},enchantments={"minecraft:binding_curse":1s,protection:1,blast_protection:30},dyed_color=255,attribute_modifiers=[{type:"explosion_knockback_resistance",amount:-4.5,id:"knockback",operation:"add_value"},{type:"armor",amount:3,id:"knockback",operation:"add_value"}]] |
13 | 13 |
|
14 | 14 | execute unless items entity @s armor.head minecraft:leather_helmet run item replace entity @s[team=bw.yellow] armor.head with leather_helmet[unbreakable={},enchantments={"minecraft:binding_curse":1s,protection:1},dyed_color=16776960] |
15 | | -execute unless items entity @s armor.chest minecraft:leather_chestplate run item replace entity @s[team=bw.yellow] armor.chest with leather_chestplate[unbreakable={},enchantments={"minecraft:binding_curse":1s,protection:1},dyed_color=16776960] |
| 15 | +execute unless items entity @s armor.chest minecraft:leather_chestplate run item replace entity @s[team=bw.yellow] armor.chest with leather_chestplate[unbreakable={},enchantments={"minecraft:binding_curse":1s,protection:1,blast_protection:30},dyed_color=16776960,attribute_modifiers=[{type:"explosion_knockback_resistance",amount:-4.5,id:"knockback",operation:"add_value"},{type:"armor",amount:3,id:"knockback",operation:"add_value"}]] |
16 | 16 |
|
17 | 17 | execute unless items entity @s armor.legs minecraft:leather_leggings run item replace entity @s[team=bw.green,scores={bw.armor=..0}] armor.legs with leather_leggings[unbreakable={},enchantments={"minecraft:binding_curse":1s,protection:1},dyed_color=65280] |
18 | 18 | execute unless items entity @s armor.feet minecraft:leather_boots run item replace entity @s[team=bw.green,scores={bw.armor=..0}] armor.feet with leather_boots[unbreakable={},enchantments={"minecraft:binding_curse":1s,protection:1},dyed_color=65280] |
|
0 commit comments