From 27d06bae300c769d16bbca464f064cc5eb590936 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 13 Dec 2023 10:49:01 +0100 Subject: Added Skymart NPC and sack content (#1068) * Removed Copper and Gems from lore * Added new sacks content * Added skymart npc and 2 custom items --- items/SKYBLOCK_COPPER.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 items/SKYBLOCK_COPPER.json (limited to 'items/SKYBLOCK_COPPER.json') diff --git a/items/SKYBLOCK_COPPER.json b/items/SKYBLOCK_COPPER.json new file mode 100644 index 00000000..62191afd --- /dev/null +++ b/items/SKYBLOCK_COPPER.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§cCopper", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ad5f635a-f850-4db4-9b2b-1b36dedf44cb\",hypixelPopulated:1b,Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWMyNjU4MDNkMWNjMmUzMWY3OTUxZmZlY2JlZjUwZTA3OGMzNjYyOWQ1ZDA5MDc4YjkxYmE0ZGNkNDRjYTI5YyJ9fX0=\"}]},Name:\"§897d94b2-5656-46df-ba23-966ca6c74b80\"},display:{Lore:[0:\"§7Used for NEU NPC-Shops\",1:\"\",2:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§dEnigma Soul (Rift)\"},ExtraAttributes:{id:\"SKYBLOCK_ENIGMA_SOUL\"}}", + "damage": 3, + "lore": [ + "§7Used for NEU NPC-Shops", + "", + "§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka" + ], + "internalname": "SKYBLOCK_COPPER", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Copper" + ] +} -- cgit