From 83e0920cf489a65a53842adac66765a65d01b662 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 25 Mar 2023 13:33:39 +0100 Subject: Fixed 142 Items (#910) --- items/PET_ITEM_HARDENED_SCALES_UNCOMMON.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'items/PET_ITEM_HARDENED_SCALES_UNCOMMON.json') diff --git a/items/PET_ITEM_HARDENED_SCALES_UNCOMMON.json b/items/PET_ITEM_HARDENED_SCALES_UNCOMMON.json index 3685fd4c..455b1efb 100644 --- a/items/PET_ITEM_HARDENED_SCALES_UNCOMMON.json +++ b/items/PET_ITEM_HARDENED_SCALES_UNCOMMON.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:prismarine_crystals", "displayname": "§aHardened Scales", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet items can boost pets in\",3:\"§7various ways but pets can only\",4:\"§7hold 1 item at a time so choose\",5:\"§7wisely!\",6:\"\",7:\"§7§7Increases §a❈ Defense §7by\",8:\"§7§a25\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§egive it this item!\",12:\"\",13:\"§a§lUNCOMMON PET ITEM\"],Name:\"§aHardened Scales\"},ExtraAttributes:{id:\"PET_ITEM_HARDENED_SCALES_UNCOMMON\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet items can boost pets in\",3:\"§7various ways but pets can only\",4:\"§7hold 1 item at a time so choose\",5:\"§7wisely!\",6:\"\",7:\"§7§7Grants §a+25❈ Defense§7.\",8:\"\",9:\"§7§eRight click on your pet to\",10:\"§egive it this item!\",11:\"\",12:\"§a§lUNCOMMON PET ITEM\"],Name:\"§aHardened Scales\"},ExtraAttributes:{id:\"PET_ITEM_HARDENED_SCALES_UNCOMMON\"}}", "damage": 0, "lore": [ "§8Consumed on use", @@ -11,8 +11,7 @@ "§7hold 1 item at a time so choose", "§7wisely!", "", - "§7§7Increases §a❈ Defense §7by", - "§7§a25", + "§7§7Grants §a+25❈ Defense§7.", "", "§7§eRight click on your pet to", "§egive it this item!", @@ -21,9 +20,10 @@ ], "internalname": "PET_ITEM_HARDENED_SCALES_UNCOMMON", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pet_Items" - ] + ], + "crafttext": "" } \ No newline at end of file -- cgit