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/MIDAS_JEWEL.json | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'items/MIDAS_JEWEL.json') diff --git a/items/MIDAS_JEWEL.json b/items/MIDAS_JEWEL.json index e4ffba79..4e7b995d 100644 --- a/items/MIDAS_JEWEL.json +++ b/items/MIDAS_JEWEL.json @@ -4,15 +4,23 @@ "displayname": "§9Midas Jewel", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d65c750d-e5f8-39db-8ff4-467e6f6941c9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODE4Mzg2YjBlZmE2ZjhjY2Q0OGZjZTg5ZTdkYzU2NGU2YTQ2OTc0YzNhZTU3MjdhYWRmODM3ZDNmZGE2NTk2NCJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Gilded §7reforge\",5:\"§7to §6Midas\u0027 Sword.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aXXV§7!\",9:\"\",10:\"§9§lRARE REFORGE STONE\"],Name:\"§9Midas Jewel\"},ExtraAttributes:{id:\"MIDAS_JEWEL\"}}", - "modver": "2.0.0-REL", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d65c750d-e5f8-39db-8ff4-467e6f6941c9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODE4Mzg2YjBlZmE2ZjhjY2Q0OGZjZTg5ZTdkYzU2NGU2YTQ2OTc0YzNhZTU3MjdhYWRmODM3ZDNmZGE2NTk2NCJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Gilded §7reforge\",4:\"§7when combined with §6Midas\u0027\",5:\"§6Sword§7.\",6:\"\",7:\"§7§8§oMidas\u0027 most prized\",8:\"§8§opossession - a gift from his\",9:\"§8§oolder brother, whose boundless\",10:\"§8§ogenerosity got the better of\",11:\"§8§ohim. While he always admired his\",12:\"§8§obrother, Midas swore his kingdom\",13:\"§8§owould not end the same way.\",14:\"\",15:\"§7Requires §aMining Skill Level\",16:\"§aXXV§7!\",17:\"\",18:\"§9§lRARE REFORGE STONE\"],Name:\"§9Midas Jewel\"},ExtraAttributes:{id:\"MIDAS_JEWEL\"}}", + "modver": "2.1.0-REL", "lore": [ "§8Reforge Stone", + "§7§8Combinable in Reforge Anvil", "", - "§7Can be used in a Reforge Anvil", - "§7or with the Dungeon Blacksmith", - "§7to apply the §9Gilded §7reforge", - "§7to §6Midas\u0027 Sword.", + "§7Applies the §9Gilded §7reforge", + "§7when combined with §6Midas\u0027", + "§6Sword§7.", + "", + "§7§8§oMidas\u0027 most prized", + "§8§opossession - a gift from his", + "§8§oolder brother, whose boundless", + "§8§ogenerosity got the better of", + "§8§ohim. While he always admired his", + "§8§obrother, Midas swore his kingdom", + "§8§owould not end the same way.", "", "§7Requires §aMining Skill Level", "§aXXV§7!", @@ -24,4 +32,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Midas_Jewel" ] -} +} \ No newline at end of file -- cgit