From 1662c79b9944a9b77434b4e939a953e59477eb5a Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 3 Apr 2023 14:24:17 +0200 Subject: Fixed 38 Items, added some reforge stats and a new pet item (#915) --- items/FAKE_EMERALD_ALTAR.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'items/FAKE_EMERALD_ALTAR.json') diff --git a/items/FAKE_EMERALD_ALTAR.json b/items/FAKE_EMERALD_ALTAR.json index 7e853761..d51b558e 100644 --- a/items/FAKE_EMERALD_ALTAR.json +++ b/items/FAKE_EMERALD_ALTAR.json @@ -1,17 +1,18 @@ { "itemid": "minecraft:emerald_block", "displayname": "§a§aFake Emerald Altar", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Quest item\",1:\"\",2:\"§a§lUNCOMMON\"],Name:\"§a§aFake Emerald Altar\"},ExtraAttributes:{id:\"FAKE_EMERALD_ALTAR\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Quest item\",1:\"\",2:\"§8§l* §8Co-op Soulbound §8§l*\",3:\"§a§lUNCOMMON\"],Name:\"§a§aFake Emerald Altar\"},ExtraAttributes:{id:\"FAKE_EMERALD_ALTAR\"}}", "damage": 0, "lore": [ "§7Quest item", "", + "§8§l* §8Co-op Soulbound §8§l*", "§a§lUNCOMMON" ], "internalname": "FAKE_EMERALD_ALTAR", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fake_Emerald_Altar", -- cgit