diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-03 16:14:51 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-03 16:14:51 -0400 |
commit | 87ee7fe2ce0af1b3f1afb290418e7265b33a5221 (patch) | |
tree | 53d329e07f05b37fd3803770de185ded46bf00b4 /items/SPIRIT_BONE.json | |
parent | 91f8aa7db485ae8359dc634734889dc41c546678 (diff) | |
download | NotEnoughUpdates-REPO-87ee7fe2ce0af1b3f1afb290418e7265b33a5221.tar.gz NotEnoughUpdates-REPO-87ee7fe2ce0af1b3f1afb290418e7265b33a5221.tar.bz2 NotEnoughUpdates-REPO-87ee7fe2ce0af1b3f1afb290418e7265b33a5221.zip |
Dungeon f4
Diffstat (limited to 'items/SPIRIT_BONE.json')
-rw-r--r-- | items/SPIRIT_BONE.json | 23 |
1 files changed, 23 insertions, 0 deletions
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 |