From 4faeb624680d4eed575299e6f7f46f000b4fbc0d Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 13 Aug 2024 20:35:28 +0200 Subject: feat: Sack lore changes (#1317) * feat: Sack lore changes * feat: wiki links --- items/ARCHERY_CUBE.json | 6 ++++- items/ARMADILLO_MASK.json | 3 ++- items/BALLOON_HAT_2024_AQUA.json | 5 +++- items/BALLOON_HAT_2024_BLACK.json | 5 +++- items/BALLOON_HAT_2024_GREEN.json | 5 +++- items/BALLOON_HAT_2024_LIME.json | 5 +++- items/BALLOON_HAT_2024_ORANGE.json | 5 +++- items/BALLOON_HAT_2024_PINK.json | 5 +++- items/BALLOON_HAT_2024_PURPLE.json | 5 +++- items/BALLOON_HAT_2024_RED.json | 5 +++- items/BALLOON_HAT_2024_YELLOW.json | 5 +++- items/BEE_MASK.json | 3 ++- items/CARNIVAL_FISHING_ROD.json | 5 +++- items/DYE_ARCHFIEND.json | 6 ++++- items/DYE_COPPER.json | 6 ++++- items/DYE_DUNG.json | 6 ++++- items/DYE_FOSSIL.json | 6 ++++- items/DYE_LIVID.json | 6 ++++- items/DYE_MATCHA.json | 6 ++++- items/DYE_MOCHA.json | 6 ++++- items/DYE_PEARLESCENT.json | 5 +++- items/DYE_PELT.json | 6 ++++- items/FROG_MASK.json | 3 ++- items/FULL_CHUM_BUCKET.json | 6 ++++- items/GARDEN_SACK.json | 13 +++++----- items/GREAT_SHARK_MAGMA_LORD.json | 5 +++- items/LANTERN_OF_THE_DEAD.json | 5 +++- items/LARGE_AGRONOMY_SACK.json | 19 ++++++-------- items/LARGE_CANDY_SACK.json | 13 +++++----- items/LARGE_DRAGON_SACK.json | 20 +++++++-------- items/LARGE_ENCHANTED_AGRONOMY_SACK.json | 20 +++++++-------- items/LARGE_ENCHANTED_FISHING_SACK.json | 23 ++++++++--------- items/LARGE_ENCHANTED_FORAGING_SACK.json | 16 ++++++------ items/LARGE_ENCHANTED_HUSBANDRY_SACK.json | 22 ++++++++--------- items/LARGE_FORAGING_SACK.json | 18 ++++++-------- items/LARGE_HUSBANDRY_SACK.json | 15 ++++++----- items/LARGE_LAVA_FISHING_SACK.json | 20 +++++++-------- items/LARGE_MINING_SACK.json | 15 +++++------ items/LARGE_NETHER_SACK.json | 33 +++++++++++-------------- items/LARGE_SLAYER_SACK.json | 17 ++++++------- items/MEDIUM_AGRONOMY_SACK.json | 19 ++++++-------- items/MEDIUM_DRAGON_SACK.json | 20 +++++++-------- items/MEDIUM_FORAGING_SACK.json | 18 ++++++-------- items/MEDIUM_HUSBANDRY_SACK.json | 15 ++++++----- items/MEDIUM_LAVA_FISHING_SACK.json | 20 +++++++-------- items/MEDIUM_MINING_SACK.json | 15 +++++------ items/MEDIUM_NETHER_SACK.json | 33 +++++++++++-------------- items/MEDIUM_SLAYER_SACK.json | 17 ++++++------- items/PAINTERS_PALETTE.json | 6 ++++- items/PARROT_MASK.json | 3 ++- items/PARTY_BELT.json | 6 ++++- items/PARTY_CLOAK.json | 6 ++++- items/PARTY_GLOVES.json | 6 ++++- items/PARTY_HAT.json | 6 ++++- items/PARTY_NECKLACE.json | 6 ++++- items/PARTY_THE_FISH.json | 5 +++- items/PET_SKIN_AMMONITE_HERMIT_BAKED_BEANS.json | 6 ++++- items/PET_SKIN_AMMONITE_HERMIT_BEACH_BALL.json | 6 ++++- items/PET_SKIN_AMMONITE_HERMIT_GRAPHITE.json | 6 ++++- items/PET_SKIN_AMMONITE_HERMIT_PAUA_SHELL.json | 6 ++++- items/PET_SKIN_AMMONITE_HERMIT_SAND_CASTLE.json | 6 ++++- items/PET_SKIN_DOLPHIN_MIDNIGHT.json | 6 ++++- items/PET_SKIN_FLYING_FISH_HARLEQUIN.json | 3 ++- items/PLASTIC_SHOVEL.json | 6 ++++- items/SALMON_MASK.json | 3 ++- items/SINGING_FISH.json | 6 ++++- items/SMALL_AGRONOMY_SACK.json | 19 ++++++-------- items/SMALL_DRAGON_SACK.json | 20 +++++++-------- items/SMALL_FORAGING_SACK.json | 18 ++++++-------- items/SMALL_HUSBANDRY_SACK.json | 15 ++++++----- items/SMALL_LAVA_FISHING_SACK.json | 20 +++++++-------- items/SMALL_MINING_SACK.json | 15 +++++------ items/SMALL_NETHER_SACK.json | 33 +++++++++++-------------- items/SMALL_SLAYER_SACK.json | 17 ++++++------- items/SNOWMAN_MASK.json | 6 ++++- items/STARRED_MIDAS_STAFF.json | 5 +++- items/STARRED_MIDAS_SWORD.json | 5 +++- items/ZOMBIE_MASK.json | 3 ++- 78 files changed, 465 insertions(+), 364 deletions(-) (limited to 'items') diff --git a/items/ARCHERY_CUBE.json b/items/ARCHERY_CUBE.json index ca93cd7b..3b3be11c 100644 --- a/items/ARCHERY_CUBE.json +++ b/items/ARCHERY_CUBE.json @@ -16,5 +16,9 @@ "crafttext": "", "clickcommand": "", "modver": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Archery_Cube", + "https://wiki.hypixel.net/Archery_Cube" + ] } \ No newline at end of file diff --git a/items/ARMADILLO_MASK.json b/items/ARMADILLO_MASK.json index 26b5a45d..2b827514 100644 --- a/items/ARMADILLO_MASK.json +++ b/items/ARMADILLO_MASK.json @@ -21,6 +21,7 @@ "modver": "2.3.0", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Armadillo_Mask" + "https://wiki.hypixel.net/Armadillo_Mask", + "https://hypixel-skyblock.fandom.com/wiki/Armadillo_Mask" ] } \ No newline at end of file diff --git a/items/BALLOON_HAT_2024_AQUA.json b/items/BALLOON_HAT_2024_AQUA.json index b1009f32..73b54685 100644 --- a/items/BALLOON_HAT_2024_AQUA.json +++ b/items/BALLOON_HAT_2024_AQUA.json @@ -22,5 +22,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.3.1", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Aqua_5th_Anniversary_Balloon_Hat" + ] } \ No newline at end of file diff --git a/items/BALLOON_HAT_2024_BLACK.json b/items/BALLOON_HAT_2024_BLACK.json index 1768ae20..d37ff315 100644 --- a/items/BALLOON_HAT_2024_BLACK.json +++ b/items/BALLOON_HAT_2024_BLACK.json @@ -22,5 +22,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.3.1", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Black_5th_Anniversary_Balloon_Hat" + ] } \ No newline at end of file diff --git a/items/BALLOON_HAT_2024_GREEN.json b/items/BALLOON_HAT_2024_GREEN.json index c25f5dc2..0a51a20f 100644 --- a/items/BALLOON_HAT_2024_GREEN.json +++ b/items/BALLOON_HAT_2024_GREEN.json @@ -22,5 +22,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.3.1", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Green_5th_Anniversary_Balloon_Hat" + ] } \ No newline at end of file diff --git a/items/BALLOON_HAT_2024_LIME.json b/items/BALLOON_HAT_2024_LIME.json index 2d22bd6d..77d43d1c 100644 --- a/items/BALLOON_HAT_2024_LIME.json +++ b/items/BALLOON_HAT_2024_LIME.json @@ -22,5 +22,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.3.1", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Lime_5th_Anniversary_Balloon_Hat" + ] } \ No newline at end of file diff --git a/items/BALLOON_HAT_2024_ORANGE.json b/items/BALLOON_HAT_2024_ORANGE.json index 4d1a7639..2f155f3a 100644 --- a/items/BALLOON_HAT_2024_ORANGE.json +++ b/items/BALLOON_HAT_2024_ORANGE.json @@ -22,5 +22,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.3.1", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Orange_5th_Anniversary_Balloon_Hat" + ] } \ No newline at end of file diff --git a/items/BALLOON_HAT_2024_PINK.json b/items/BALLOON_HAT_2024_PINK.json index d5c3c2e3..e915b5cc 100644 --- a/items/BALLOON_HAT_2024_PINK.json +++ b/items/BALLOON_HAT_2024_PINK.json @@ -22,5 +22,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.3.1", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pink_5th_Anniversary_Balloon_Hat" + ] } \ No newline at end of file diff --git a/items/BALLOON_HAT_2024_PURPLE.json b/items/BALLOON_HAT_2024_PURPLE.json index b9a81969..f35c029d 100644 --- a/items/BALLOON_HAT_2024_PURPLE.json +++ b/items/BALLOON_HAT_2024_PURPLE.json @@ -22,5 +22,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.3.1", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Purple_5th_Anniversary_Balloon_Hat" + ] } \ No newline at end of file diff --git a/items/BALLOON_HAT_2024_RED.json b/items/BALLOON_HAT_2024_RED.json index 0e0207e4..b5669474 100644 --- a/items/BALLOON_HAT_2024_RED.json +++ b/items/BALLOON_HAT_2024_RED.json @@ -22,5 +22,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.3.1", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Red_5th_Anniversary_Balloon_Hat" + ] } \ No newline at end of file diff --git a/items/BALLOON_HAT_2024_YELLOW.json b/items/BALLOON_HAT_2024_YELLOW.json index 10df5aec..85e914e7 100644 --- a/items/BALLOON_HAT_2024_YELLOW.json +++ b/items/BALLOON_HAT_2024_YELLOW.json @@ -22,5 +22,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.3.1", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Yellow_5th_Anniversary_Balloon_Hat" + ] } \ No newline at end of file diff --git a/items/BEE_MASK.json b/items/BEE_MASK.json index da3e50c2..ed6625ed 100644 --- a/items/BEE_MASK.json +++ b/items/BEE_MASK.json @@ -23,6 +23,7 @@ "modver": "2.3.0", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Bee_Mask" + "https://wiki.hypixel.net/Bee_Mask", + "https://hypixel-skyblock.fandom.com/wiki/Bee_Mask" ] } \ No newline at end of file diff --git a/items/CARNIVAL_FISHING_ROD.json b/items/CARNIVAL_FISHING_ROD.json index 0a24c441..a9c7b0ca 100644 --- a/items/CARNIVAL_FISHING_ROD.json +++ b/items/CARNIVAL_FISHING_ROD.json @@ -15,5 +15,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.3.0", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Carnival_Rod" + ] } \ No newline at end of file diff --git a/items/DYE_ARCHFIEND.json b/items/DYE_ARCHFIEND.json index c2d99e9d..db60a10f 100644 --- a/items/DYE_ARCHFIEND.json +++ b/items/DYE_ARCHFIEND.json @@ -15,5 +15,9 @@ "crafttext": "", "clickcommand": "", "modver": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Archfiend_Dye", + "https://wiki.hypixel.net/Archfiend_Dye" + ] } \ No newline at end of file diff --git a/items/DYE_COPPER.json b/items/DYE_COPPER.json index ff411201..2a9b36fb 100644 --- a/items/DYE_COPPER.json +++ b/items/DYE_COPPER.json @@ -15,5 +15,9 @@ "crafttext": "", "clickcommand": "", "modver": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Copper_Dye", + "https://wiki.hypixel.net/Copper_Dye" + ] } \ No newline at end of file diff --git a/items/DYE_DUNG.json b/items/DYE_DUNG.json index e38eabea..926f3ac2 100644 --- a/items/DYE_DUNG.json +++ b/items/DYE_DUNG.json @@ -15,5 +15,9 @@ "crafttext": "", "clickcommand": "", "modver": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dung_Dye", + "https://wiki.hypixel.net/Dung_Dye" + ] } \ No newline at end of file diff --git a/items/DYE_FOSSIL.json b/items/DYE_FOSSIL.json index 30bf26a6..e38ffadd 100644 --- a/items/DYE_FOSSIL.json +++ b/items/DYE_FOSSIL.json @@ -15,5 +15,9 @@ "crafttext": "", "clickcommand": "", "modver": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fossil_Dye", + "https://wiki.hypixel.net/Fossil_Dye" + ] } \ No newline at end of file diff --git a/items/DYE_LIVID.json b/items/DYE_LIVID.json index f4e6985e..883a205b 100644 --- a/items/DYE_LIVID.json +++ b/items/DYE_LIVID.json @@ -15,5 +15,9 @@ "crafttext": "", "clickcommand": "", "modver": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Livid_Dye", + "https://wiki.hypixel.net/Livid_Dye" + ] } \ No newline at end of file diff --git a/items/DYE_MATCHA.json b/items/DYE_MATCHA.json index b2339e5c..ff40c945 100644 --- a/items/DYE_MATCHA.json +++ b/items/DYE_MATCHA.json @@ -15,5 +15,9 @@ "crafttext": "", "clickcommand": "", "modver": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Matcha_Dye", + "https://wiki.hypixel.net/Matcha_Dye" + ] } \ No newline at end of file diff --git a/items/DYE_MOCHA.json b/items/DYE_MOCHA.json index 2a124c95..251c38af 100644 --- a/items/DYE_MOCHA.json +++ b/items/DYE_MOCHA.json @@ -15,5 +15,9 @@ "crafttext": "", "clickcommand": "", "modver": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mocha_Dye", + "https://wiki.hypixel.net/Mocha_Dye" + ] } \ No newline at end of file diff --git a/items/DYE_PEARLESCENT.json b/items/DYE_PEARLESCENT.json index 27f68fd3..e1a7b18f 100644 --- a/items/DYE_PEARLESCENT.json +++ b/items/DYE_PEARLESCENT.json @@ -15,5 +15,8 @@ "crafttext": "", "clickcommand": "", "modver": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Pearlescent_Dye" + ] } \ No newline at end of file diff --git a/items/DYE_PELT.json b/items/DYE_PELT.json index 6570e41f..a17f8344 100644 --- a/items/DYE_PELT.json +++ b/items/DYE_PELT.json @@ -15,5 +15,9 @@ "crafttext": "", "clickcommand": "", "modver": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pelt_Dye", + "https://wiki.hypixel.net/Pelt_Dye" + ] } \ No newline at end of file diff --git a/items/FROG_MASK.json b/items/FROG_MASK.json index 1e491e6d..58983121 100644 --- a/items/FROG_MASK.json +++ b/items/FROG_MASK.json @@ -28,6 +28,7 @@ "modver": "2.3.0", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Frog_Mask" + "https://wiki.hypixel.net/Frog_Mask", + "https://hypixel-skyblock.fandom.com/wiki/Frog_Mask" ] } \ No newline at end of file diff --git a/items/FULL_CHUM_BUCKET.json b/items/FULL_CHUM_BUCKET.json index 943adaa7..ae770866 100644 --- a/items/FULL_CHUM_BUCKET.json +++ b/items/FULL_CHUM_BUCKET.json @@ -24,5 +24,9 @@ "clickcommand": "viewrecipe", "modver": "", "crafttext": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Full_Chum_Bucket", + "https://wiki.hypixel.net/Full_Chum_Bucket" + ] } \ No newline at end of file diff --git a/items/GARDEN_SACK.json b/items/GARDEN_SACK.json index e631d478..9568e7b7 100644 --- a/items/GARDEN_SACK.json +++ b/items/GARDEN_SACK.json @@ -1,15 +1,14 @@ { "itemid": "minecraft:skull", "displayname": "§5Garden Sack", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3368091d-b9f3-3295-911d-f3448f9c0267\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5OTM2ODc2Nzk4OCwKICAicHJvZmlsZUlkIiA6ICJiZDNhNWRmY2ZkZjg0NDczOTViZDJiZmUwNGY0YzAzMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJwcmVja3Jhc25vIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzE4NDcxMmVjYmYxYzZjZTlkZTEyMzBiZmEwNTgzMWFhM2M1ZDBlZTlkMWJhNTlkZWVmN2EzMWNhZmQ3ZDhlZjMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aSquash§7, §aCropie§7, §aCompost§7,\",4:\"§7§aHoney Jar§7, §aJacob\u0027s Ticket§7, §aDung§7,\",5:\"§7§aTasty Cheese§7, §aPlant Matter\",6:\"\",7:\"§7Capacity: §e20,160 per item\",8:\"§8Sacks sum their capacity.\",9:\"\",10:\"§eRight Click to open sack!\",11:\"\",12:\"§5§lEPIC\"],Name:\"§5Garden Sack\"},ExtraAttributes:{id:\"GARDEN_SACK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3368091d-b9f3-3295-911d-f3448f9c0267\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5OTM2ODc2Nzk4OCwKICAicHJvZmlsZUlkIiA6ICJiZDNhNWRmY2ZkZjg0NDczOTViZDJiZmUwNGY0YzAzMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJwcmVja3Jhc25vIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzE4NDcxMmVjYmYxYzZjZTlkZTEyMzBiZmEwNTgzMWFhM2M1ZDBlZTlkMWJhNTlkZWVmN2EzMWNhZmQ3ZDhlZjMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into your\",1:\"§7sacks.\",2:\"\",3:\"§7§7Items: §aCompost§7, §aCropie§7, §aDung§7, §aFine Flour§7, §aHoney Jar§7,\",4:\"§7§aJacob\u0027s Ticket§7, §aPlant Matter§7, §aSquash§7, §aTasty Cheese\",5:\"\",6:\"§7Capacity: §e20,160 per item\",7:\"§8Sacks sum their capacity.\",8:\"\",9:\"§eRight Click to open sack!\",10:\"\",11:\"§5§lEPIC\"],Name:\"§5Garden Sack\"},ExtraAttributes:{id:\"GARDEN_SACK\"}}", "damage": 3, "lore": [ - "§7Item pickups go directly into", - "§7your sacks.", + "§7Item pickups go directly into your", + "§7sacks.", "", - "§7§7Items: §aSquash§7, §aCropie§7, §aCompost§7,", - "§7§aHoney Jar§7, §aJacob\u0027s Ticket§7, §aDung§7,", - "§7§aTasty Cheese§7, §aPlant Matter", + "§7§7Items: §aCompost§7, §aCropie§7, §aDung§7, §aFine Flour§7, §aHoney Jar§7,", + "§7§aJacob\u0027s Ticket§7, §aPlant Matter§7, §aSquash§7, §aTasty Cheese", "", "§7Capacity: §e20,160 per item", "§8Sacks sum their capacity.", @@ -31,7 +30,7 @@ }, "internalname": "GARDEN_SACK", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/GREAT_SHARK_MAGMA_LORD.json b/items/GREAT_SHARK_MAGMA_LORD.json index d2fe8a35..41eb2911 100644 --- a/items/GREAT_SHARK_MAGMA_LORD.json +++ b/items/GREAT_SHARK_MAGMA_LORD.json @@ -26,5 +26,8 @@ "crafttext": "", "clickcommand": "", "modver": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Great_Shark_Magma_Lord_Skin" + ] } \ No newline at end of file diff --git a/items/LANTERN_OF_THE_DEAD.json b/items/LANTERN_OF_THE_DEAD.json index 3725c3ec..ea7efde6 100644 --- a/items/LANTERN_OF_THE_DEAD.json +++ b/items/LANTERN_OF_THE_DEAD.json @@ -19,5 +19,8 @@ "crafttext": "", "clickcommand": "", "modver": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Lantern_Of_The_Dead" + ] } \ No newline at end of file diff --git a/items/LARGE_AGRONOMY_SACK.json b/items/LARGE_AGRONOMY_SACK.json index 4692bbe3..21ecc8c8 100644 --- a/items/LARGE_AGRONOMY_SACK.json +++ b/items/LARGE_AGRONOMY_SACK.json @@ -1,19 +1,16 @@ { "itemid": "minecraft:skull", "displayname": "§5Large Agronomy Sack", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c004afdb-b7a1-3bb6-a766-8a772b28ef2c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTEwMjUzNTAxMiwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWY4MzViODk0MWZlMzE5OTMxNzQ5Yjg3ZmU4ZTg0YzVkMWY0YTI3MWI1ZmJjZTVlNzAwYTYwMDA0ZDg4MWY3OSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aCocoa Beans§7, §aBrown Mushroom§7,\",4:\"§7§aSquash§7, §aCarrot§7, §aCactus§7, §aGolden\",5:\"§aCarrot§7, §aSugar Cane§7, §aPumpkin§7,\",6:\"§7§aWheat§7, §aMelon§7, §aCactus Green§7,\",7:\"§7§aSeeds§7, §aPotato§7, §aCropie§7, §aCompost§7,\",8:\"§7§aHay Bale§7, §aNether Wart§7, §aRed Mushroom§7,\",9:\"§7§aPoisonous Potato\",10:\"\",11:\"§7Capacity: §e20,160 per item\",12:\"§8Sacks sum their capacity.\",13:\"\",14:\"§eRight Click to open sack!\",15:\"\",16:\"§5§lEPIC\"],Name:\"§5Large Agronomy Sack\"},ExtraAttributes:{originTag:\"LARGE_AGRONOMY_SACK\",id:\"LARGE_AGRONOMY_SACK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c004afdb-b7a1-3bb6-a766-8a772b28ef2c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTEwMjUzNTAxMiwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWY4MzViODk0MWZlMzE5OTMxNzQ5Yjg3ZmU4ZTg0YzVkMWY0YTI3MWI1ZmJjZTVlNzAwYTYwMDA0ZDg4MWY3OSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into your\",1:\"§7sacks.\",2:\"\",3:\"§7§7Items: §aBrown Mushroom§7, §aCactus§7, §aCactus Green§7, §aCarrot§7,\",4:\"§7§aCocoa Beans§7, §aCompost§7, §aCropie§7, §aGolden Carrot§7, §aHay Bale§7,\",5:\"§7§aMelon§7, §aNether Wart§7, §aPoisonous Potato§7, §aPotato§7, §aPumpkin§7,\",6:\"§7§aRed Mushroom§7, §aSeeds§7, §aSquash§7, §aSugar Cane§7, §aWheat\",7:\"\",8:\"§7Capacity: §e20,160 per item\",9:\"§8Sacks sum their capacity.\",10:\"\",11:\"§eRight Click to open sack!\",12:\"\",13:\"§5§lEPIC\"],Name:\"§5Large Agronomy Sack\"},ExtraAttributes:{id:\"LARGE_AGRONOMY_SACK\"}}", "damage": 3, "lore": [ - "§7Item pickups go directly into", - "§7your sacks.", + "§7Item pickups go directly into your", + "§7sacks.", "", - "§7§7Items: §aCocoa Beans§7, §aBrown Mushroom§7,", - "§7§aSquash§7, §aCarrot§7, §aCactus§7, §aGolden", - "§aCarrot§7, §aSugar Cane§7, §aPumpkin§7,", - "§7§aWheat§7, §aMelon§7, §aCactus Green§7,", - "§7§aSeeds§7, §aPotato§7, §aCropie§7, §aCompost§7,", - "§7§aHay Bale§7, §aNether Wart§7, §aRed Mushroom§7,", - "§7§aPoisonous Potato", + "§7§7Items: §aBrown Mushroom§7, §aCactus§7, §aCactus Green§7, §aCarrot§7,", + "§7§aCocoa Beans§7, §aCompost§7, §aCropie§7, §aGolden Carrot§7, §aHay Bale§7,", + "§7§aMelon§7, §aNether Wart§7, §aPoisonous Potato§7, §aPotato§7, §aPumpkin§7,", + "§7§aRed Mushroom§7, §aSeeds§7, §aSquash§7, §aSugar Cane§7, §aWheat", "", "§7Capacity: §e20,160 per item", "§8Sacks sum their capacity.", @@ -35,7 +32,7 @@ }, "internalname": "LARGE_AGRONOMY_SACK", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "", "crafttext": "Requires: Wheat X", "infoType": "WIKI_URL", "info": [ diff --git a/items/LARGE_CANDY_SACK.json b/items/LARGE_CANDY_SACK.json index 2ca81694..9f5a6687 100644 --- a/items/LARGE_CANDY_SACK.json +++ b/items/LARGE_CANDY_SACK.json @@ -1,15 +1,14 @@ { "itemid": "minecraft:skull", "displayname": "§5Spooky Sack", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c16cfb77-c2b1-348b-bee6-73cb0b38d7bf\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNDA2ODIxMjAzMCwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTJlZjM5NDM3ZDdkNDNhMDM0YzVhNDBiOTc0ZThkMmM2NzM0YTIxOGM3NjQ4NWQwNDkxMGY1MDdiZGMyZTgwOSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aGreen Candy§7, §aSpooky Shard§7,\",4:\"§7§aEctoplasm§7, §aPumpkin Guts§7, §aWerewolf\",5:\"§aSkin§7, §aPurple Candy§7, §aDark Candy\",6:\"\",7:\"§7Capacity: §e20,160 per item\",8:\"§8Sacks sum their capacity.\",9:\"\",10:\"§eRight Click to open sack!\",11:\"\",12:\"§5§lEPIC\"],Name:\"§5Spooky Sack\"},ExtraAttributes:{id:\"LARGE_CANDY_SACK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c16cfb77-c2b1-348b-bee6-73cb0b38d7bf\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNDA2ODIxMjAzMCwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTJlZjM5NDM3ZDdkNDNhMDM0YzVhNDBiOTc0ZThkMmM2NzM0YTIxOGM3NjQ4NWQwNDkxMGY1MDdiZGMyZTgwOSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into your\",1:\"§7sacks.\",2:\"\",3:\"§7§7Items: §aDark Candy§7, §aEctoplasm§7, §aGreen Candy§7, §aPumpkin\",4:\"§aGuts§7, §aPurple Candy§7, §aSpooky Shard§7, §aWerewolf Skin\",5:\"\",6:\"§7Capacity: §e20,160 per item\",7:\"§8Sacks sum their capacity.\",8:\"\",9:\"§eRight Click to open sack!\",10:\"\",11:\"§5§lEPIC\"],Name:\"§5Spooky Sack\"},ExtraAttributes:{id:\"LARGE_CANDY_SACK\"}}", "damage": 3, "lore": [ - "§7Item pickups go directly into", - "§7your sacks.", + "§7Item pickups go directly into your", + "§7sacks.", "", - "§7§7Items: §aGreen Candy§7, §aSpooky Shard§7,", - "§7§aEctoplasm§7, §aPumpkin Guts§7, §aWerewolf", - "§aSkin§7, §aPurple Candy§7, §aDark Candy", + "§7§7Items: §aDark Candy§7, §aEctoplasm§7, §aGreen Candy§7, §aPumpkin", + "§aGuts§7, §aPurple Candy§7, §aSpooky Shard§7, §aWerewolf Skin", "", "§7Capacity: §e20,160 per item", "§8Sacks sum their capacity.", @@ -31,7 +30,7 @@ }, "internalname": "LARGE_CANDY_SACK", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/LARGE_DRAGON_SACK.json b/items/LARGE_DRAGON_SACK.json index bb756b8a..d84cda2c 100644 --- a/items/LARGE_DRAGON_SACK.json +++ b/items/LARGE_DRAGON_SACK.json @@ -1,19 +1,17 @@ { "itemid": "minecraft:skull", "displayname": "§5Large Dragon Sack", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e47cacab-fa93-3ef9-b0d7-e8a75d52394e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY4MDE5MDg1NTc2NSwKICAicHJvZmlsZUlkIiA6ICJlMzcxMWU2Y2E0ZmY0NzA4YjY5ZjhiNGZlYzNhZjdhMSIsCiAgInByb2ZpbGVOYW1lIiA6ICJNckJ1cnN0IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2Y3YzBjZDkzOTRhYmIwM2ZmOTZmMjg3MzY0MDZmYTQwYzk0NWI0ZDczNWExMWZhY2Y1Zjk5MTJjMTE0OTUzMjQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aWise Dragon Fragment§7, §aStrong\",4:\"§aDragon Fragment§7, §aYoung Dragon Fragment§7,\",5:\"§7§aRitual Residue§7, §aProtector Dragon\",6:\"§aFragment§7, §aUnstable Dragon Fragment§7,\",7:\"§7§aCrystal Fragment§7, §aHoly Dragon Fragment§7,\",8:\"§7§aMite Gel§7, §aOld Dragon Fragment§7,\",9:\"§7§aSuperior Dragon Fragment\",10:\"\",11:\"§7Capacity: §e20,160 per item\",12:\"§8Sacks sum their capacity.\",13:\"\",14:\"§eRight Click to open sack!\",15:\"\",16:\"§5§lEPIC\"],Name:\"§5Large Dragon Sack\"},ExtraAttributes:{id:\"LARGE_DRAGON_SACK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e47cacab-fa93-3ef9-b0d7-e8a75d52394e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY4MDE5MDg1NTc2NSwKICAicHJvZmlsZUlkIiA6ICJlMzcxMWU2Y2E0ZmY0NzA4YjY5ZjhiNGZlYzNhZjdhMSIsCiAgInByb2ZpbGVOYW1lIiA6ICJNckJ1cnN0IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2Y3YzBjZDkzOTRhYmIwM2ZmOTZmMjg3MzY0MDZmYTQwYzk0NWI0ZDczNWExMWZhY2Y1Zjk5MTJjMTE0OTUzMjQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Item pickups go directly into your\",1:\"§7sacks.\",2:\"\",3:\"§7§7Items: §aCrystal Fragment§7, §aHoly Dragon Fragment§7, §aMite Gel§7,\",4:\"§7§aOld Dragon Fragment§7, §aProtector Dragon Fragment§7, §aRitual\",5:\"§aResidue§7, §aStrong Dragon Fragment§7, §aSuperior Dragon\",6:\"§aFragment§7, §aUnstable Dragon Fragment§7, §aWise Dragon\",7:\"§aFragment§7, §aYoung Dragon Fragment\",8:\"\",9:\"§7Capacity: §e20,160 per item\",10:\"§8Sacks sum their capacity.\",11:\"\",12:\"§eRight Click to open sack!\",13:\"\",14:\"§5§lEPIC\"],Name:\"§5Large Dragon Sack\"},ExtraAttributes:{id:\"LARGE_DRAGON_SACK\"}}", "damage": 3, "lore": [ - "§7Item pickups go directly into", - "§7your sacks.", + "§7Item pickups go directly into your", + "§7sacks.", "", - "§7§7Items: §aWise Dragon Fragment§7, §aStrong", - "§aDragon Fragment§7, §aYoung Dragon Fragment§7,", - "§7§aRitual Residue§7, §aProtector Dragon", - "§aFragment§7, §aUnstable Dragon Fragment§7,", - "§7§aCrystal Fragment§7, §aHoly Dragon Fragment§7,", - "§7§aMite Gel§7, §aOld Dragon Fragment§7,", - "§7§aSuperior Dragon Fragment", + "§7§7Items: §aCrystal Fragment§7, §aHoly Dragon Fragment§7, §aMite Gel§7,", + "§7§aOld Dragon Fragment§7, §aProtector Dragon Fragment§7, §aRitual", + "§aResidue§7, §aStrong Dragon Fragment§7, §aSuperior Dragon", + "§aFragment§7, §aUnstable Dragon Fragment§7, §aWise Dragon", + "§aFragment§7, §aYoung Dragon Fragment", "", "§7Capacity: §e20,160 per item", "§8Sacks sum their capacity.", @@ -35,7 +33,7 @@ }, "internalname": "LARGE_DRAGON_SACK", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/LARGE_ENCHANTED_AGRONOMY_SACK.json b/items/LARGE_ENCHANTED_AGRONOMY_SACK.json index d0c590ad..8742a2eb 100644 --- a/items/LARGE_ENCHANTED_AGRONOMY_SACK.json +++ b/items/LARGE_ENCHANTED_AGRONOMY_SACK.json @@ -1,19 +1,17 @@ { "itemid": "minecraft:skull", "displayname": "§5Large Enchanted Agronomy Sack", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e21de3f9-5482-3730-9e3a-67a6a888f3c2\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTg0ZDJmZjFlMTc3MzU3NTc0ZjlmNzFlMTkzOTdmZmYzYTIxMGE5NGU3OGMwZDJhNDM2MGNjNWRmMWViODA3YiJ9fX0K\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7This sack can contain all enchanted\",4:\"§7versions of these materials:\",5:\"§7§aWheat§7, §aCarrot§7, §aPotato§7,\",6:\"§7§aMelon§7, §aSeeds§7, §aRed Mushroom§7,\",7:\"§7§aBrown Mushroom§7, §aCocoa Beans§7,\",8:\"§7§aCactus§7, §aSugar Cane§7, §aNether\",9:\"§aWart§7, §aPumpkin\",10:\"\",11:\"§7Capacity: §e20,160 per item\",12:\"§8Sacks sum their capacity.\",13:\"\",14:\"§eRight Click to open sack!\",15:\"\",16:\"§5§lEPIC\"],Name:\"§5Large Enchanted Agronomy Sack\"},ExtraAttributes:{id:\"LARGE_ENCHANTED_AGRONOMY_SACK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e21de3f9-5482-3730-9e3a-67a6a888f3c2\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTg0ZDJmZjFlMTc3MzU3NTc0ZjlmNzFlMTkzOTdmZmYzYTIxMGE5NGU3OGMwZDJhNDM2MGNjNWRmMWViODA3YiJ9fX0K\"}]}},display:{Lore:[0:\"§7Item pickups go directly into your\",1:\"§7sacks.\",2:\"\",3:\"§7This sack can contain all enchanted versions\",4:\"§7of these materials:\",5:\"§7§aBrown Mushroom§7, §aCactus§7, §aCarrot§7, §aCocoa Beans§7,\",6:\"§7§aMelon§7, §aNether Wart§7, §aPotato§7, §aPumpkin§7, §aRed\",7:\"§aMushroom§7, §aSeeds§7, §aSugar Cane§7, §aWheat\",8:\"\",9:\"§7Capacity: §e20,160 per item\",10:\"§8Sacks sum their capacity.\",11:\"\",12:\"§eRight Click to open sack!\",13:\"\",14:\"§5§lEPIC\"],Name:\"§5Large Enchanted Agronomy Sack\"},ExtraAttributes:{id:\"LARGE_ENCHANTED_AGRONOMY_SACK\"}}", "damage": 3, "lore": [ - "§7Item pickups go directly into", - "§7your sacks.", + "§7Item pickups go directly into your", + "§7sacks.", "", - "§7This sack can contain all enchanted", - "§7versions of these materials:", - "§7§aWheat§7, §aCarrot§7, §aPotato§7,", - "§7§aMelon§7, §aSeeds§7, §aRed Mushroom§7,", - "§7§aBrown Mushroom§7, §aCocoa Beans§7,", - "§7§aCactus§7, §aSugar Cane§7, §aNether", - "§aWart§7, §aPumpkin", + "§7This sack can contain all enchanted versions", + "§7of these materials:", + "§7§aBrown Mushroom§7, §aCactus§7, §aCarrot§7, §aCocoa Beans§7,", + "§7§aMelon§7, §aNether Wart§7, §aPotato§7, §aPumpkin§7, §aRed", + "§aMushroom§7, §aSeeds§7, §aSugar Cane§7, §aWheat", "", "§7Capacity: §e20,160 per item", "§8Sacks sum their capacity.", @@ -36,7 +34,7 @@ "internalname": "LARGE_ENCHANTED_AGRONOMY_SACK", "crafttext": "Requires: Wheat XI", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Large_Enchanted_Agronomy_Sack", diff --git a/items/LARGE_ENCHANTED_FISHING_SACK.json b/items/LARGE_ENCHANTED_FISHING_SACK.json index 27539fe6..223a82a0 100644 --- a/items/LARGE_ENCHANTED_FISHING_SACK.json +++ b/items/LARGE_ENCHANTED_FISHING_SACK.json @@ -1,21 +1,18 @@ { "itemid": "minecraft:skull", "displayname": "§5Large Enchanted Fishing Sack", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"80e3fbe4-bcbc-3cea-a7f6-882b3277b571\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWUyNDY5ZGU3Zjc1ZDJlMGE4YjNiMGM3MzRhMmI0NzA3ODJiNjA0ZDFmZWIwMTcyYjRhNzJhNzdjYjViYmRhMiJ9fX0K\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aEnchanted Lily Pad§7, §aEnchanted\",4:\"§aClay§7, §aEnchanted Cooked Fish§7, §aEnchanted\",5:\"§aPufferfish§7, §aEnchanted Raw Salmon§7,\",6:\"§7§aEnchanted Prismarine Crystals§7, §aEnchanted\",7:\"§aSponge§7, §aEnchanted Shark Fin§7, §aEnchanted\",8:\"§aPrismarine Shard§7, §aEnchanted Wet Sponge§7,\",9:\"§7§aEnchanted Ink Sac§7, §aEnchanted Raw Fish§7,\",10:\"§7§aEnchanted Clownfish§7, §aEnchanted Cooked\",11:\"§aSalmon\",12:\"\",13:\"§7Capacity: §e20,160 per item\",14:\"§8Sacks sum their capacity.\",15:\"\",16:\"§eRight Click to open sack!\",17:\"\",18:\"§5§lEPIC\"],Name:\"§5Large Enchanted Fishing Sack\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"LARGE_ENCHANTED_FISHING_SACK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"80e3fbe4-bcbc-3cea-a7f6-882b3277b571\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWUyNDY5ZGU3Zjc1ZDJlMGE4YjNiMGM3MzRhMmI0NzA3ODJiNjA0ZDFmZWIwMTcyYjRhNzJhNzdjYjViYmRhMiJ9fX0K\"}]}},display:{Lore:[0:\"§7Item pickups go directly into your\",1:\"§7sacks.\",2:\"\",3:\"§7This sack can contain all enchanted versions\",4:\"§7of these materials:\",5:\"§7§aClay§7, §aClownfish§7, §aCooked Fish§7, §aCooked Salmon§7,\",6:\"§7§aInk Sac§7, §aLily Pad§7, §aPrismarine Crystals§7,\",7:\"§7§aPrismarine Shard§7, §aPufferfish§7, §aRaw Fish§7, §aRaw\",8:\"§aSalmon§7, §aShark Fin§7, §aSponge§7, §aWet Sponge\",9:\"\",10:\"§7Capacity: §e20,160 per item\",11:\"§8Sacks sum their capacity.\",12:\"\",13:\"§eRight Click to open sack!\",14:\"\",15:\"§5§lEPIC\"],Name:\"§5Large Enchanted Fishing Sack\"},ExtraAttributes:{id:\"LARGE_ENCHANTED_FISHING_SACK\"}}", "damage": 3, "lore": [ - "§7Item pickups go directly into", - "§7your sacks.", + "§7Item pickups go directly into your", + "§7sacks.", "", - "§7§7Items: §aEnchanted Lily Pad§7, §aEnchanted", - "§aClay§7, §aEnchanted Cooked Fish§7, §aEnchanted", - "§aPufferfish§7, §aEnchanted Raw Salmon§7,", - "§7§aEnchanted Prismarine Crystals§7, §aEnchanted", - "§aSponge§7, §aEnchanted Shark Fin§7, §aEnchanted", - "§aPrismarine Shard§7, §aEnchanted Wet Sponge§7,", - "§7§aEnchanted Ink Sac§7, §aEnchanted Raw Fish§7,", - "§7§aEnchanted Clownfish§7, §aEnchanted Cooked", - "§aSalmon", + "§7This sack can contain all enchanted versions", + "§7of these materials:", + "§7§aClay§7, §aClownfish§7, §aCooked Fish§7, §aCooked Salmon§7,", + "§7§aInk Sac§7, §aLily Pad§7, §aPrismarine Crystals§7,", + "§7§aPrismarine Shard§7, §aPufferfish§7, §aRaw Fish§7, §aRaw", + "§aSalmon§7, §aShark Fin§7, §aSponge§7, §aWet Sponge", "", "§7Capacity: §e20,160 per item", "§8Sacks sum their capacity.", @@ -38,7 +35,7 @@ "internalname": "LARGE_ENCHANTED_FISHING_SACK", "crafttext": "Requires: Pufferfish X", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Large_Enchanted_Fishing_Sack", diff --git a/items/LARGE_ENCHANTED_FORAGING_SACK.json b/items/LARGE_ENCHANTED_FORAGING_SACK.json index a9491f8f..38b9f324 100644 --- a/items/LARGE_ENCHANTED_FORAGING_SACK.json +++ b/items/LARGE_ENCHANTED_FORAGING_SACK.json @@ -1,16 +1,16 @@ { "itemid": "minecraft:skull", "displayname": "§5Large Enchanted Foraging Sack", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5d2e0430-2be3-3ec3-b081-4da4fafed1cd\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYzNzE4NDkwNDc0OSwKICAicHJvZmlsZUlkIiA6ICJiNzQ3OWJhZTI5YzQ0YjIzYmE1NjI4MzM3OGYwZTNjNiIsCiAgInByb2ZpbGVOYW1lIiA6ICJTeWxlZXgiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzUzMjY0NjRjNmE3OTM2MjczMGQ3OWZlNDYxMWI5MTEzNTNjMWIzYzUxNDQxNzc3NzM1OTEzNTdmMWNkNWNhMSIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aEnchanted Spruce Wood§7, §aEnchanted\",4:\"§aJungle Wood§7, §aEnchanted Oak Wood§7,\",5:\"§7§aEnchanted Birch Wood§7, §aEnchanted Acacia\",6:\"§aWood§7, §aEnchanted Dark Oak Wood\",7:\"\",8:\"§7Capacity: §e20,160 per item\",9:\"§8Sacks sum their capacity.\",10:\"\",11:\"§eRight Click to open sack!\",12:\"\",13:\"§5§lEPIC\"],Name:\"§5Large Enchanted Foraging Sack\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"LARGE_ENCHANTED_FORAGING_SACK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5d2e0430-2be3-3ec3-b081-4da4fafed1cd\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYzNzE4NDkwNDc0OSwKICAicHJvZmlsZUlkIiA6ICJiNzQ3OWJhZTI5YzQ0YjIzYmE1NjI4MzM3OGYwZTNjNiIsCiAgInByb2ZpbGVOYW1lIiA6ICJTeWxlZXgiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzUzMjY0NjRjNmE3OTM2MjczMGQ3OWZlNDYxMWI5MTEzNTNjMWIzYzUxNDQxNzc3NzM1OTEzNTdmMWNkNWNhMSIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Item pickups go directly into your\",1:\"§7sacks.\",2:\"\",3:\"§7This sack can contain all enchanted versions\",4:\"§7of these materials:\",5:\"§7§aAcacia Wood§7, §aBirch Wood§7, §aDark Oak Wood§7,\",6:\"§7§aJungle Wood§7, §aOak Wood§7, §aSpruce Wood\",7:\"\",8:\"§7Capacity: §e20,160 per item\",9:\"§8Sacks sum their capacity.\",10:\"\",11:\"§eRight Click to open sack!\",12:\"\",13:\"§5§lEPIC\"],Name:\"§5Large Enchanted Foraging Sack\"},ExtraAttributes:{id:\"LARGE_ENCHANTED_FORAGING_SACK\"}}", "damage": 3, "lore": [ - "§7Item pickups go directly into", - "§7your sacks.", + "§7Item pickups go directly into your", + "§7sacks.", "", - "§7§7Items: §aEnchanted Spruce Wood§7, §aEnchanted", - "§aJungle Wood§7, §aEnchanted Oak Wood§7,", - "§7§aEnchanted Birch Wood§7, §aEnchanted Acacia", - "§aWood§7, §aEnchanted Dark Oak Wood", + "§7This sack can contain all enchanted versions", + "§7of these materials:", + "§7§aAcacia Wood§7, §aBirch Wood§7, §aDark Oak Wood§7,", + "§7§aJungle Wood§7, §aOak Wood§7, §aSpruce Wood", "", "§7Capacity: §e20,160 per item", "§8Sacks sum their capacity.", @@ -33,7 +33,7 @@ "internalname": "LARGE_ENCHANTED_FORAGING_SACK", "crafttext": "Requires: Birch Wood X", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Large_Enchanted_Foraging_Sack", diff --git a/items/LARGE_ENCHANTED_HUSBANDRY_SACK.json b/items/LARGE_ENCHANTED_HUSBANDRY_SACK.json index 81f170be..989eb98d 100644 --- a/items/LARGE_ENCHANTED_HUSBANDRY_SACK.json +++ b/items/LARGE_ENCHANTED_HUSBANDRY_SACK.json @@ -1,20 +1,18 @@ { "itemid": "minecraft:skull", "displayname": "§5Large Enchanted Husbandry Sack", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5a035266-5608-34e0-8126-2dfbaf68ea24\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzQ2YTYwNjMyNjNiYTcyMDhhMmEwNmNlZjczMjM0NzkxYzkyZDVmNjcwODBhMzY1NTA4YjAyNDgzZWVmYWY5YSJ9fX0K\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aEnchanted Raw Chicken§7, §aEnchanted\",4:\"§aPork§7, §aEnchanted Rabbit Foot§7, §aEnchanted\",5:\"§aRaw Rabbit§7, §aEnchanted Raw Beef§7,\",6:\"§7§aEnchanted Rabbit Hide§7, §aEnchanted\",7:\"§aLeather§7, §aEnchanted Mutton§7, §aEnchanted\",8:\"§aFeather§7, §aSuper Enchanted Egg§7, §aEnchanted\",9:\"§aGrilled Pork§7, §aEnchanted Cooked Mutton§7,\",10:\"§7§aEnchanted Egg§7, §aEnchanted Wool\",11:\"\",12:\"§7Capacity: §e20,160 per item\",13:\"§8Sacks sum their capacity.\",14:\"\",15:\"§eRight Click to open sack!\",16:\"\",17:\"§5§lEPIC\"],Name:\"§5Large Enchanted Husbandry Sack\"},ExtraAttributes:{id:\"LARGE_ENCHANTED_HUSBANDRY_SACK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5a035266-5608-34e0-8126-2dfbaf68ea24\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzQ2YTYwNjMyNjNiYTcyMDhhMmEwNmNlZjczMjM0NzkxYzkyZDVmNjcwODBhMzY1NTA4YjAyNDgzZWVmYWY5YSJ9fX0K\"}]}},display:{Lore:[0:\"§7Item pickups go directly into your\",1:\"§7sacks.\",2:\"\",3:\"§7This sack can contain all enchanted versions\",4:\"§7of these materials:\",5:\"§7§aCooked Mutton§7, §aCooked Porkchop§7, §aEgg§7, §aFeather§7,\",6:\"§7§aLeather§7, §aMutton§7, §aRabbit Hide§7, §aRabbit\u0027s Foot§7, §aRaw\",7:\"§aBeef§7, §aRaw Chicken§7, §aRaw Porkchop§7, §aRaw Rabbit§7,\",8:\"§7§aSuper Enchanted Egg§7, §aWhite Wool\",9:\"\",10:\"§7Capacity: §e20,160 per item\",11:\"§8Sacks sum their capacity.\",12:\"\",13:\"§eRight Click to open sack!\",14:\"\",15:\"§5§lEPIC\"],Name:\"§5Large Enchanted Husbandry Sack\"},ExtraAttributes:{id:\"LARGE_ENCHANTED_HUSBANDRY_SACK\"}}", "damage": 3, "lore": [ - "§7Item pickups go directly into", - "§7your sacks.", + "§7Item pickups go directly into your", + "§7sacks.", "", - "§7§7Items: §aEnchanted Raw Chicken§7, §aEnchanted", - "§aPork§7, §aEnchanted Rabbit Foot§7, §aEnchanted", - "§aRaw Rabbit§7, §aEnchanted Raw Beef§7,", - "§7§aEnchanted Rabbit Hide§7, §aEnchanted", - "§aLeather§7, §aEnchanted Mutton§7, §aEnchanted", - "§aFeather§7, §aSuper Enchanted Egg§7, §aEnchanted", - "§aGrilled Pork§7, §aEnchanted Cooked Mutton§7,", - "§7§aEnchanted Egg§7, §aEnchanted Wool", + "§7This sack can contain all enchanted versions", + "§7of these materials:", + "§7§aCooked Mutton§7, §aCooked Porkchop§7, §aEgg§7, §aFeather§7,", + "§7§aLeather§7, §aMutton§7, §aRabbit Hide§7, §aRabbit\u0027s Foot§7, §aRaw", + "§aBeef§7, §aRaw Chicken§7, §aRaw Porkchop§7, §aRaw Rabbit§7,", + "§7§aSuper Enchanted Egg§7, §aWhite Wool", "", "§7Capacity: §e20,160 per item", "§8Sacks sum their capacity.", @@ -37,7 +35,7 @@ "internalname": "LARGE_ENCHANTED_HUSBANDRY_SACK", "crafttext": "Requires: Mutton X", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Large_Enchanted_Husbandry_Sack", diff --git a/items/LARGE_FORAGING_SACK.json b/items/LARGE_FORAGING_SACK.json index b2d8c795..ee7cfd9e 100644 --- a/items/LARGE_FORAGING_SACK.json +++ b/items/LARGE_FORAGING_SACK.json @@ -1,18 +1,16 @@ { "itemid": "minecraft:skull", "displayname": "§5Large Foraging Sack", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"13b0fdef-4f7b-37e7-91a8-9153fdd06cf9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTEwMjc0MDM5NywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmM2ZTI0ZGY0OThiYTRhNTg5YzI1OWQ5ZmMwZDNkYjM0OGY5M2NkZjI2YTVmZTQ2MTU3MWMxZGE3MDZlZmFmMyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aApple§7, §aOak Sapling§7, §aAcacia\",4:\"§aWood§7, §aOak Wood§7, §aSpruce Sapling§7,\",5:\"§7§aSpruce Wood§7, §aJungle Wood§7, §aBirch\",6:\"§aWood§7, §aDark Oak Wood§7, §aBirch Sapling§7,\",7:\"§7§aJungle Sapling§7, §aAcacia Sapling§7, §aDark\",8:\"§aOak Sapling\",9:\"\",10:\"§7Capacity: §e20,160 per item\",11:\"§8Sacks sum their capacity.\",12:\"\",13:\"§eRight Click to open sack!\",14:\"\",15:\"§5§lEPIC\"],Name:\"§5Large Foraging Sack\"},ExtraAttributes:{originTag:\"MEDIUM_FORAGING_SACK\",id:\"LARGE_FORAGING_SACK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"13b0fdef-4f7b-37e7-91a8-9153fdd06cf9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTEwMjc0MDM5NywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmM2ZTI0ZGY0OThiYTRhNTg5YzI1OWQ5ZmMwZDNkYjM0OGY5M2NkZjI2YTVmZTQ2MTU3MWMxZGE3MDZlZmFmMyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into your\",1:\"§7sacks.\",2:\"\",3:\"§7§7Items: §aAcacia Sapling§7, §aAcacia Wood§7, §aApple§7, §aBirch Sapling§7,\",4:\"§7§aBirch Wood§7, §aDark Oak Sapling§7, §aDark Oak Wood§7, §aJungle\",5:\"§aSapling§7, §aJungle Wood§7, §aOak Sapling§7, §aOak Wood§7, §aSpruce\",6:\"§aSapling§7, §aSpruce Wood\",7:\"\",8:\"§7Capacity: §e20,160 per item\",9:\"§8Sacks sum their capacity.\",10:\"\",11:\"§eRight Click to open sack!\",12:\"\",13:\"§5§lEPIC\"],Name:\"§5Large Foraging Sack\"},ExtraAttributes:{id:\"LARGE_FORAGING_SACK\"}}", "damage": 3, "lore": [ - "§7Item pickups go directly into", - "§7your sacks.", + "§7Item pickups go directly into your", + "§7sacks.", "", - "§7§7Items: §aApple§7, §aOak Sapling§7, §aAcacia", - "§aWood§7, §aOak Wood§7, §aSpruce Sapling§7,", - "§7§aSpruce Wood§7, §aJungle Wood§7, §aBirch", - "§aWood§7, §aDark Oak Wood§7, §aBirch Sapling§7,", - "§7§aJungle Sapling§7, §aAcacia Sapling§7, §aDark", - "§aOak Sapling", + "§7§7Items: §aAcacia Sapling§7, §aAcacia Wood§7, §aApple§7, §aBirch Sapling§7,", + "§7§aBirch Wood§7, §aDark Oak Sapling§7, §aDark Oak Wood§7, §aJungle", + "§aSapling§7, §aJungle Wood§7, §aOak Sapling§7, §aOak Wood§7, §aSpruce", + "§aSapling§7, §aSpruce Wood", "", "§7Capacity: §e20,160 per item", "§8Sacks sum their capacity.", @@ -34,7 +32,7 @@ }, "internalname": "LARGE_FORAGING_SACK", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "", "crafttext": "Requires: Birch Wood IX", "infoType": "WIKI_URL", "info": [ diff --git a/items/LARGE_HUSBANDRY_SACK.json b/items/LARGE_HUSBANDRY_SACK.json index 99f3bba4..1ae6f83b 100644 --- a/items/LARGE_HUSBANDRY_SACK.json +++ b/items/LARGE_HUSBANDRY_SACK.json @@ -1,16 +1,15 @@ { "itemid": "minecraft:skull", "displayname": "§5Large Husbandry Sack", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bc816fc7-332f-32b6-babc-a94b3baee1c3\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTEwMjEyNDc4OCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzczMDg3ZjFlNjU0YjE2ODI3MzM1ODRhNDQwOTc1ODdmYjk0MmUxZjM0M2FhZTgzMDdiZDdkYWM4NGU4NDNhYiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aRabbit\u0027s Foot§7, §aEgg§7, §aRabbit\",4:\"§aHide§7, §aRaw Chicken§7, §aLeather§7, §aRaw\",5:\"§aRabbit§7, §aRaw Porkchop§7, §aMutton§7, §aWhite\",6:\"§aWool§7, §aFeather§7, §aRaw Beef\",7:\"\",8:\"§7Capacity: §e20,160 per item\",9:\"§8Sacks sum their capacity.\",10:\"\",11:\"§eRight Click to open sack!\",12:\"\",13:\"§5§lEPIC\"],Name:\"§5Large Husbandry Sack\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"LARGE_HUSBANDRY_SACK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bc816fc7-332f-32b6-babc-a94b3baee1c3\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTEwMjEyNDc4OCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzczMDg3ZjFlNjU0YjE2ODI3MzM1ODRhNDQwOTc1ODdmYjk0MmUxZjM0M2FhZTgzMDdiZDdkYWM4NGU4NDNhYiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into your\",1:\"§7sacks.\",2:\"\",3:\"§7§7Items: §aEgg§7, §aFeather§7, §aLeather§7, §aMutton§7, §aRabbit Hide§7,\",4:\"§7§aRabbit\u0027s Foot§7, §aRaw Beef§7, §aRaw Chicken§7, §aRaw Porkchop§7, §aRaw\",5:\"§aRabbit§7, §aWhite Wool\",6:\"\",7:\"§7Capacity: §e20,160 per item\",8:\"§8Sacks sum their capacity.\",9:\"\",10:\"§eRight Click to open sack!\",11:\"\",12:\"§5§lEPIC\"],Name:\"§5Large Husbandry Sack\"},ExtraAttributes:{id:\"LARGE_HUSBANDRY_SACK\"}}", "damage": 3, "lore": [ - "§7Item pickups go directly into", - "§7your sacks.", + "§7Item pickups go directly into your", + "§7sacks.", "", - "§7§7Items: §aRabbit\u0027s Foot§7, §aEgg§7, §aRabbit", - "§aHide§7, §aRaw Chicken§7, §aLeather§7, §aRaw", - "§aRabbit§7, §aRaw Porkchop§7, §aMutton§7, §aWhite", - "§aWool§7, §aFeather§7, §aRaw Beef", + "§7§7Items: §aEgg§7, §aFeather§7, §aLeather§7, §aMutton§7, §aRabbit Hide§7,", + "§7§aRabbit\u0027s Foot§7, §aRaw Beef§7, §aRaw Chicken§7, §aRaw Porkchop§7, §aRaw", + "§aRabbit§7, §aWhite Wool", "", "§7Capacity: §e20,160 per item", "§8Sacks sum their capacity.", @@ -32,7 +31,7 @@ }, "internalname": "LARGE_HUSBANDRY_SACK", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "", "crafttext": "Requires: Mutton IX", "infoType": "WIKI_URL", "info": [ diff --git a/items/LARGE_LAVA_FISHING_SACK.json b/items/LARGE_LAVA_FISHING_SACK.json index ff46b763..2373f71e 100644 --- a/items/LARGE_LAVA_FISHING_SACK.json +++ b/items/LARGE_LAVA_FISHING_SACK.json @@ -1,19 +1,17 @@ { "itemid": "minecraft:skull", "displayname": "§5Large Lava Fishing Sack", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"daf5fe98-2814-3f3e-9a68-37b691f2d51e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzYwODc2MDc0NywKICAicHJvZmlsZUlkIiA6ICJmNWQwYjFhZTQxNmU0YTE5ODEyMTRmZGQzMWU3MzA1YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJDYXRjaFRoZVdhdmUxMCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kYTJhOTUxNTkyY2MyNmNmNWI2ZDlmNjZhZTAzNDkxNmY5ZDJlOTcyMTZkNDNiM2ZhMTFjOTc5YWZkN2RmMWFkIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aMagmafish§7, §aMagma Cream§7, §aLava\",4:\"§aShell§7, §aSilver Magmafish§7, §aOrb of\",5:\"§aEnergy§7, §aCoal§7, §aCup of Blood§7, §aHorn of\",6:\"§aTaurus§7, §aFlaming Heart§7, §aNetherrack§7,\",7:\"§7§aThunder Shards§7, §aBlaze Powder§7, §aGold\",8:\"§aMagmafish§7, §aMoogma Pelt§7, §aPyroclastic\",9:\"§aScale§7, §aLump of Magma\",10:\"\",11:\"§7Capacity: §e20,160 per item\",12:\"§8Sacks sum their capacity.\",13:\"\",14:\"§eRight Click to open sack!\",15:\"\",16:\"§5§lEPIC\"],Name:\"§5Large Lava Fishing Sack\"},ExtraAttributes:{id:\"LARGE_LAVA_FISHING_SACK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"daf5fe98-2814-3f3e-9a68-37b691f2d51e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzYwODc2MDc0NywKICAicHJvZmlsZUlkIiA6ICJmNWQwYjFhZTQxNmU0YTE5ODEyMTRmZGQzMWU3MzA1YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJDYXRjaFRoZVdhdmUxMCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kYTJhOTUxNTkyY2MyNmNmNWI2ZDlmNjZhZTAzNDkxNmY5ZDJlOTcyMTZkNDNiM2ZhMTFjOTc5YWZkN2RmMWFkIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into your\",1:\"§7sacks.\",2:\"\",3:\"§7§7Items: §aBlaze Powder§7, §aCoal§7, §aCup of Blood§7, §aFlaming Heart§7,\",4:\"§7§aGold Magmafish§7, §aHorn of Taurus§7, §aLava Shell§7, §aLump of\",5:\"§aMagma§7, §aMagma Cream§7, §aMagmafish§7, §aMoogma Pelt§7,\",6:\"§7§aNetherrack§7, §aOrb of Energy§7, §aPyroclastic Scale§7, §aSilver\",7:\"§aMagmafish§7, §aThunder Shards\",8:\"\",9:\"§7Capacity: §e20,160 per item\",10:\"§8Sacks sum their capacity.\",11:\"\",12:\"§eRight Click to open sack!\",13:\"\",14:\"§5§lEPIC\"],Name:\"§5Large Lava Fishing Sack\"},ExtraAttributes:{id:\"LARGE_LAVA_FISHING_SACK\"}}", "damage": 3, "lore": [ - "§7Item pickups go directly into", - "§7your sacks.", + "§7Item pickups go directly into your", + "§7sacks.", "", - "§7§7Items: §aMagmafish§7, §aMagma Cream§7, §aLava", - "§aShell§7, §aSilver Magmafish§7, §aOrb of", - "§aEnergy§7, §aCoal§7, §aCup of Blood§7, §aHorn of", - "§aTaurus§7, §aFlaming Heart§7, §aNetherrack§7,", - "§7§aThunder Shards§7, §aBlaze Powder§7, §aGold", - "§aMagmafish§7, §aMoogma Pelt§7, §aPyroclastic", - "§aScale§7, §aLump of Magma", + "§7§7Items: §aBlaze Powder§7, §aCoal§7, §aCup of Blood§7, §aFlaming Heart§7,", + "§7§aGold Magmafish§7, §aHorn of Taurus§7, §aLava Shell§7, §aLump of", + "§aMagma§7, §aMagma Cream§7, §aMagmafish§7, §aMoogma Pelt§7,", + "§7§aNetherrack§7, §aOrb of Energy§7, §aPyroclastic Scale§7, §aSilver", + "§aMagmafish§7, §aThunder Shards", "", "§7Capacity: §e20,160 per item", "§8Sacks sum their capacity.", @@ -36,7 +34,7 @@ "internalname": "LARGE_LAVA_FISHING_SACK", "crafttext": "Requires: Magmafish XI", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Lava_Fishing_Sack", diff --git a/items/LARGE_MINING_SACK.json b/items/LARGE_MINING_SACK.json index bd06a68f..f3887736 100644 --- a/items/LARGE_MINING_SACK.json +++ b/items/LARGE_MINING_SACK.json @@ -1,18 +1,19 @@ { "itemid": "minecraft:skull", "displayname": "§5Large Mining Sack", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c1b895a1-70b6-3930-9de5-5361995735d1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTEwMjk0NTU4OSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTE1ZmNlYmJiZTAyZmRiNzJhY2QyMDk1ZDllZGZjZWEwOTVlNjA0YjM2ODJkYjg4OTYzYjViODNiMjkzOWI2NyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into your\",1:\"§7sacks.\",2:\"\",3:\"§7§7Items: §aCoal§7, §aCobblestone§7, §aDiamond§7, §aEmerald§7, §aEnd Stone§7,\",4:\"§7§aFlint§7, §aGlacite§7, §aGlowstone Dust§7, §aGold Ingot§7, §aGravel§7, §aHard\",5:\"§aStone§7, §aIron Ingot§7, §aLapis Lazuli§7, §aMithril§7, §aMycelium§7, §aNether\",6:\"§aQuartz§7, §aNetherrack§7, §aObsidian§7, §aOil Barrel§7, §aPlasma§7, §aRed\",7:\"§aSand§7, §aRedstone§7, §aRefined Mineral§7, §aSand§7, §aStarfall§7, §aStone§7,\",8:\"§7§aTitanium§7, §aTreasurite§7, §aTungsten§7, §aUmber§7, §aVolta\",9:\"\",10:\"§7Capacity: §e20,160 per item\",11:\"§8Sacks sum their capacity.\",12:\"\",13:\"§eRight Click to open sack!\",14:\"\",15:\"§5§lEPIC\"],Name:\"§5Large Mining Sack\"},ExtraAttributes:{id:\"LARGE_MINING_SACK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c1b895a1-70b6-3930-9de5-5361995735d1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTEwMjk0NTU4OSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTE1ZmNlYmJiZTAyZmRiNzJhY2QyMDk1ZDllZGZjZWEwOTVlNjA0YjM2ODJkYjg4OTYzYjViODNiMjkzOWI2NyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into your\",1:\"§7sacks.\",2:\"\",3:\"§7§7Items: §aCoal§7, §aCobblestone§7, §aDiamond§7, §aEmerald§7, §aEnd Stone§7,\",4:\"§7§aFlint§7, §aGlacite§7, §aGlossy Gemstone§7, §aGlowstone Dust§7, §aGold\",5:\"§aIngot§7, §aGravel§7, §aHard Stone§7, §aIron Ingot§7, §aLapis Lazuli§7,\",6:\"§7§aMithril§7, §aMycelium§7, §aNether Quartz§7, §aNetherrack§7, §aObsidian§7, §aOil\",7:\"§aBarrel§7, §aPlasma§7, §aRed Sand§7, §aRedstone§7, §aRefined Mineral§7,\",8:\"§7§aSand§7, §aStarfall§7, §aStone§7, §aTitanium§7, §aTreasurite§7, §aTungsten§7,\",9:\"§7§aUmber§7, §aVolta\",10:\"\",11:\"§7Capacity: §e20,160 per item\",12:\"§8Sacks sum their capacity.\",13:\"\",14:\"§eRight Click to open sack!\",15:\"\",16:\"§5§lEPIC\"],Name:\"§5Large Mining Sack\"},ExtraAttributes:{id:\"LARGE_MINING_SACK\"}}", "damage": 3, "lore": [ "§7Item pickups go directly into your", "§7sacks.", "", "§7§7Items: §aCoal§7, §aCobblestone§7, §aDiamond§7, §aEmerald§7, §aEnd Stone§7,", - "§7§aFlint§7, §aGlacite§7, §aGlowstone Dust§7, §aGold Ingot§7, §aGravel§7, §aHard", - "§aStone§7, §aIron Ingot§7, §aLapis Lazuli§7, §aMithril§7, §aMycelium§7, §aNether", - "§aQuartz§7, §aNetherrack§7, §aObsidian§7, §aOil Barrel§7, §aPlasma§7, §aRed", - "§aSand§7, §aRedstone§7, §aRefined Mineral§7, §aSand§7, §aStarfall§7, §aStone§7,", - "§7§aTitanium§7, §aTreasurite§7, §aTungsten§7, §aUmber§7, §aVolta", + "§7§aFlint§7, §aGlacite§7, §aGlossy Gemstone§7, §aGlowstone Dust§7, §aGold", + "§aIngot§7, §aGravel§7, §aHard Stone§7, §aIron Ingot§7, §aLapis Lazuli§7,", + "§7§aMithril§7, §aMycelium§7, §aNether Quartz§7, §aNetherrack§7, §aObsidian§7, §aOil", + "§aBarrel§7, §aPlasma§7, §aRed Sand§7, §aRedstone§7, §aRefined Mineral§7,", + "§7§aSand§7, §aStarfall§7, §aStone§7, §aTitanium§7, §aTreasurite§7, §aTungsten§7,", + "§7§aUmber§7, §aVolta", "", "§7Capacity: §e20,160 per item", "§8Sacks sum their capacity.", @@ -34,7 +35,7 @@ }, "internalname": "LARGE_MINING_SACK", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "", "crafttext": "Requires: Coal IX", "infoType": "WIKI_URL", "info": [ diff --git a/items/LARGE_NETHER_SACK.json b/items/LARGE_NETHER_SACK.json index c73311f5..7487bca1 100644 --- a/items/LARGE_NETHER_SACK.json +++ b/items/LARGE_NETHER_SACK.json @@ -1,27 +1,22 @@ { "itemid": "minecraft:skull", "displayname": "§5Large Nether Sack", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"651d82e2-a336-3206-8418-afd4c3efae11\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzYwODg3MDY5MSwKICAicHJvZmlsZUlkIiA6ICJjMDNlZTUxNjIzZTU0ZThhODc1NGM1NmVhZmJjZDA4ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJsYXltYW51ZWwiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTM0NTg3NWU5MjFhMTQ1ZjkyMDM4ODU4YWVlY2MzYzJmMDgzNDQxZWJjNWM4MjY1ZDMxYTI4MWQyNjhlMzY1YiIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aNether Star§7, §aGlowstone Dust§7,\",4:\"§7§aDigested Mushrooms§7, §aMutated Blaze Ashes§7,\",5:\"§7§aBurning Eye§7, §aBlaze Ashes§7, §aLeather\",6:\"§aCloth§7, §aMillenia-Old Blaze Ashes§7,\",7:\"§7§aMycelium§7, §aX§7, §aBezos§7, §aY§7, §aZ§7,\",8:\"§7§aMagma Chunk§7, §aNether Quartz§7, §aHeavy\",9:\"§aPearl§7, §aFlames§7, §aRed Sand§7, §aKada\",10:\"§aLead§7, §aHallowed Skull§7, §aSpectre Dust§7,\",11:\"§7§aMagma Cream§7, §aGhast Tear§7, §aCompact\",12:\"§aOoze§7, §aSpell Powder§7, §aGazing Pearl§7,\",13:\"§7§aCorrupted Fragment§7, §aKuudra Teeth§7,\",14:\"§7§aWither Soul§7, §aRekindled Ember Fragment§7,\",15:\"§7§aSulphur§7, §aNetherrack§7, §aTentacle Meat§7,\",16:\"§7§aBlaze Rod§7, §aNether Wart§7, §aMagmag§7,\",17:\"§7§aLumino Fiber\",18:\"\",19:\"§7Capacity: §e20,160 per item\",20:\"§8Sacks sum their capacity.\",21:\"\",22:\"§eRight Click to open sack!\",23:\"\",24:\"§5§lEPIC\"],Name:\"§5Large Nether Sack\"},ExtraAttributes:{id:\"LARGE_NETHER_SACK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"651d82e2-a336-3206-8418-afd4c3efae11\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzYwODg3MDY5MSwKICAicHJvZmlsZUlkIiA6ICJjMDNlZTUxNjIzZTU0ZThhODc1NGM1NmVhZmJjZDA4ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJsYXltYW51ZWwiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTM0NTg3NWU5MjFhMTQ1ZjkyMDM4ODU4YWVlY2MzYzJmMDgzNDQxZWJjNWM4MjY1ZDMxYTI4MWQyNjhlMzY1YiIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Item pickups go directly into your\",1:\"§7sacks.\",2:\"\",3:\"§7§7Items: §aBezos§7, §aBlaze Ashes§7, §aBlaze Rod§7, §aBurning Eye§7,\",4:\"§7§aCompact Ooze§7, §aCorrupted Fragment§7, §aDigested Mushrooms§7,\",5:\"§7§aFlames§7, §aGazing Pearl§7, §aGhast Tear§7, §aGlowstone Dust§7,\",6:\"§7§aHallowed Skull§7, §aHeavy Pearl§7, §aKada Lead§7, §aKuudra Teeth§7,\",7:\"§7§aLeather Cloth§7, §aLumino Fiber§7, §aMagma Chunk§7, §aMagma Cream§7,\",8:\"§7§aMagmag§7, §aMillenia-Old Blaze Ashes§7, §aMutated Blaze Ashes§7,\",9:\"§7§aMycelium§7, §aNether Quartz§7, §aNether Star§7, §aNether Wart§7,\",10:\"§7§aNetherrack§7, §aRed Sand§7, §aRekindled Ember Fragment§7,\",11:\"§7§aSpectre Dust§7, §aSpell Powder§7, §aSulphur§7, §aTentacle Meat§7,\",12:\"§7§aWither Soul§7, §aX§7, Â