From 87ee7fe2ce0af1b3f1afb290418e7265b33a5221 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Mon, 3 Aug 2020 16:14:51 -0400 Subject: Dungeon f4 --- items/SPIRIT_BONE.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 items/SPIRIT_BONE.json (limited to 'items/SPIRIT_BONE.json') diff --git a/items/SPIRIT_BONE.json b/items/SPIRIT_BONE.json new file mode 100644 index 00000000..4420ec64 --- /dev/null +++ b/items/SPIRIT_BONE.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§f§5Spirit Bone", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"955daa6f-a6e0-3a10-94c4-070303323b37\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjhhNzljNTEyY2ZmMWE5ZjQ3MzE5ZmQ3N2VmZDA2ZjY3M2E3NzJhYTk3NTk3NDM2YjAxNjBjNDA5YzhhMmU2MCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7A Wolf Spirit is attached to\",1:\"§7this bone. Wolf Spirits always\",2:\"§7come back to their masters.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§f§f§f§5Spirit Bone\"},ExtraAttributes:{id:\"SPIRIT_BONE\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7A Wolf Spirit is attached to", + "§7this bone. Wolf Spirits always", + "§7come back to their masters.", + "", + "§eRight-click to view recipes!", + "", + "§5§lEPIC DUNGEON ITEM" + ], + "internalname": "SPIRIT_BONE", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Spirit_Bone" + ] +} \ No newline at end of file -- cgit