From 968bb2a232c535234ef994f53a85abd04cf23618 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 26 Sep 2022 10:06:23 +0200 Subject: 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 --- items/FARM_ARMOR_BOOTS.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/FARM_ARMOR_BOOTS.json') diff --git a/items/FARM_ARMOR_BOOTS.json b/items/FARM_ARMOR_BOOTS.json index 79d42328..7b6b4c86 100644 --- a/items/FARM_ARMOR_BOOTS.json +++ b/items/FARM_ARMOR_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§9Farm Armor Boots", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+35\",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 BOOTS\"],color:16766720,Name:\"§9Farm Armor Boots\"},ExtraAttributes:{color:\"255:215:0\",id:\"FARM_ARMOR_BOOTS\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+35\",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 BOOTS\"],color:16766720,Name:\"§9Farm Armor Boots\"},ExtraAttributes:{color:\"255:215:0\",id:\"FARM_ARMOR_BOOTS\"}}", "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 BOOTS" -- cgit