From 3703ea45f6b78130aea9029cca78fb40fbaa2e09 Mon Sep 17 00:00:00 2001 From: Luna Date: Thu, 13 Feb 2025 04:52:58 +0100 Subject: Fix Gemstone Powder item (#1667) --- items/SKYBLOCK_POWDER_GEMSTONE.json | 19 +++++++++++++++++++ items/SKYBLOCK_POWDER_GEMSTONEjson | 19 ------------------- 2 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 items/SKYBLOCK_POWDER_GEMSTONE.json delete mode 100644 items/SKYBLOCK_POWDER_GEMSTONEjson diff --git a/items/SKYBLOCK_POWDER_GEMSTONE.json b/items/SKYBLOCK_POWDER_GEMSTONE.json new file mode 100644 index 00000000..27681101 --- /dev/null +++ b/items/SKYBLOCK_POWDER_GEMSTONE.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§dGemstone Powder", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Used for NEU NPC-Shops\",1:\"\",2:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§dGemstone Powder\"},ExtraAttributes:{id:\"SKYBLOCK_GEMSTONE_POWDER\"}}", + "damage": 13, + "lore": [ + "§7Used for NEU NPC-Shops", + "", + "§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka" + ], + "internalname": "SKYBLOCK_POWDER_GEMSTONE", + "clickcommand": "", + "modver": "", + "infoType": "WIKI_URL", + "crafttext": "", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Gemstone_Powder" + ] +} \ No newline at end of file diff --git a/items/SKYBLOCK_POWDER_GEMSTONEjson b/items/SKYBLOCK_POWDER_GEMSTONEjson deleted file mode 100644 index 27681101..00000000 --- a/items/SKYBLOCK_POWDER_GEMSTONEjson +++ /dev/null @@ -1,19 +0,0 @@ -{ - "itemid": "minecraft:dye", - "displayname": "§dGemstone Powder", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Used for NEU NPC-Shops\",1:\"\",2:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§dGemstone Powder\"},ExtraAttributes:{id:\"SKYBLOCK_GEMSTONE_POWDER\"}}", - "damage": 13, - "lore": [ - "§7Used for NEU NPC-Shops", - "", - "§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka" - ], - "internalname": "SKYBLOCK_POWDER_GEMSTONE", - "clickcommand": "", - "modver": "", - "infoType": "WIKI_URL", - "crafttext": "", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Gemstone_Powder" - ] -} \ No newline at end of file -- cgit