From 49231470607d3fbbe557dad6338581643661b9d8 Mon Sep 17 00:00:00 2001 From: Lulonaut <67191924+Lulonaut@users.noreply.github.com> Date: Sun, 15 May 2022 10:17:30 +0200 Subject: new patch (#738) * hypixeling * add things back * save * nbt * Hypixel moment * crimsoning * \u0027 * missing things * wiki links * Fixed Item * I am a idiot * am i high Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com> Co-authored-by: jani270 --- items/INFINITE_SPIRIT_LEAP.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 items/INFINITE_SPIRIT_LEAP.json (limited to 'items/INFINITE_SPIRIT_LEAP.json') diff --git a/items/INFINITE_SPIRIT_LEAP.json b/items/INFINITE_SPIRIT_LEAP.json new file mode 100644 index 00000000..019e017c --- /dev/null +++ b/items/INFINITE_SPIRIT_LEAP.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Infinileap", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"14919e1b-9d97-39f7-bf3f-0050bddcef8b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1MjE0NjYxMjc0MiwKICAicHJvZmlsZUlkIiA6ICI5ZWU3NTUxOGQyZWE0Y2Q4OGJiNGI1YTZkNmVhNTFjYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJNaWNyb3MxMTgyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM3N2Q0YTIwNmQ3NzU3ZjQ3OWYzMzJlYzFhMmJiYmVlNTdjZWY5NzU2OGRkODhkZjgxZjQ4NjRhZWU3ZDNkOTgiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§6Ability: Spirit Leap §e§lRIGHT CLICK\",1:\"§7Allows you to teleport to any\",2:\"§7teammate!\",3:\"§8Cooldown: §a2s\",4:\"\",5:\"§cDungeons only!\",6:\"\",7:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Infinileap\"},ExtraAttributes:{id:\"INFINITE_SPIRIT_LEAP\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§6Ability: Spirit Leap §e§lRIGHT CLICK", + "§7Allows you to teleport to any", + "§7teammate!", + "§8Cooldown: §a2s", + "", + "§cDungeons only!", + "", + "§5§lEPIC DUNGEON ITEM" + ], + "internalname": "INFINITE_SPIRIT_LEAP", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Infinileap" + ] +} \ No newline at end of file -- cgit