From e29f644d515b8cb65dc74f17b875b6d7f9ccdad3 Mon Sep 17 00:00:00 2001 From: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Date: Tue, 23 Feb 2021 21:08:30 +0100 Subject: some fixes (#415) * actually moved enderpack to items folder * fixed some pet items wiki links * fixed some infoTypes (missed capital T) --- ENDERPACK.json | 28 ---------------------------- items/ALL_SKILLS_SUPER_BOOST.json | 4 ++-- items/ANTIQUE_REMEDIES.json | 4 ++-- items/AUTOPET_RULES_2.json | 2 +- items/ENDERPACK.json | 28 ++++++++++++++++++++++++++++ items/RUNE_SACK.json | 2 +- items/WASHED_UP_SOUVENIR.json | 4 ++-- 7 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 ENDERPACK.json create mode 100644 items/ENDERPACK.json diff --git a/ENDERPACK.json b/ENDERPACK.json deleted file mode 100644 index 24aa70bd..00000000 --- a/ENDERPACK.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "itemid": "minecraft:skull", - "displayname": "§5Enderpack Skin", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a77392ee-b601-30f4-919a-e85fbf396c41\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMzY4NTU4MTkwOSwKICAicHJvZmlsZUlkIiA6ICJkZGVkNTZlMWVmOGI0MGZlOGFkMTYyOTIwZjdhZWNkYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJEaXNjb3JkQXBwIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzdmOTc3ZTY5MTY0ZWNkZGRiZDFmOTM1MzY1M2I2OTAzNWFkMjUxN2IwODIyY2E2YmU0MGNmYmI3YWEyMjI3ZTQiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ==\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Item skins give your gear a\",3:\"§7fresh new look! Apply them just\",4:\"§7like an enchant book using the\",5:\"§7anvil.\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§aBackpacks\",9:\",10:\"§5§lEPIC COSMETIC\"],Name:\"§5Enderpack skin\"},ExtraAttributes:{id:\"ENDERPACK\",uuid:\"c282abc0-222c-4d26-87c5-c7dd5c30bda5\"},AttributeModifiers:[]}", - "damage": 3, - "lore": [ - "§8Consumed on use", - "", - "§7§7Item skins give your gear a", - "§7fresh new look! Apply them just", - "§7like an enchant book using the", - "§7anvil.", - "", - "§7§7This skin can only be applied to", - "§aBackpacks", - "", - "", - "§5§lEPIC COSMETIC" - ], - "internalname": "ENDERPACK", - "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" - ] - } \ No newline at end of file diff --git a/items/ALL_SKILLS_SUPER_BOOST.json b/items/ALL_SKILLS_SUPER_BOOST.json index a3368aea..8928133d 100644 --- a/items/ALL_SKILLS_SUPER_BOOST.json +++ b/items/ALL_SKILLS_SUPER_BOOST.json @@ -32,10 +32,10 @@ }, "internalname": "ALL_SKILLS_SUPER_BOOST", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/All_Skills_Exp_Super-Boost" + "https://hypixel-skyblock.fandom.com/wiki/Pet_Items" ] } \ No newline at end of file diff --git a/items/ANTIQUE_REMEDIES.json b/items/ANTIQUE_REMEDIES.json index 5a932ac4..9280cc99 100644 --- a/items/ANTIQUE_REMEDIES.json +++ b/items/ANTIQUE_REMEDIES.json @@ -22,9 +22,9 @@ "internalname": "ANTIQUE_REMEDIES", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Antique_Remedies" + "https://hypixel-skyblock.fandom.com/wiki/Pet_Items" ] } \ No newline at end of file diff --git a/items/AUTOPET_RULES_2.json b/items/AUTOPET_RULES_2.json index cc34d2a4..564e18a5 100644 --- a/items/AUTOPET_RULES_2.json +++ b/items/AUTOPET_RULES_2.json @@ -23,7 +23,7 @@ "internalname": "AUTOPET_RULES_2", "clickcommand": "", "modver": "2.0.0-REL", - "infotype":"WIKI_URL", + "infoType":"WIKI_URL", "info":[ "https://hypixel-skyblock.fandom.com/wiki/Autopet_Rules_2-Pack" ] diff --git a/items/ENDERPACK.json b/items/ENDERPACK.json new file mode 100644 index 00000000..6d4934c9 --- /dev/null +++ b/items/ENDERPACK.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Enderpack Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a77392ee-b601-30f4-919a-e85fbf396c41\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMzY4NTU4MTkwOSwKICAicHJvZmlsZUlkIiA6ICJkZGVkNTZlMWVmOGI0MGZlOGFkMTYyOTIwZjdhZWNkYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJEaXNjb3JkQXBwIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzdmOTc3ZTY5MTY0ZWNkZGRiZDFmOTM1MzY1M2I2OTAzNWFkMjUxN2IwODIyY2E2YmU0MGNmYmI3YWEyMjI3ZTQiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ==\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Item skins give your gear a\",3:\"§7fresh new look! Apply them just\",4:\"§7like an enchant book using the\",5:\"§7anvil.\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§aBackpacks\",9:\",10:\"§5§lEPIC COSMETIC\"],Name:\"§5Enderpack skin\"},ExtraAttributes:{id:\"ENDERPACK\",uuid:\"c282abc0-222c-4d26-87c5-c7dd5c30bda5\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Item skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "", + "§7§7This skin can only be applied to", + "§aBackpacks", + "", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "ENDERPACK", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] + } \ No newline at end of file diff --git a/items/RUNE_SACK.json b/items/RUNE_SACK.json index 46f6937b..1503eba4 100644 --- a/items/RUNE_SACK.json +++ b/items/RUNE_SACK.json @@ -15,7 +15,7 @@ "internalname": "RUNE_SACK", "clickcommand": "", "modver": "2.0.0-REL", - "infotype": "WIKI_URL", + "infoType": "WIKI_URL", "info":[ "https://hypixel-skyblock.fandom.com/wiki/Rune_Sack" ] diff --git a/items/WASHED_UP_SOUVENIR.json b/items/WASHED_UP_SOUVENIR.json index 4a7ab651..ca5991b4 100644 --- a/items/WASHED_UP_SOUVENIR.json +++ b/items/WASHED_UP_SOUVENIR.json @@ -22,9 +22,9 @@ "internalname": "WASHED_UP_SOUVENIR", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Washed-up_Souvenir" + "https://hypixel-skyblock.fandom.com/wiki/Pet_Items" ] } \ No newline at end of file -- cgit