From 6d119599ea11254259e303ae5fb6343802bf0199 Mon Sep 17 00:00:00 2001 From: Eejit <76887639+Eejit43@users.noreply.github.com> Date: Sat, 14 Aug 2021 20:31:38 -0400 Subject: Various fixes/additions (#592) * Update WISHING_COMPASS.json * Update REFINED_DIAMOND.json * Adding PET_SKIN_WOLF * Update PET_SKIN_WOLF.json * Update PET_SKIN_WOLF.json * Update REFINED_DIAMOND.json * Update WISHING_COMPASS.json * Update PET_SKIN_WOLF.json * Update BARRIER.json * That wiki page is now a redirect * The wiki page is now a redirect * The wiki page is now a redirect * Arrows have now become Flint Arrows (same internal ID) * Update PET_SKIN_WOLF.json * Update BARRIER.json * Update APPLE.json * Update BOAT.json * Update APPLE.json * Update ARMOR_STAND.json * Update BARRIER.json * Update REFINED_DIAMOND.json * Update BEDROCK.json * Update KALHUIKI_MASK.json * Update BAG_OF_CASH.json * Update STARFALL.json --- PET_SKIN_WOLF.json | 30 ++++++++++++++++++++++++++++++ items/APPLE.json | 7 ++----- items/ARMOR_STAND.json | 7 ++----- items/ARROW.json | 10 ++++++---- items/BAG_OF_CASH.json | 5 ++--- items/BARRIER.json | 10 +++++++--- items/BEDROCK.json | 7 +++---- items/BOAT.json | 7 ++----- items/KALHUIKI_MASK.json | 5 ++--- items/REFINED_DIAMOND.json | 7 +++---- items/STARFALL.json | 7 +++---- items/WISHING_COMPASS.json | 19 +++++-------------- 12 files changed, 67 insertions(+), 54 deletions(-) create mode 100644 PET_SKIN_WOLF.json diff --git a/PET_SKIN_WOLF.json b/PET_SKIN_WOLF.json new file mode 100644 index 00000000..a5831178 --- /dev/null +++ b/PET_SKIN_WOLF.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Dark Wolf Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"be4a9ed9-609c-32ea-b49b-44a7bd7ab0f2\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzhlNDE0ZTc2MmUxMDI0Yzc5OWU3MGI3YTUyN2MyMmZiOTU2NDhmMTQxZDY2MGIxMGM1MTJjYzEyNDMzNDIxOCJ9fX0K\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Wolf pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5Dark Wolf Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_WOLF\"}}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet skins change the look and", + "§7particle trail of your pet but", + "§7only one skin can be active at a", + "§7time!", + "", + "§7§7This skin can only be applied", + "§7to Wolf pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "PET_SKIN_WOLF", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +} diff --git a/items/APPLE.json b/items/APPLE.json index 5366604c..394e941e 100644 --- a/items/APPLE.json +++ b/items/APPLE.json @@ -7,11 +7,8 @@ "§f§lCOMMON" ], "internalname": "APPLE", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "vanilla": true, "clickcommand": "", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Apple" - ] + "infoType": "" } diff --git a/items/ARMOR_STAND.json b/items/ARMOR_STAND.json index 690c0676..1c171cbf 100644 --- a/items/ARMOR_STAND.json +++ b/items/ARMOR_STAND.json @@ -7,7 +7,7 @@ "§f§lCOMMON" ], "internalname": "ARMOR_STAND", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "vanilla": true, "clickcommand": "viewrecipe", "recipe": { @@ -21,8 +21,5 @@ "C2": "STEP:1", "C3": "STICK:1" }, - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Armor_Stand" - ] + "infoType": "" } diff --git a/items/ARROW.json b/items/ARROW.json index efb5f157..331a719c 100644 --- a/items/ARROW.json +++ b/items/ARROW.json @@ -1,13 +1,15 @@ { "itemid": "minecraft:arrow", - "displayname": "§fArrow", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fArrow\"},ExtraAttributes:{id:\"ARROW\"}}", + "displayname": "§fFlint Arrow", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+1\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fFlint Arrow\"},ExtraAttributes:{id:\"ARROW\"}}", "damage": 0, "lore": [ + "§7Damage: §c+1", + "", "§f§lCOMMON" ], "internalname": "ARROW", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "vanilla": true, "clickcommand": "viewrecipe", "recipe": { @@ -23,6 +25,6 @@ }, "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Arrow" + "https://hypixel-skyblock.fandom.com/wiki/Flint_Arrow" ] } diff --git a/items/BAG_OF_CASH.json b/items/BAG_OF_CASH.json index 1b859b16..021cec3c 100644 --- a/items/BAG_OF_CASH.json +++ b/items/BAG_OF_CASH.json @@ -1,10 +1,9 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Bag of Cash", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9dd5008a-08a1-3f4a-b8af-2499bdb8ff3b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTM2ZTk0ZjZjMzRhMzU0NjVmY2U0YTkwZjJlMjU5NzYzODllYjk3MDlhMTIyNzM1NzRmZjcwZmQ0ZGFhNjg1MiJ9fX0\u003d\"}]}},display:{Lore:[0:\"\",1:\"§7§6Sold to shops for 1,000,000\",2:\"§6coins!\",3:\"\",4:\"§9§lRARE\"],Name:\"§f§f§9Bag of Cash\"},ExtraAttributes:{id:\"BAG_OF_CASH\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9dd5008a-08a1-3f4a-b8af-2499bdb8ff3b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTM2ZTk0ZjZjMzRhMzU0NjVmY2U0YTkwZjJlMjU5NzYzODllYjk3MDlhMTIyNzM1NzRmZjcwZmQ0ZGFhNjg1MiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§6Sold to shops for 1,000,000\",1:\"§6coins!\",2:\"\",3:\"§9§lRARE\"],Name:\"§f§f§9Bag of Cash\"},ExtraAttributes:{id:\"BAG_OF_CASH\"},AttributeModifiers:[]}", "damage": 3, "lore": [ - "", "§7§6Sold to shops for 1,000,000", "§6coins!", "", @@ -18,4 +17,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Bag_of_Cash" ] -} \ No newline at end of file +} diff --git a/items/BARRIER.json b/items/BARRIER.json index 4752cffb..8675e8a9 100644 --- a/items/BARRIER.json +++ b/items/BARRIER.json @@ -7,7 +7,11 @@ "§f§lCOMMON" ], "internalname": "BARRIER", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "vanilla": true, - "clickcommand": "" -} \ No newline at end of file + "clickcommand": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Barrier" + ] +} diff --git a/items/BEDROCK.json b/items/BEDROCK.json index 76d1f2da..e5e885db 100644 --- a/items/BEDROCK.json +++ b/items/BEDROCK.json @@ -1,10 +1,9 @@ { "itemid": "minecraft:bedrock", "displayname": "§6Bedrock", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"\",1:\"§7§cI guess you have this now.\",2:\"\",3:\"§6§lLEGENDARY\"],Name:\"§6Bedrock\"},ExtraAttributes:{id:\"BEDROCK\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§cI guess you have this now.\",1:\"\",3:\"§6§lLEGENDARY\"],Name:\"§6Bedrock\"},ExtraAttributes:{id:\"BEDROCK\"}}", "damage": 0, "lore": [ - "", "§7§cI guess you have this now.", "", "§6§lLEGENDARY" @@ -12,9 +11,9 @@ "internalname": "BEDROCK", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Bedrock" ] -} \ No newline at end of file +} diff --git a/items/BOAT.json b/items/BOAT.json index fa89d526..53940c68 100644 --- a/items/BOAT.json +++ b/items/BOAT.json @@ -7,7 +7,7 @@ "§f§lCOMMON" ], "internalname": "BOAT", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "vanilla": true, "clickcommand": "viewrecipe", "recipe": { @@ -21,8 +21,5 @@ "C2": "", "C3": "" }, - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Boat" - ] + "infoType": "" } diff --git a/items/KALHUIKI_MASK.json b/items/KALHUIKI_MASK.json index 41e7aaad..2a9302bb 100644 --- a/items/KALHUIKI_MASK.json +++ b/items/KALHUIKI_MASK.json @@ -1,13 +1,12 @@ { "itemid": "minecraft:skull", "displayname": "§fKalhuiki Mask", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"accb5b21-2b62-318b-9813-99b0d21f5028\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxOTE4MzY4ODY1MSwKICAicHJvZmlsZUlkIiA6ICI3MzgyZGRmYmU0ODU0NTVjODI1ZjkwMGY4OGZkMzJmOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJJb3lhbCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kNjU4NzA2MTliMGMyZGI4MjI0NzlkMmNiMzgyMTI2YmQ3OTljNTgyMzc4YjViMWRmOTNlNzViN2QwMTU1MWI3IgogICAgfQogIH0KfQ==\"}]}},display:{Lore:[0:\"§7Health: §a+100 HP\",1:\"§7Defense: §a+50\",2:\"\",3:\"\",4:\"§7§7A ceremonial mask worn by the\",5:\"§7members of the Kalhuiki Tribe.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§f§lCOMMON HELMET\"],Name:\"§fKalhuiki Mask\"},ExtraAttributes:{id:\"KALHUIKI_MASK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"accb5b21-2b62-318b-9813-99b0d21f5028\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxOTE4MzY4ODY1MSwKICAicHJvZmlsZUlkIiA6ICI3MzgyZGRmYmU0ODU0NTVjODI1ZjkwMGY4OGZkMzJmOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJJb3lhbCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kNjU4NzA2MTliMGMyZGI4MjI0NzlkMmNiMzgyMTI2YmQ3OTljNTgyMzc4YjViMWRmOTNlNzViN2QwMTU1MWI3IgogICAgfQogIH0KfQ==\"}]}},display:{Lore:[0:\"§7Health: §a+100 HP\",1:\"§7Defense: §a+50\",2:\"\",3:\"§7§7A ceremonial mask worn by the\",4:\"§7members of the Kalhuiki Tribe.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§f§lCOMMON HELMET\"],Name:\"§fKalhuiki Mask\"},ExtraAttributes:{id:\"KALHUIKI_MASK\"}}", "damage": 3, "lore": [ "§7Health: §a+100 HP", "§7Defense: §a+50", "", - "", "§7§7A ceremonial mask worn by the", "§7members of the Kalhuiki Tribe.", "", @@ -22,4 +21,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Kalhuiki_Mask" ] -} \ No newline at end of file +} diff --git a/items/REFINED_DIAMOND.json b/items/REFINED_DIAMOND.json index d76795c3..5d87431a 100644 --- a/items/REFINED_DIAMOND.json +++ b/items/REFINED_DIAMOND.json @@ -1,10 +1,9 @@ { "itemid": "minecraft:diamond", "displayname": "§5Refined Diamond", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"\",1:\"§7§7§oLooking at it for too long\",2:\"§7§omay cause eye trauma.\",3:\"\",4:\"§5§lEPIC\",5:\"\",6:\"§eItems Required\",7:\"§9Enchanted Diamond Block §7x2\",8:\"\",9:\"§7Duration: §b8h\"],Name:\"§5Refined Diamond\"},ExtraAttributes:{id:\"REFINED_DIAMOND\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7§7§oLooking at it for too long\",1:\"§7§omay cause eye trauma.\",2:\"\",3:\"§5§lEPIC\",4:\"\",5:\"§eItems Required\",6:\"§9Enchanted Diamond Block §7x2\",7:\"\",8:\"§7Duration: §b8h\"],Name:\"§5Refined Diamond\"},ExtraAttributes:{id:\"REFINED_DIAMOND\"},AttributeModifiers:[]}", "damage": 0, "lore": [ - "", "§7§7§oLooking at it for too long", "§7§omay cause eye trauma.", "", @@ -18,9 +17,9 @@ "internalname": "REFINED_DIAMOND", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Refined_Diamond" ] -} \ No newline at end of file +} diff --git a/items/STARFALL.json b/items/STARFALL.json index 15ddc626..63210ee4 100644 --- a/items/STARFALL.json +++ b/items/STARFALL.json @@ -1,10 +1,9 @@ { "itemid": "minecraft:nether_star", "displayname": "§9Starfall", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"\",1:\"§7§7§oNo one knows how and when\",2:\"§7§othe Starfall appeared. All we\",3:\"§7§oknow is that it was already\",4:\"§7§othere when the Dwarves\",5:\"§7§odiscovered the cavern.\",6:\"\",7:\"§9§lRARE\"],Name:\"§9Starfall\"},ExtraAttributes:{id:\"STARFALL\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§7§oNo one knows how and when\",1:\"§7§othe Starfall appeared. All we\",2:\"§7§oknow is that it was already\",3:\"§7§othere when the Dwarves\",4:\"§7§odiscovered the cavern.\",5:\"\",6:\"§9§lRARE\"],Name:\"§9Starfall\"},ExtraAttributes:{id:\"STARFALL\"}}", "damage": 0, "lore": [ - "", "§7§7§oNo one knows how and when", "§7§othe Starfall appeared. All we", "§7§oknow is that it was already", @@ -16,9 +15,9 @@ "internalname": "STARFALL", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Starfall" ] -} \ No newline at end of file +} diff --git a/items/WISHING_COMPASS.json b/items/WISHING_COMPASS.json index d1bee936..7601883d 100644 --- a/items/WISHING_COMPASS.json +++ b/items/WISHING_COMPASS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aWishing Compass", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b79aa74e-f5ac-3d6b-a9a8-169b227f9699\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjhhMDY1NTg4YzdkYmYxMjk0NTk1YWJhNzc3OTFjM2FkNjVmMTliZjFjOWFkN2E1YzIzZGE0MGI4Mjg2MGI3In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7§7§oTrue enough, this compass\",1:\"§7§odoes not point north. It points\",2:\"§7§oto the thing you want most in\",3:\"§7§othis world.\",4:\"\",5:\"§7§7The origin of this unique\",6:\"§7§acompass §7is shrouded in\",7:\"§7mystery. It is said that it once\",8:\"§7belonged to the §6greatest\",9:\"§6pirates §7to sail the seas. The\",10:\"§7bigger mystery is how ended up\",11:\"§7so far §8underground§7.\",12:\"\",13:\"§7§7The §acompass §7will\",14:\"§7prioritise §dimportant locations\",15:\"§d§7when in the §bCrystal\",16:\"§bHollows§7.\",17:\"\",18:\"§7Remaining Uses: §e3§8/§e3\",19:\"\",20:\"§a§lUNCOMMON\"],Name:\"§aWishing Compass\"},ExtraAttributes:{id:\"WISHING_COMPASS\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b79aa74e-f5ac-3d6b-a9a8-169b227f9699\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjhhMDY1NTg4YzdkYmYxMjk0NTk1YWJhNzc3OTFjM2FkNjVmMTliZjFjOWFkN2E1YzIzZGE0MGI4Mjg2MGI3In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7§7§oTrue enough, this compass\",1:\"§7§odoes not point north. It points\",2:\"§7§oto the thing you want most in\",3:\"§7§othis world.\",4:\"\",5:\"§7§7The §acompass §7will point to\",6:\"§7§dimportant locations §7when in\",7:\"§7the §bCrystal Hollows§7.\",8:\"\",9:\"§7Remaining Uses: §e3§8/§e3\",10:\"\",11:\"§a§lUNCOMMON\"],Name:\"§aWishing Compass\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"WISHING_COMPASS\"}}", "damage": 3, "lore": [ "§7§7§oTrue enough, this compass", @@ -9,18 +9,9 @@ "§7§oto the thing you want most in", "§7§othis world.", "", - "§7§7The origin of this unique", - "§7§acompass §7is shrouded in", - "§7mystery. It is said that it once", - "§7belonged to the §6greatest", - "§6pirates §7to sail the seas. The", - "§7bigger mystery is how ended up", - "§7so far §8underground§7.", - "", - "§7§7The §acompass §7will", - "§7prioritise §dimportant locations", - "§d§7when in the §bCrystal", - "§bHollows§7.", + "§7§7The §acompass §7will point to", + "§7§dimportant locations §7when in", + "§7the §bCrystal Hollows§7.", "", "§7Remaining Uses: §e3§8/§e3", "", @@ -34,4 +25,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wishing_Compass" ] -} \ No newline at end of file +} -- cgit