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/SOLVED_PRISM.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'items/SOLVED_PRISM.json') diff --git a/items/SOLVED_PRISM.json b/items/SOLVED_PRISM.json index 200ff046..72b238ed 100644 --- a/items/SOLVED_PRISM.json +++ b/items/SOLVED_PRISM.json @@ -1,17 +1,18 @@ { "itemid": "minecraft:skull", "displayname": "§5§bSolved Rubix Prism", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"98bd2766-0551-3de4-acdb-170b754dd96e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGYxYTI3N2JlYjllNGZhYTZlN2UzNTZjNzQ3ODZlOTY2MTU1NzM2YTY4NThiZjViYjVhZDI5ZGY1YmFiNjFhMSJ9fX0=\"}]}},display:{Lore:[0:\"§7Quest item\",1:\"\",2:\"§5§lEPIC\"],Name:\"§5§bSolved Rubix Prism\"},ExtraAttributes:{id:\"SOLVED_PRISM\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"98bd2766-0551-3de4-acdb-170b754dd96e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGYxYTI3N2JlYjllNGZhYTZlN2UzNTZjNzQ3ODZlOTY2MTU1NzM2YTY4NThiZjViYjVhZDI5ZGY1YmFiNjFhMSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Quest item\",1:\"\",2:\"§8§l* §8Co-op Soulbound §8§l*\",3:\"§5§lEPIC\"],Name:\"§5§bSolved Rubix Prism\"},ExtraAttributes:{id:\"SOLVED_PRISM\"}}", "damage": 3, "lore": [ "§7Quest item", "", + "§8§l* §8Co-op Soulbound §8§l*", "§5§lEPIC" ], "internalname": "SOLVED_PRISM", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Solved_Rubix_Prism", -- cgit