diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-09-26 10:06:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-26 10:06:23 +0200 |
commit | 968bb2a232c535234ef994f53a85abd04cf23618 (patch) | |
tree | 588d72eb414df8064381a19539ba7b19babb8a55 /items/FARM_ARMOR_CHESTPLATE.json | |
parent | f18a467e17e845bb79404ed329e14a73e3891343 (diff) | |
download | NotEnoughUpdates-REPO-968bb2a232c535234ef994f53a85abd04cf23618.tar.gz NotEnoughUpdates-REPO-968bb2a232c535234ef994f53a85abd04cf23618.tar.bz2 NotEnoughUpdates-REPO-968bb2a232c535234ef994f53a85abd04cf23618.zip |
Fixed a few (81) items (#828)
* Fixed a few (21) pets
* Fixed another (1) pet
* Fixed Alert Flare recipe
* Fixed ench coal
* Fixed ench charcoal
* Fixed Farm Armours
* Fixed a few (48) reforge stones
Combinable in Reforge Anvil
* Fixed more (6) items
Diffstat (limited to 'items/FARM_ARMOR_CHESTPLATE.json')
-rw-r--r-- | items/FARM_ARMOR_CHESTPLATE.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/FARM_ARMOR_CHESTPLATE.json b/items/FARM_ARMOR_CHESTPLATE.json index b3bf0847..985b3267 100644 --- a/items/FARM_ARMOR_CHESTPLATE.json +++ b/items/FARM_ARMOR_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§9Farm Armor Chestplate", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+75\",2:\"\",3:\"§6Full Set Bonus: Bonus Speed\",4:\"§7Increases your §f✦ Speed §7by\",5:\"§7§a+25§7 while worn near Farming\",6:\"§7Minions or in the §bFarm§7,\",7:\"§7§bThe Barn§7, and §eMushroom\",8:\"§bDesert§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE CHESTPLATE\"],color:16766720,Name:\"§9Farm Armor Chestplate\"},ExtraAttributes:{color:\"255:215:0\",id:\"FARM_ARMOR_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+75\",2:\"\",3:\"§6Full Set Bonus: Bonus Speed\",4:\"§7Increases your §f✦ Speed §7by\",5:\"§7§a+25§7 while worn near Farming\",6:\"§7Minions or in the §bFarm§7,\",7:\"§7§bThe Barn§7, and §eMushroom\",8:\"§eDesert§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE CHESTPLATE\"],color:16766720,Name:\"§9Farm Armor Chestplate\"},ExtraAttributes:{color:\"255:215:0\",id:\"FARM_ARMOR_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Health: §a+20", @@ -12,7 +12,7 @@ "§7§a+25§7 while worn near Farming", "§7Minions or in the §bFarm§7,", "§7§bThe Barn§7, and §eMushroom", - "§bDesert§7.", + "§eDesert§7.", "", "§7§8This item can be reforged!", "§9§lRARE CHESTPLATE" |