diff options
author | jani270 <jani270@gmx.de> | 2022-04-28 14:23:10 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2022-04-28 14:23:10 +0200 |
commit | 4afedc799db3ca18beadcc3ce22b5b28eec2c61c (patch) | |
tree | 0536d2a13cbb096e67143623020fe1c61f48a572 | |
parent | d628905e77e2b77de3123ac73c9babb9005b5377 (diff) | |
download | NotEnoughUpdates-REPO-4afedc799db3ca18beadcc3ce22b5b28eec2c61c.tar.gz NotEnoughUpdates-REPO-4afedc799db3ca18beadcc3ce22b5b28eec2c61c.tar.bz2 NotEnoughUpdates-REPO-4afedc799db3ca18beadcc3ce22b5b28eec2c61c.zip |
master :arrow_right: dangerous
243 files changed, 2880 insertions, 278 deletions
diff --git a/constants/fairy_souls.json b/constants/fairy_souls.json index 84dd81d2..8a6dc20a 100644 --- a/constants/fairy_souls.json +++ b/constants/fairy_souls.json @@ -64,7 +64,7 @@ "-48,76,49", "26,80,-65", "40,68,-65", - "44,68,-34", + "38,75,-38", "168,60,-36", "154,98,-71", "180,63,-15", @@ -106,8 +106,8 @@ "crimson_isle": [ "-644,125,-689", "-79,139,-779", - "-352,190,-553", - "-717,164,-980", + "-342,100,-484", + "-717,163,-980", "-726,144,-891", "-690,122,-752", "-31,178,-907", @@ -129,7 +129,7 @@ "-412,58,-935", "-396,108,-764", "-342,101,-484", - "-35,115,-1055" + "-35,116,-1055" ], "combat_3": [ "-517,100,-295", diff --git a/constants/misc.json b/constants/misc.json index e6df609e..e288e940 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -16,7 +16,13 @@ "drill", "gauntlet", "shears", - "fishing weapon" + "fishing weapon", + "longsword", + "belt", + "necklace", + "cloak", + "gloves", + "bracelet" ], "tier_colors": { "common": "§f", @@ -959,6 +965,18 @@ "PARTY_HAT_CRAB_GREEN", "PARTY_HAT_CRAB_BLACK", "PARTY_HAT_CRAB_YELLOW" + ], + "ODGERS_BRONZE_TOOTH": [ + "ODGERS_SILVER_TOOTH", + "ODGERS_GOLD_TOOTH", + "ODGERS_DIAMOND_TOOTH" + ], + "ODGERS_SILVER_TOOTH": [ + "ODGERS_GOLD_TOOTH", + "ODGERS_DIAMOND_TOOTH" + ], + "ODGERS_GOLD_TOOTH": [ + "ODGERS_DIAMOND_TOOTH" ] }, "special_bois": [ diff --git a/constants/parents.json b/constants/parents.json index 06bf8104..cfc64e87 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2318,7 +2318,8 @@ "AMETHYST_POWER_SCROLL", "JASPER_POWER_SCROLL", "RUBY_POWER_SCROLL", - "SAPPHIRE_POWER_SCROLL" + "SAPPHIRE_POWER_SCROLL", + "OPAL_POWER_SCROLL" ], "EXTRA_LARGE_GEMSTONE_SACK": [ "LARGE_GEMSTONE_SACK", @@ -2679,7 +2680,6 @@ "DOJO_GREEN_BELT", "DOJO_YELLOW_BELT", "DOJO_BLUE_BELT", - "DOJO_BROWN_BELT", "DOJO_BLACK_BELT" ], "LARGE_LAVA_FISHING_SACK": [ @@ -2745,11 +2745,13 @@ "SLUGFISH_SILVER", "SLUGFISH_BRONZE" ], - "SOUL_FISH_GOLD": [ + "SOUL_FISH_DIAMOND": [ + "SOUL_FISH_GOLD", "SOUL_FISH_SILVER", "SOUL_FISH_BRONZE" ], - "STEAMING_HOT_FLOUNDER_GOLD": [ + "STEAMING_HOT_FLOUNDER_DIAMOND": [ + "STEAMING_HOT_FLOUNDER_GOLD", "STEAMING_HOT_FLOUNDER_SILVER", "STEAMING_HOT_FLOUNDER_BRONZE" ], @@ -2900,5 +2902,45 @@ "BURNING_HOLLOW_BOOTS", "FIERY_HOLLOW_BOOTS", "INFERNAL_HOLLOW_BOOTS" - ] + ], + "KARATE_FISH_DIAMOND": [ + "KARATE_FISH_GOLD", + "KARATE_FISH_SILVER", + "KARATE_FISH_BRONZE" + ], + "SMOLDERING;1": [ + "SMOLDERING;2", + "SMOLDERING;3", + "SMOLDERING;4", + "SMOLDERING;5" + ], + "ODGERS_DIAMOND_TOOTH": [ + "ODGERS_GOLD_TOOTH", + "ODGERS_SILVER_TOOTH", + "ODGERS_BRONZE_TOOTH" + ], + "KUUDRA;4": [ + "KUUDRA;3", + "KUUDRA;2", + "KUUDRA;1", + "KUUDRA;0" + ], + "UPGRADE_STONE_SUBZERO": [ + "UPGRADE_STONE_GLACIAL", + "UPGRADE_STONE_FROST" + ], + "KUUDRA_INFERNAL_TIER_KEY": [ + "KUUDRA_FIERY_TIER_KEY", + "KUUDRA_BURNING_TIER_KEY", + "KUUDRA_HOT_TIER_KEY", + "KUUDRA_TIER_KEY" + ], + "LAVATEARS_RUNE;1": [ + "LAVATEARS_RUNE;2", + "LAVATEARS_RUNE;3" + ], + "FIERY_BURST_RUNE;1": [ + "FIERY_BURST_RUNE;2", + "FIERY_BURST_RUNE;3" + ] } diff --git a/constants/petnums.json b/constants/petnums.json index 993cc126..8ae96f6e 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -2142,6 +2142,122 @@ } } }, + "KUUDRA": { + "COMMON": { + "1": { + "otherNums": [ + 0.0, + 0.0 + ], + "statNums": { + "HEALTH": 0.0, + "STRENGTH": 0.0 + } + }, + "100": { + "otherNums": [ + 10, + 10 + ], + "statNums": { + "HEALTH": 400.0, + "STRENGTH": 40.0 + } + } + }, + "UNCOMMON": { + "1": { + "otherNums": [ + 0.0, + 0.0 + ], + "statNums": { + "HEALTH": 0.0, + "STRENGTH": 0.0 + } + }, + "100": { + "otherNums": [ + 15, + 15 + ], + "statNums": { + "HEALTH": 400.0, + "STRENGTH": 40.0 + } + } + }, + "RARE": { + "1": { + "otherNums": [ + 0.0, + 0.0 + ], + "statNums": { + "HEALTH": 0.0, + "STRENGTH": 0.0 + } + }, + "100": { + "otherNums": [ + 15, + 15 + ], + "statNums": { + "HEALTH": 400.0, + "STRENGTH": 40.0 + } + } + }, + "EPIC": { + "1": { + "otherNums": [ + 0.0, + 0.0, + 0.0 + ], + "statNums": { + "HEALTH": 0.0, + "STRENGTH": 0.0 + } + }, + "100": { + "otherNums": [ + 20, + 20, + 20 + ], + "statNums": { + "HEALTH": 400.0, + "STRENGTH": 40.0 + } + } + }, + "LEGENDARY": { + "1": { + "otherNums": [ + 0.0, + 0.0, + 0.0 + ], + "statNums": { + "HEALTH": 0.0, + "STRENGTH": 0.0 + } + }, + "100": { + "otherNums": [ + 20, + 20, + 20 + ], + "statNums": { + "HEALTH": 400.0, + "STRENGTH": 40.0 + } + } + } + }, "LION": { "COMMON": { "1": { @@ -2561,7 +2677,7 @@ 0.3 ], "statNums": { - "FARMING_FORTUNE": 0.0, + "FARMING_FORTUNE": 11.0, "HEALTH": 1.0 } }, @@ -2570,7 +2686,7 @@ 30 ], "statNums": { - "FARMING_FORTUNE": 50.0, + "FARMING_FORTUNE": 110.0, "HEALTH": 100.0 } } @@ -2581,7 +2697,7 @@ 0.3 ], "statNums": { - "FARMING_FORTUNE": 0.0, + "FARMING_FORTUNE": 11.0, "HEALTH": 1.0 } }, @@ -2590,7 +2706,7 @@ 30 ], "statNums": { - "FARMING_FORTUNE": 50.0, + "FARMING_FORTUNE": 110.0, "HEALTH": 100.0 } } @@ -2598,19 +2714,21 @@ "RARE": { "1": { "otherNums": [ - 0.4 + 0.4, + 2.0 ], "statNums": { - "FARMING_FORTUNE": 0.0, + "FARMING_FORTUNE": 11.0, "HEALTH": 1.0 } }, "100": { "otherNums": [ - 40 + 40, + 100 ], "statNums": { - "FARMING_FORTUNE": 50.0, + "FARMING_FORTUNE": 110.0, "HEALTH": 100.0 } } @@ -2618,19 +2736,21 @@ "EPIC": { "1": { "otherNums": [ - 0.4 + 0.4, + 2.0 ], "statNums": { - "FARMING_FORTUNE": 0.0, + "FARMING_FORTUNE": 11.0, "HEALTH": 1.0 } }, "100": { "otherNums": [ - 40 + 40, + 100 ], "statNums": { - "FARMING_FORTUNE": 50.0, + "FARMING_FORTUNE": 110.0, "HEALTH": 100.0 } } @@ -2638,19 +2758,23 @@ "LEGENDARY": { "1": { "otherNums": [ - 0.4 + 0.4, + 2.0, + 40 ], "statNums": { - "FARMING_FORTUNE": 0.0, + "FARMING_FORTUNE": 11.0, "HEALTH": 1.0 } }, "100": { "otherNums": [ - 40 + 40, + 100, + 20 ], "statNums": { - "FARMING_FORTUNE": 50.0, + "FARMING_FORTUNE": 110.0, "HEALTH": 100.0 } } diff --git a/constants/pets.json b/constants/pets.json index fa5e70b7..628ae0fa 100644 --- a/constants/pets.json +++ b/constants/pets.json @@ -293,6 +293,7 @@ "SCATHA": "MINING", "AMMONITE": "FISHING", "SNAIL": "MINING", - "MOOSHROOM_COW": "FARMING" + "MOOSHROOM_COW": "FARMING", + "KUUDRA": "COMBAT" } } diff --git a/items/ALERT_FLARE.json b/items/ALERT_FLARE.json new file mode 100644 index 00000000..672bd7b9 --- /dev/null +++ b/items/ALERT_FLARE.json @@ -0,0 +1,41 @@ +{ + "itemid": "minecraft:fireworks", + "displayname": "§9Alert Flare", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§6Item Ability: Deploy\",1:\"§7Shoot the flare up in the sky\",2:\"§7for §a3m §7buffing up to §b8\",3:\"§b§7players within §a40 §7blocks.\",4:\"§8Mana Cost: §3300\",5:\"\",6:\"§9Flare Buff: §9Alert Flare\",7:\"§7Grants §b+50% §7base mana regen§7.\",8:\"§7Grants §a+20% §7incoming healing.\",9:\"§7Gain §f+20❂ True Defense§7.\",10:\"§7Gain §c+10⫽ Ferocity§7.\",11:\"\",12:\"§8Only one deployable buff applies.\",13:\"\",14:\"§7§4☠ §cRequires §5Blaze Slayer 6.\",15:\"§9§lRARE DEPLOYABLE\"],Name:\"§9Alert Flare\"},ExtraAttributes:{id:\"ALERT_FLARE\"}}", + "damage": 0, + "lore": [ + "§6Item Ability: Deploy", + "§7Shoot the flare up in the sky", + "§7for §a3m §7buffing up to §b8", + "§b§7players within §a40 §7blocks.", + "§8Mana Cost: §3300", + "", + "§9Flare Buff: §9Alert Flare", + "§7Grants §b+50% §7base mana regen§7.", + "§7Grants §a+20% §7incoming healing.", + "§7Gain §f+20❂ True Defense§7.", + "§7Gain §c+10⫽ Ferocity§7.", + "", + "§8Only one deployable buff applies.", + "", + "§7§4☠ §cRequires §5Blaze Slayer 6.", + "§9§lRARE DEPLOYABLE" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_SULPHUR:32", + "A3": "INFERNO_VERTEX:8", + "B1": "", + "B2": "MOLTEN_POWDER:64", + "B3": "", + "C1": "INFERNO_VERTEX:8", + "C2": "ENCHANTED_FIREWORK_ROCKET:1", + "C3": "" + }, + "internalname": "ALERT_FLARE", + "clickcommand": "viewrecipe", + "slayer_req": "BLAZE_6", + "modver": "2.1.0-REL", + "infoType": "", + "crafttext": "" +}
\ No newline at end of file diff --git a/items/ANNIHILATION_CLOAK.json b/items/ANNIHILATION_CLOAK.json new file mode 100644 index 00000000..8ea31e40 --- /dev/null +++ b/items/ANNIHILATION_CLOAK.json @@ -0,0 +1,36 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Annihilation Cloak", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a8fb4529-257d-3222-ba1c-bc868f19c9c8\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjE0NTkxMjU0MiwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzQ0OTI4ZDExNDQxNjU1NTg4MmEzNmIyYmE5ZDRiMjk1YzFkMTZjODJiY2E5NDVkM2M4MTNlM2FhYTk0YWIzZSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Strength: §c+20\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+80\",3:\"§7Magic Find: §a+2\",4:\"\",5:\"§7Heal §c1%❤ §7every 2 seconds.\",6:\"§7Gain §a+2% §7Foraging exp.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§7§4☠ §cRequires §5Blaze Slayer 7.\",10:\"§6§lLEGENDARY CLOAK\"],Name:\"§6Annihilation Cloak\"},ExtraAttributes:{id:\"ANNIHILATION_CLOAK\"}}", + "damage": 3, + "lore": [ + "§7Strength: §c+20", + "§7Crit Damage: §c+20%", + "§7Health: §a+80", + "§7Magic Find: §a+2", + "", + "§7Heal §c1%❤ §7every 2 seconds.", + "§7Gain §a+2% §7Foraging exp.", + "", + "§7§8This item can be reforged!", + "§7§4☠ §cRequires §5Blaze Slayer 7.", + "§6§lLEGENDARY CLOAK" + ], + "recipe": { + "A1": "WOOD_SINGULARITY:1", + "A2": "DESTRUCTION_CLOAK:1", + "A3": "WOOD_SINGULARITY:1", + "B1": "MOLTEN_POWDER:64", + "B2": "INFERNO_VERTEX:8", + "B3": "MOLTEN_POWDER:64", + "C1": "MOLTEN_POWDER:64", + "C2": "ENCHANTED_SULPHUR_CUBE:16", + "C3": "MOLTEN_POWDER:64" + }, + "internalname": "ANNIHILATION_CLOAK", + "crafttext": "", + "slayer_req": "BLAZE_7", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ATTRIBUTE_SHARD.json b/items/ATTRIBUTE_SHARD.json index b6d0d9bd..b16c43e9 100644 --- a/items/ATTRIBUTE_SHARD.json +++ b/items/ATTRIBUTE_SHARD.json @@ -18,5 +18,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Attribute_Shard" + ] }
\ No newline at end of file diff --git a/items/BLAZETEKK_HAM_RADIO.json b/items/BLAZETEKK_HAM_RADIO.json new file mode 100644 index 00000000..0123e212 --- /dev/null +++ b/items/BLAZETEKK_HAM_RADIO.json @@ -0,0 +1,44 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Blazetekk™ Ham Radio", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"81a86137-b6c0-3bd4-9535-bb1d28ba4710\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTcwMDMyNTY4MiwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTEzOTgzMDBkMDI1MTJhN2JlYmMwZjlkN2ExMmQ2N2NkZjg4NWM5MTQ0YjM4OTQ2OTQ0ZDllZjQyMDJjMzgzNiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§6Ability: Telecommunications\",1:\"§7If exactly two players within\",2:\"§7§a30 §7blocks are on the same\",3:\"§7channel, both gain:\",4:\" §a+60❈ Defense\",5:\" §f+40❂ True Defense\",6:\" §a+2% Incoming Healing\",7:\" §b+1% Combat XP\",8:\"§8Keep item in inventory to get effect.\",9:\"\",10:\"§6Ability: Tuning 4 Dummies §e§lRIGHT CLICK\",11:\"§7Switches to the next radio\",12:\"§7channel.\",13:\"\",14:\"§7Your channel: §b103.5 FM\",15:\"§7Nearby: §c0 enjoyers\",16:\"\",17:\"§7§4☠ §cRequires §5Blaze Slayer 6.\",18:\"§6§lLEGENDARY\"],Name:\"§6Blazetekk™ Ham Radio\"},ExtraAttributes:{id:\"BLAZETEKK_HAM_RADIO\"}}", + "damage": 3, + "lore": [ + "§6Ability: Telecommunications", + "§7If exactly two players within", + "§7§a30 §7blocks are on the same", + "§7channel, both gain:", + " §a+60❈ Defense", + " §f+40❂ True Defense", + " §a+2% Incoming Healing", + " §b+1% Combat XP", + "§8Keep item in inventory to get effect.", + "", + "§6Ability: Tuning 4 Dummies §e§lRIGHT CLICK", + "§7Switches to the next radio", + "§7channel.", + "", + "§7Your channel: §b103.5 FM", + "§7Nearby: §c0 enjoyers", + "", + "§7§4☠ §cRequires §5Blaze Slayer 6.", + "§6§lLEGENDARY" + ], + "recipe": { + "A1": "MOLTEN_POWDER:16", + "A2": "INFERNO_VERTEX:12", + "A3": "MOLTEN_POWDER:16", + "B1": "MOLTEN_POWDER:16", + "B2": "ENCHANTED_REDSTONE_LAMP:64", + "B3": "MOLTEN_POWDER:16", + "C1": "MOLTEN_POWDER:16", + "C2": "INFERNO_VERTEX:12", + "C3": "MOLTEN_POWDER:16" + }, + "internalname": "BLAZETEKK_HAM_RADIO", + "slayer_req": "BLAZE_6", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BLESSING;6.json b/items/BLESSING;6.json new file mode 100644 index 00000000..6c3aae8b --- /dev/null +++ b/items/BLESSING;6.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§9Enchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Blessing VI\",1:\"§7§a30%§7 chance to get double\",2:\"§7drops when fishing.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§9§lRARE\"],Name:\"§f§9Enchanted Book\"},ExtraAttributes:{id:\"BLESSING;6\",enchantments:{blessing:6}}}", + "damage": 0, + "lore": [ + "§9Blessing VI", + "§7§a30%§7 chance to get double", + "§7drops when fishing.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§9§lRARE" + ], + "internalname": "BLESSING;6", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BLOBFISH_BRONZE.json b/items/BLOBFISH_BRONZE.json index 44ce8a9b..7fc7ec4f 100644 --- a/items/BLOBFISH_BRONZE.json +++ b/items/BLOBFISH_BRONZE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§fBlobfish§r §l§8§LBRONZE", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9c9c0e5e-6f68-3721-949b-664b188cbc90\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzg5MTE2MSwKICAicHJvZmlsZUlkIiA6ICJiMGQ3MzJmZTAwZjc0MDdlOWU3Zjc0NjMwMWNkOThjYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJPUHBscyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8zZTc3YTYxZjJhMjVmMTliYjA0N2JlOTg1Yjk2NWYwNjlkODU3NTAyODgxYmVhM2Y5NjgyZDAwYmZkNWNjM2U3IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Caught everywhere.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§f§lCOMMON TROPHY FISH\"],Name:\"§fBlobfish§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"BLOBFISH_BRONZE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9c9c0e5e-6f68-3721-949b-664b188cbc90\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzg5MTE2MSwKICAicHJvZmlsZUlkIiA6ICJiMGQ3MzJmZTAwZjc0MDdlOWU3Zjc0NjMwMWNkOThjYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJPUHBscyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8zZTc3YTYxZjJhMjVmMTliYjA0N2JlOTg1Yjk2NWYwNjlkODU3NTAyODgxYmVhM2Y5NjgyZDAwYmZkNWNjM2U3IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Caught everywhere.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§f§lCOMMON TROPHY FISH\"],Name:\"§fBlobfish§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"BLOBFISH_BRONZE\"}}", "damage": 3, "lore": [ "§7Caught everywhere.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§f§lCOMMON TROPHY FISH" ], "internalname": "BLOBFISH_BRONZE", diff --git a/items/BLOBFISH_DIAMOND.json b/items/BLOBFISH_DIAMOND.json index f37b7ac5..ea4b1ef9 100644 --- a/items/BLOBFISH_DIAMOND.json +++ b/items/BLOBFISH_DIAMOND.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§fBlobfish§r §l§B§LDIAMOND", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"06d24b16-c3ed-3261-82cc-d0979308ede1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzgzNjk4MCwKICAicHJvZmlsZUlkIiA6ICI4YjgyM2E1YmU0Njk0YjhiOTE0NmE5MWRhMjk4ZTViNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTZXBoaXRpcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kOTMzOWRmY2VhYTVkOTlhNTU3MWVjNDc0M2IwMDRkODI3YjIyOWVhZjAwZWI3MDNjZWQwM2E4NjAyOWYzYWQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Caught everywhere.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§fBlobfish§r §l§B§LDIAMOND\"},ExtraAttributes:{id:\"BLOBFISH_DIAMOND\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"06d24b16-c3ed-3261-82cc-d0979308ede1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzgzNjk4MCwKICAicHJvZmlsZUlkIiA6ICI4YjgyM2E1YmU0Njk0YjhiOTE0NmE5MWRhMjk4ZTViNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTZXBoaXRpcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kOTMzOWRmY2VhYTVkOTlhNTU3MWVjNDc0M2IwMDRkODI3YjIyOWVhZjAwZWI3MDNjZWQwM2E4NjAyOWYzYWQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Caught everywhere.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§fBlobfish§r §l§B§LDIAMOND\"},ExtraAttributes:{id:\"BLOBFISH_DIAMOND\"}}", "damage": 3, "lore": [ "§7Caught everywhere.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§f§lCOMMON TROPHY FISH" ], "internalname": "BLOBFISH_DIAMOND", diff --git a/items/BLOBFISH_GOLD.json b/items/BLOBFISH_GOLD.json index f531e1ec..2eeda7cf 100644 --- a/items/BLOBFISH_GOLD.json +++ b/items/BLOBFISH_GOLD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§fBlobfish§r §l§6§LGOLD", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bee0208b-80a9-3933-8ba6-d00e6ef40ba9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzg1MDU2MywKICAicHJvZmlsZUlkIiA6ICI3ZGEyYWIzYTkzY2E0OGVlODMwNDhhZmMzYjgwZTY4ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJHb2xkYXBmZWwiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmU5M2Q3MmMxOWU3YjkxN2YyMzNkYzI5MWI3NDkzOTFmMmQ4NzBlZjMwY2FmYzVmMTcyODEwMjNhZTE3YzJiOSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Caught everywhere.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§fBlobfish§r §l§6§LGOLD\"},ExtraAttributes:{id:\"BLOBFISH_GOLD\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bee0208b-80a9-3933-8ba6-d00e6ef40ba9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzg1MDU2MywKICAicHJvZmlsZUlkIiA6ICI3ZGEyYWIzYTkzY2E0OGVlODMwNDhhZmMzYjgwZTY4ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJHb2xkYXBmZWwiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmU5M2Q3MmMxOWU3YjkxN2YyMzNkYzI5MWI3NDkzOTFmMmQ4NzBlZjMwY2FmYzVmMTcyODEwMjNhZTE3YzJiOSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Caught everywhere.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§fBlobfish§r §l§6§LGOLD\"},ExtraAttributes:{id:\"BLOBFISH_GOLD\"}}", "damage": 3, "lore": [ "§7Caught everywhere.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§f§lCOMMON TROPHY FISH" ], "internalname": "BLOBFISH_GOLD", diff --git a/items/BLOBFISH_SILVER.json b/items/BLOBFISH_SILVER.json index 1cf64eba..f7152e24 100644 --- a/items/BLOBFISH_SILVER.json +++ b/items/BLOBFISH_SILVER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§fBlobfish§r §l§7§LSILVER", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b4850a38-0827-3be6-b2c3-0739a9f533ec\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzg2OTAwNywKICAicHJvZmlsZUlkIiA6ICJiMGQ0YjI4YmMxZDc0ODg5YWYwZTg2NjFjZWU5NmFhYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNaW5lU2tpbl9vcmciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDBlNjYyOGU1YzM1OGUwODBkMzE4MGM3NDI0YjcwMzcxZTY3ZTU3MjQwMjBiNjhhNjRkNjBhYjQxZmU3MGJhZSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Caught everywhere.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§f§lCOMMON TROPHY FISH\"],Name:\"§fBlobfish§r §l§7§LSILVER\"},ExtraAttributes:{id:\"BLOBFISH_SILVER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b4850a38-0827-3be6-b2c3-0739a9f533ec\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzg2OTAwNywKICAicHJvZmlsZUlkIiA6ICJiMGQ0YjI4YmMxZDc0ODg5YWYwZTg2NjFjZWU5NmFhYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNaW5lU2tpbl9vcmciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDBlNjYyOGU1YzM1OGUwODBkMzE4MGM3NDI0YjcwMzcxZTY3ZTU3MjQwMjBiNjhhNjRkNjBhYjQxZmU3MGJhZSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Caught everywhere.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§f§lCOMMON TROPHY FISH\"],Name:\"§fBlobfish§r §l§7§LSILVER\"},ExtraAttributes:{id:\"BLOBFISH_SILVER\"}}", "damage": 3, "lore": [ "§7Caught everywhere.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§f§lCOMMON TROPHY FISH" ], "internalname": "BLOBFISH_SILVER", diff --git a/items/BRONZE_HUNTER_BOOTS.json b/items/BRONZE_HUNTER_BOOTS.json new file mode 100644 index 00000000..1975fa19 --- /dev/null +++ b/items/BRONZE_HUNTER_BOOTS.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§aBronze Hunter Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+100\",1:\"§7Defense: §a+100\",2:\" §8[§7⚔§8]\",3:\"\",4:\"§6Full Set Bonus: Peace Treaty\",5:\"§7Gain immunity to Sea Creatures\",6:\"§7but they are immune to you and\",7:\"§7you can no longer catch them.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§7§4❣ §cRequires §cNovice Trophy\",11:\"§cFisher.\",12:\"§8§l* §8Soulbound §8§l*\",13:\"§a§lUNCOMMON BOOTS\"],Name:\"§aBronze Hunter Boots\"},ExtraAttributes:{id:\"BRONZE_HUNTER_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Health: §a+100", + "§7Defense: §a+100", + " §8[§7⚔§8]", + "", + "§6Full Set Bonus: Peace Treaty", + "§7Gain immunity to Sea Creatures", + "§7but they are immune to you and", + "§7you can no longer catch them.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §cNovice Trophy", + "§cFisher.", + "§8§l* §8Soulbound §8§l*", + "§a§lUNCOMMON BOOTS" + ], + "internalname": "BRONZE_HUNTER_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BRONZE_HUNTER_CHESTPLATE.json b/items/BRONZE_HUNTER_CHESTPLATE.json new file mode 100644 index 00000000..16804cb1 --- /dev/null +++ b/items/BRONZE_HUNTER_CHESTPLATE.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§aBronze Hunter Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+175\",1:\"§7Defense: §a+175\",2:\" §8[§7⚔§8]\",3:\"\",4:\"§6Full Set Bonus: Peace Treaty\",5:\"§7Gain immunity to Sea Creatures\",6:\"§7but they are immune to you and\",7:\"§7you can no longer catch them.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§7§4❣ §cRequires §cNovice Trophy\",11:\"§cFisher.\",12:\"§8§l* §8Soulbound §8§l*\",13:\"§a§lUNCOMMON CHESTPLATE\"],Name:\"§aBronze Hunter Chestplate\"},ExtraAttributes:{id:\"BRONZE_HUNTER_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Health: §a+175", + "§7Defense: §a+175", + " §8[§7⚔§8]", + "", + "§6Full Set Bonus: Peace Treaty", + "§7Gain immunity to Sea Creatures", + "§7but they are immune to you and", + "§7you can no longer catch them.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §cNovice Trophy", + "§cFisher.", + "§8§l* §8Soulbound §8§l*", + "§a§lUNCOMMON CHESTPLATE" + ], + "internalname": "BRONZE_HUNTER_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BRONZE_HUNTER_HELMET.json b/items/BRONZE_HUNTER_HELMET.json new file mode 100644 index 00000000..ff560a35 --- /dev/null +++ b/items/BRONZE_HUNTER_HELMET.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:leather_helmet", + "displayname": "§aBronze Hunter Helmet", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+120\",1:\"§7Defense: §a+120\",2:\" §8[§7⚔§8]\",3:\"\",4:\"§6Full Set Bonus: Peace Treaty\",5:\"§7Gain immunity to Sea Creatures\",6:\"§7but they are immune to you and\",7:\"§7you can no longer catch them.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§7§4❣ §cRequires §cNovice Trophy\",11:\"§cFisher.\",12:\"§8§l* §8Soulbound §8§l*\",13:\"§a§lUNCOMMON HELMET\"],Name:\"§aBronze Hunter Helmet\"},ExtraAttributes:{id:\"BRONZE_HUNTER_HELMET\"}}", + "damage": 0, + "lore": [ + "§7Health: §a+120", + "§7Defense: §a+120", + " §8[§7⚔§8]", + "", + "§6Full Set Bonus: Peace Treaty", + "§7Gain immunity to Sea Creatures", + "§7but they are immune to you and", + "§7you can no longer catch them.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §cNovice Trophy", + "§cFisher.", + "§8§l* §8Soulbound §8§l*", + "§a§lUNCOMMON HELMET" + ], + "internalname": "BRONZE_HUNTER_HELMET", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BRONZE_HUNTER_LEGGINGS.json b/items/BRONZE_HUNTER_LEGGINGS.json new file mode 100644 index 00000000..bc521960 --- /dev/null +++ b/items/BRONZE_HUNTER_LEGGINGS.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:leather_leggings", + "displayname": "§aBronze Hunter Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+150\",1:\"§7Defense: §a+150\",2:\" §8[§7⚔§8]\",3:\"\",4:\"§6Full Set Bonus: Peace Treaty\",5:\"§7Gain immunity to Sea Creatures\",6:\"§7but they are immune to you and\",7:\"§7you can no longer catch them.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§7§4❣ §cRequires §cNovice Trophy\",11:\"§cFisher.\",12:\"§8§l* §8Soulbound §8§l*\",13:\"§a§lUNCOMMON LEGGINGS\"],Name:\"§aBronze Hunter Leggings\"},ExtraAttributes:{id:\"BRONZE_HUNTER_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§7Health: §a+150", + "§7Defense: §a+150", + " §8[§7⚔§8]", + "", + "§6Full Set Bonus: Peace Treaty", + "§7Gain immunity to Sea Creatures", + "§7but they are immune to you and", + "§7you can no longer catch them.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §cNovice Trophy", + "§cFisher.", + "§8§l* §8Soulbound §8§l*", + "§a§lUNCOMMON LEGGINGS" + ], + "internalname": "BRONZE_HUNTER_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BURNING_CRIMSON_BOOTS.json b/items/BURNING_CRIMSON_BOOTS.json index ea5155c5..87d6ea4a 100644 --- a/items/BURNING_CRIMSON_BOOTS.json +++ b/items/BURNING_CRIMSON_BOOTS.json @@ -32,5 +32,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crimson_Armor" + ] }
\ No newline at end of file diff --git a/items/BURNING_CRIMSON_CHESTPLATE.json b/items/BURNING_CRIMSON_CHESTPLATE.json index 8ec2d228..1051fa2d 100644 --- a/items/BURNING_CRIMSON_CHESTPLATE.json +++ b/items/BURNING_CRIMSON_CHESTPLATE.json @@ -32,5 +32,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crimson_Armor" + ] }
\ No newline at end of file diff --git a/items/BURNING_CRIMSON_HELMET.json b/items/BURNING_CRIMSON_HELMET.json index 97afd38e..399e5e44 100644 --- a/items/BURNING_CRIMSON_HELMET.json +++ b/items/BURNING_CRIMSON_HELMET.json @@ -32,5 +32,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crimson_Armor" + ] }
\ No newline at end of file diff --git a/items/BURNING_CRIMSON_LEGGINGS.json b/items/BURNING_CRIMSON_LEGGINGS.json index 6edca299..91fb1e95 100644 --- a/items/BURNING_CRIMSON_LEGGINGS.json +++ b/items/BURNING_CRIMSON_LEGGINGS.json @@ -32,5 +32,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crimson_Armor" + ] }
\ No newline at end of file diff --git a/items/BURSTFIRE_DAGGER.json b/items/BURSTFIRE_DAGGER.json index 799b745d..a34ae89b 100644 --- a/items/BURSTFIRE_DAGGER.json +++ b/items/BURSTFIRE_DAGGER.json @@ -47,5 +47,8 @@ "crafttext": "", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Kindlebane_Dagger" + ] }
\ No newline at end of file diff --git a/items/BURSTMAW_DAGGER.json b/items/BURSTMAW_DAGGER.json index 5521cd85..419088e8 100644 --- a/items/BURSTMAW_DAGGER.json +++ b/items/BURSTMAW_DAGGER.json @@ -49,5 +49,8 @@ "crafttext": "", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mawdredge_Dagger" + ] }
\ No newline at end of file diff --git a/items/BURSTSTOPPER_ARTIFACT.json b/items/BURSTSTOPPER_ARTIFACT.json new file mode 100644 index 00000000..b86e5140 --- /dev/null +++ b/items/BURSTSTOPPER_ARTIFACT.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Burststopper Artifact", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1b16b8df-088d-3f72-b717-42c3e11df12d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTYzOTQ4NzcwMSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODljYmJiZTdlZDAzNTZkNTg0NjU5NmM0YWQxY2ZhOWZhNzE5ZGIxYzQ1NjhmM2Y3ZjBjNzk3OWU3YTQwMTIwOCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Strength: §c+2\",1:\"§7True Defense: §a+3\",2:\"\",3:\"§7If an incoming hit would deal at\",4:\"§7least §c50% §7of your §c❤§7,\",5:\"§7multiply its damage by §a0.9§7.\",6:\"\",7:\"§7§4☠ §cRequires §5Blaze Slayer 7.\",8:\"§5§lEPIC ACCESSORY\"],Name:\"§f§f§5Burststopper Artifact\"},ExtraAttributes:{id:\"BURSTSTOPPER_ARTIFACT\"}}", + "damage": 3, + "lore": [ + "§7Strength: §c+2", + "§7True Defense: §a+3", + "", + "§7If an incoming hit would deal at", + "§7least §c50% §7of your §c❤§7,", + "§7multiply its damage by §a0.9§7.", + "", + "§7§4☠ §cRequires §5Blaze Slayer 7.", + "§5§lEPIC ACCESSORY" + ], + "recipe": { + "A1": "MOLTEN_POWDER:32", + "A2": "COMPACT_OOZE:20", + "A3": "MOLTEN_POWDER:32", + "B1": "COMPACT_OOZE:20", + "B2": "REFINED_TITANIUM:64", + "B3": "COMPACT_OOZE:20", + "C1": "MOLTEN_POWDER:32", + "C2": "COMPACT_OOZE:20", + "C3": "MOLTEN_POWDER:32" + }, + "internalname": "BURSTSTOPPER_ARTIFACT", + "clickcommand": "viewrecipe", + "slayer_req": "BLAZE_7", + "modver": "2.1.0-REL", + "infoType": "", + "crafttext": "" +}
\ No newline at end of file diff --git a/items/COMPACT_OOZE.json b/items/COMPACT_OOZE.json index 18dc976c..244f3599 100644 --- a/items/COMPACT_OOZE.json +++ b/items/COMPACT_OOZE.json @@ -16,5 +16,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Compact_Ooze" + ] }
\ No newline at end of file diff --git a/items/CRUDE_GABAGOOL_DISTILLATE.json b/items/CRUDE_GABAGOOL_DISTILLATE.json index 55b4bcde..e284a368 100644 --- a/items/CRUDE_GABAGOOL_DISTILLATE.json +++ b/items/CRUDE_GABAGOOL_DISTILLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Gabagool Distillate", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e33f8341-3ece-364c-a26b-a1d3b460645f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjIxMDI0NTE5MSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWZkMjMzM2I1ZWU0OWVjNWUzYWY0YzZmNDU1NTBiYzQ0Zjg4YmZiNGFkMGFiMjdiYWEzMzlhMDRiOTQzOTdhMiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§9§lRARE\"],Name:\"§9Gabagool Distillate\"},ExtraAttributes:{id:\"CRUDE_GABAGOOL_DISTILLATE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e33f8341-3ece-364c-a26b-a1d3b460645f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjIxMDI0NTE5MSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWZkMjMzM2I1ZWU0OWVjNWUzYWY0YzZmNDU1NTBiYzQ0Zjg4YmZiNGFkMGFiMjdiYWEzMzlhMDRiOTQzOTdhMiIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§9§lRARE\"],Name:\"§9Gabagool Distillate\"},ExtraAttributes:{id:\"CRUDE_GABAGOOL_DISTILLATE\"}}", "damage": 3, "lore": [ "§eRight-click to view recipes!", @@ -12,5 +12,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Distillates" + ] }
\ No newline at end of file diff --git a/items/CUP_OF_BLOOD.json b/items/CUP_OF_BLOOD.json index b3563e56..91f81124 100644 --- a/items/CUP_OF_BLOOD.json +++ b/items/CUP_OF_BLOOD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Cup of Blood", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d17ab030-ec6c-3a88-9805-50b5812690fb\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDMxY2Q3ZWQ0ZTRiZjA3YzNkZmQ5YmE0OTg3MDhlNzMwZTY5ZDgwNzMzNWFmZmFiYzEyZDg3ZmY1NDJmNmE4OCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§7§oEww\",1:\"\",2:\"§8§l* §8Co-op Soulbound §8§l*\",3:\"§9§lRARE\"],Name:\"§9Cup of Blood\"},ExtraAttributes:{id:\"CUP_OF_BLOOD\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d17ab030-ec6c-3a88-9805-50b5812690fb\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDMxY2Q3ZWQ0ZTRiZjA3YzNkZmQ5YmE0OTg3MDhlNzMwZTY5ZDgwNzMzNWFmZmFiYzEyZDg3ZmY1NDJmNmE4OCJ9fX0=\"}]}},display:{Lore:[0:\"§7§7§oEww\",1:\"\",2:\"§8§l* §8Co-op Soulbound §8§l*\",3:\"§9§lRARE\"],Name:\"§9Cup of Blood\"},ExtraAttributes:{id:\"CUP_OF_BLOOD\"}}", "damage": 3, "lore": [ "§7§7§oEww", @@ -13,5 +13,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Cup_of_Blood" + ] }
\ No newline at end of file diff --git a/items/DEAN_LETTER_OF_RECOMMENDATION.json b/items/DEAN_LETTER_OF_RECOMMENDATION.json new file mode 100644 index 00000000..1c0cffd1 --- /dev/null +++ b/items/DEAN_LETTER_OF_RECOMMENDATION.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:paper", + "displayname": "§9Letter of Recommendation", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7A letter of recommendation from\",1:\"§7Dean advocating for §bEisengolem\",2:\"§b§7to join the §5Mage §7faction!\",3:\"\",4:\"§8§l* §8Soulbound §8§l*\",5:\"§9§lRARE\"],Name:\"§9Letter of Recommendation\"},ExtraAttributes:{id:\"DEAN_LETTER_OF_RECOMMENDATION\"}}", + "damage": 0, + "lore": [ + "§7A letter of recommendation from", + "§7Dean advocating for §bEisengolem", + "§b§7to join the §5Mage §7faction!", + "", + "§8§l* §8Soulbound §8§l*", + "§9§lRARE" + ], + "internalname": "DEAN_LETTER_OF_RECOMMENDATION", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DESTRUCTION_CLOAK.json b/items/DESTRUCTION_CLOAK.json new file mode 100644 index 00000000..f39e3400 --- /dev/null +++ b/items/DESTRUCTION_CLOAK.json @@ -0,0 +1,36 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Destruction Cloak", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5af2a217-11ae-3cfa-9329-faca8e77ef9c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjE0NTg4MDQ5NywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDJjZmM0MzdjNDI5MWE4MWQ0ZDU2ZWEwM2QyMGIwNThkODk3MzVhNzA5MTEwZWM1ZDEwNzI1ZDRjZWU2ODQyOSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Strength: §c+15\",1:\"§7Crit Damage: §c+15%\",2:\"§7Health: §a+60\",3:\"§7Magic Find: §a+1\",4:\"\",5:\"§7Heal §c0.5%❤ §7every 2 seconds.\",6:\"§7Gain §a+1% §7Foraging exp.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§7§4☠ §cRequires §5Blaze Slayer 5.\",10:\"§5§lEPIC CLOAK\"],Name:\"§5Destruction Cloak\"},ExtraAttributes:{id:\"DESTRUCTION_CLOAK\"}}", + "damage": 3, + "lore": [ + "§7Strength: §c+15", + "§7Crit Damage: §c+15%", + "§7Health: §a+60", + "§7Magic Find: §a+1", + "", + "§7Heal §c0.5%❤ §7every 2 seconds.", + "§7Gain §a+1% §7Foraging exp.", + "", + "§7§8This item can be reforged!", + "§7§4☠ §cRequires §5Blaze Slayer 5.", + "§5§lEPIC CLOAK" + ], + "recipe": { + "A1": "WOOD_SINGULARITY:1", + "A2": "WOOD_SINGULARITY:1", + "A3": "WOOD_SINGULARITY:1", + "B1": "MOLTEN_POWDER:48", + "B2": "ENCHANTED_SULPHUR_CUBE:4", + "B3": "MOLTEN_POWDER:48", + "C1": "MOLTEN_POWDER:48", + "C2": "ENCHANTED_SULPHUR_CUBE:4", + "C3": "MOLTEN_POWDER:48" + }, + "internalname": "DESTRUCTION_CLOAK", + "crafttext": "", + "slayer_req": "BLAZE_5", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DIAMOND_HUNTER_BOOTS.json b/items/DIAMOND_HUNTER_BOOTS.json new file mode 100644 index 00000000..094203ab --- /dev/null +++ b/items/DIAMOND_HUNTER_BOOTS.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:diamond_boots", + "displayname": "§6Diamond Hunter Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+130\",1:\"§7Defense: §a+130\",2:\" §8[§7⚔§8] §8[§8⚔§8]\",3:\"\",4:\"§6Full Set Bonus: Peace Treaty\",5:\"§7Gain immunity to Sea Creatures\",6:\"§7but they are immune to you and\",7:\"§7you can no longer catch them.\",8:\"\",9:\"§6Full Set Bonus: Odger\u0027s Blessing\",10:\"§7Increases the chance to catch\",11:\"§7Trophy Fish by §a15%§7.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §cMaster Trophy\",15:\"§cFisher.\",16:\"§8§l* §8Soulbound §8§l*\",17:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Diamond Hunter Boots\"},ExtraAttributes:{id:\"DIAMOND_HUNTER_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Health: §a+130", + "§7Defense: §a+130", + " §8[§7⚔§8] §8[§8⚔§8]", + "", + "§6Full Set Bonus: Peace Treaty", + "§7Gain immunity to Sea Creatures", + "§7but they are immune to you and", + "§7you can no longer catch them.", + "", + "§6Full Set Bonus: Odger\u0027s Blessing", + "§7Increases the chance to catch", + "§7Trophy Fish by §a15%§7.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §cMaster Trophy", + "§cFisher.", + "§8§l* §8Soulbound §8§l*", + "§6§lLEGENDARY BOOTS" + ], + "internalname": "DIAMOND_HUNTER_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DIAMOND_HUNTER_CHESTPLATE.json b/items/DIAMOND_HUNTER_CHESTPLATE.json new file mode 100644 index 00000000..c240521b --- /dev/null +++ b/items/DIAMOND_HUNTER_CHESTPLATE.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:diamond_chestplate", + "displayname": "§6Diamond Hunter Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+205\",1:\"§7Defense: §a+205\",2:\" §8[§7⚔§8] §8[§8⚔§8]\",3:\"\",4:\"§6Full Set Bonus: Peace Treaty\",5:\"§7Gain immunity to Sea Creatures\",6:\"§7but they are immune to you and\",7:\"§7you can no longer catch them.\",8:\"\",9:\"§6Full Set Bonus: Odger\u0027s Blessing\",10:\"§7Increases the chance to catch\",11:\"§7Trophy Fish by §a15%§7.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §cMaster Trophy\",15:\"§cFisher.\",16:\"§8§l* §8Soulbound §8§l*\",17:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Diamond Hunter Chestplate\"},ExtraAttributes:{id:\"DIAMOND_HUNTER_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Health: §a+205", + "§7Defense: §a+205", + " §8[§7⚔§8] §8[§8⚔§8]", + "", + "§6Full Set Bonus: Peace Treaty", + "§7Gain immunity to Sea Creatures", + "§7but they are immune to you and", + "§7you can no longer catch them.", + "", + "§6Full Set Bonus: Odger\u0027s Blessing", + "§7Increases the chance to catch", + "§7Trophy Fish by §a15%§7.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §cMaster Trophy", + "§cFisher.", + "§8§l* §8Soulbound §8§l*", + "§6§lLEGENDARY CHESTPLATE" + ], + "internalname": "DIAMOND_HUNTER_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DIAMOND_HUNTER_HELMET.json b/items/DIAMOND_HUNTER_HELMET.json new file mode 100644 index 00000000..0412e1fd --- /dev/null +++ b/items/DIAMOND_HUNTER_HELMET.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:diamond_helmet", + "displayname": "§6Diamond Hunter Helmet", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+150\",1:\"§7Defense: §a+150\",2:\" §8[§7⚔§8] §8[§8⚔§8]\",3:\"\",4:\"§6Full Set Bonus: Peace Treaty\",5:\"§7Gain immunity to Sea Creatures\",6:\"§7but they are immune to you and\",7:\"§7you can no longer catch them.\",8:\"\",9:\"§6Full Set Bonus: Odger\u0027s Blessing\",10:\"§7Increases the chance to catch\",11:\"§7Trophy Fish by §a15%§7.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §cMaster Trophy\",15:\"§cFisher.\",16:\"§8§l* §8Soulbound §8§l*\",17:\"§6§lLEGENDARY HELMET\"],Name:\"§6Diamond Hunter Helmet\"},ExtraAttributes:{id:\"DIAMOND_HUNTER_HELMET\"}}", + "damage": 0, + "lore": [ + "§7Health: §a+150", + "§7Defense: §a+150", + " §8[§7⚔§8] §8[§8⚔§8]", + "", + "§6Full Set Bonus: Peace Treaty", + "§7Gain immunity to Sea Creatures", + "§7but they are immune to you and", + "§7you can no longer catch them.", + "", + "§6Full Set Bonus: Odger\u0027s Blessing", + "§7Increases the chance to catch", + "§7Trophy Fish by §a15%§7.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §cMaster Trophy", + "§cFisher.", + "§8§l* §8Soulbound §8§l*", + "§6§lLEGENDARY HELMET" + ], + "internalname": "DIAMOND_HUNTER_HELMET", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DIAMOND_HUNTER_LEGGINGS.json b/items/DIAMOND_HUNTER_LEGGINGS.json new file mode 100644 index 00000000..21ad87f4 --- /dev/null +++ b/items/DIAMOND_HUNTER_LEGGINGS.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:diamond_leggings", + "displayname": "§6Diamond Hunter Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+180\",1:\"§7Defense: §a+180\",2:\" §8[§7⚔§8] §8[§8⚔§8]\",3:\"\",4:\"§6Full Set Bonus: Peace Treaty\",5:\"§7Gain immunity to Sea Creatures\",6:\"§7but they are immune to you and\",7:\"§7you can no longer catch them.\",8:\"\",9:\"§6Full Set Bonus: Odger\u0027s Blessing\",10:\"§7Increases the chance to catch\",11:\"§7Trophy Fish by §a15%§7.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §cMaster Trophy\",15:\"§cFisher.\",16:\"§8§l* §8Soulbound §8§l*\",17:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Diamond Hunter Leggings\"},ExtraAttributes:{id:\"DIAMOND_HUNTER_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§7Health: §a+180", + "§7Defense: §a+180", + " §8[§7⚔§8] §8[§8⚔§8]", + "", + "§6Full Set Bonus: Peace Treaty", + "§7Gain immunity to Sea Creatures", + "§7but they are immune to you and", + "§7you can no longer catch them.", + "", + "§6Full Set Bonus: Odger\u0027s Blessing", + "§7Increases the chance to catch", + "§7Trophy Fish by §a15%§7.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §cMaster Trophy", + "§cFisher.", + "§8§l* §8Soulbound §8§l*", + "§6§lLEGENDARY LEGGINGS" + ], + "internalname": "DIAMOND_HUNTER_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ENCHANTED_MYCELIUM.json b/items/ENCHANTED_MYCELIUM.json index bd6e8899..f455206c 100644 --- a/items/ENCHANTED_MYCELIUM.json +++ b/items/ENCHANTED_MYCELIUM.json @@ -23,6 +23,7 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Mycelium", "https://wiki.hypixel.net/Enchanted_Mycelium" ] }
\ No newline at end of file diff --git a/items/ENCHANTED_MYCELIUM_CUBE.json b/items/ENCHANTED_MYCELIUM_CUBE.json index 6f61efe4..eb09dcfc 100644 --- a/items/ENCHANTED_MYCELIUM_CUBE.json +++ b/items/ENCHANTED_MYCELIUM_CUBE.json @@ -21,5 +21,8 @@ "crafttext": "Requires: Mycelium VII", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Mycelium_Cube" + ] }
\ No newline at end of file diff --git a/items/ENCHANTED_SULPHUR.json b/items/ENCHANTED_SULPHUR.json index 0224c47d..aaf02f2d 100644 --- a/items/ENCHANTED_SULPHUR.json +++ b/items/ENCHANTED_SULPHUR.json @@ -18,7 +18,7 @@ "C3": "" }, "internalname": "ENCHANTED_SULPHUR", - "crafttext": "", + "crafttext": "Requires: Sulphur II", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", diff --git a/items/ENCHANTED_SULPHUR_CUBE.json b/items/ENCHANTED_SULPHUR_CUBE.json index dc07aaba..f518d1e7 100644 --- a/items/ENCHANTED_SULPHUR_CUBE.json +++ b/items/ENCHANTED_SULPHUR_CUBE.json @@ -18,11 +18,12 @@ "C3": "" }, "internalname": "ENCHANTED_SULPHUR_CUBE", - "crafttext": "", + "crafttext": "Requires: Sulphur VI", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Sulphur_Cube", "https://wiki.hypixel.net/Enchanted_Sulphur_Cube" ] }
\ No newline at end of file diff --git a/items/ENDER_MONOCLE.json b/items/ENDER_MONOCLE.json index 9d5c04ea..db4c3825 100644 --- a/items/ENDER_MONOCLE.json +++ b/items/ENDER_MONOCLE.json @@ -24,5 +24,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ender_Monocle" + ] }
\ No newline at end of file diff --git a/items/END_STONE_SHULKER.json b/items/END_STONE_SHULKER.json index 20ee3ec1..72141a55 100644 --- a/items/END_STONE_SHULKER.json +++ b/items/END_STONE_SHULKER.json @@ -27,5 +27,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/End_Stone_Shulker" + ] }
\ No newline at end of file diff --git a/items/FIERY_BURST_RUNE;1.json b/items/FIERY_BURST_RUNE;1.json new file mode 100644 index 00000000..ee70ce4d --- /dev/null +++ b/items/FIERY_BURST_RUNE;1.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§c◆ Fiery Burst Rune I", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"983fd05e-d9e2-3dbc-9185-28e3138ccb34\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjA2OTEzMDkyMCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGQ2MjBlNGUzZDNhYmZlZDZhZDgxYTU4YTU2YmNkMDg1ZDllOWVmYzgwM2NhYmIyMWZhNmM5ZTM5NjllMmQyZSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Requires level 25\",1:\"§8Hoes\",2:\"\",3:\"§7Obtained very rarely from\",4:\"§7slaying Inferno Demonlord.\",5:\"\",6:\"§7Apply this rune to hoes or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§c◆ Fiery Burst Rune I\"},ExtraAttributes:{runes:{FIERY_BURST:1},id:\"FIERY_BURST_RUNE;1\"}}", + "damage": 3, + "lore": [ + "§8Requires level 25", + "§8Hoes", + "", + "§7Obtained very rarely from", + "§7slaying Inferno Demonlord.", + "", + "§7Apply this rune to hoes or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "FIERY_BURST_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/FIERY_BURST_RUNE;2.json b/items/FIERY_BURST_RUNE;2.json new file mode 100644 index 00000000..ea9e5a27 --- /dev/null +++ b/items/FIERY_BURST_RUNE;2.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§c◆ Fiery Burst Rune II", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"983fd05e-d9e2-3dbc-9185-28e3138ccb34\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjA2OTEzMDkyMCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGQ2MjBlNGUzZDNhYmZlZDZhZDgxYTU4YTU2YmNkMDg1ZDllOWVmYzgwM2NhYmIyMWZhNmM5ZTM5NjllMmQyZSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Requires level 25\",1:\"§8Hoes\",2:\"\",3:\"§7Obtained very rarely from\",4:\"§7slaying Inferno Demonlord.\",5:\"\",6:\"§7Apply this rune to hoes or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§c◆ Fiery Burst Rune II\"},ExtraAttributes:{runes:{FIERY_BURST:2},id:\"FIERY_BURST_RUNE;2\"}}", + "damage": 3, + "lore": [ + "§8Requires level 25", + "§8Hoes", + "", + "§7Obtained very rarely from", + "§7slaying Inferno Demonlord.", + "", + "§7Apply this rune to hoes or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "FIERY_BURST_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/FIERY_BURST_RUNE;3.json b/items/FIERY_BURST_RUNE;3.json new file mode 100644 index 00000000..1aa68de4 --- /dev/null +++ b/items/FIERY_BURST_RUNE;3.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§c◆ Fiery Burst Rune III", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"983fd05e-d9e2-3dbc-9185-28e3138ccb34\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjA2OTEzMDkyMCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGQ2MjBlNGUzZDNhYmZlZDZhZDgxYTU4YTU2YmNkMDg1ZDllOWVmYzgwM2NhYmIyMWZhNmM5ZTM5NjllMmQyZSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Requires level 25\",1:\"§8Hoes\",2:\"\",3:\"§7Obtained very rarely from\",4:\"§7slaying Inferno Demonlord.\",5:\"\",6:\"§7Apply this rune to hoes or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§c◆ Fiery Burst Rune III\"},ExtraAttributes:{runes:{FIERY_BURST:3},id:\"FIERY_BURST_RUNE;3\"}}", + "damage": 3, + "lore": [ + "§8Requires level 25", + "§8Hoes", + "", + "§7Obtained very rarely from", + "§7slaying Inferno Demonlord.", + "", + "§7Apply this rune to hoes or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "FIERY_BURST_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/FIERY_CRIMSON_BOOTS.json b/items/FIERY_CRIMSON_BOOTS.json index 08f1f664..3f44b180 100644 --- a/items/FIERY_CRIMSON_BOOTS.json +++ b/items/FIERY_CRIMSON_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Fiery Crimson Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+60\",1:\"§7Crit Damage: §c+40%\",2:\"§7Health: §a+260\",3:\"§7Defense: §a+80\",4:\"§7Intelligence: §a+10\",5:\"\",6:\"§8Inactive Tiered Armor Bonus: Dominus\",7:\"§7For every enemy you killed with\",8:\"§7a melee attack gain a stack of\",9:\"§7Dominus. Each Dominus stack\",10:\"§7grants §e0.1 §7block melee\",11:\"§7range. At §c5 §7stacks also\",12:\"§7swipe in a random direction\",13:\"§7hitting every enemy in the path\",14:\"§7of the swipe. Stacks expire\",15:\"§7after §c4 §7seconds.\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§8§l* §8Co-op Soulbound §8§l*\",19:\"§6§lLEGENDARY BOOTS\"],color:15094528,Name:\"§6Fiery Crimson Boots\"},ExtraAttributes:{id:\"FIERY_CRIMSON_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+60\",1:\"§7Crit Damage: §c+40%\",2:\"§7Health: §a+260\",3:\"§7Defense: §a+80\",4:\"§7Intelligence: §a+10\",5:\" §8[§8⚔§8] §8[§8⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Dominus (0/4)\",8:\"§7For every melee kill gain §c1\",9:\"§c§7stack of §6Dominus§7.\",10:\"§7Each §6Dominus §7stack grants\",11:\"§7§e0.1 §7melee range.\",12:\"§7At §c10 §7stacks also §dswipe\",13:\"§d§7in a random direction hitting\",14:\"§7every enemy in the path of the\",15:\"§7swipe.\",16:\"§7\",17:\"§7Lose 1 stack after §c4s §7of not\",18:\"§7gaining a stack.\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§8§l* §8Co-op Soulbound §8§l*\",22:\"§6§lLEGENDARY BOOTS\"],color:15094528,Name:\"§6Fiery Crimson Boots\"},ExtraAttributes:{id:\"FIERY_CRIMSON_BOOTS\"}}", "damage": 0, "lore": [ "§7Strength: §c+60", @@ -32,5 +32,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crimson_Armor" + ] }
\ No newline at end of file diff --git a/items/FIERY_CRIMSON_CHESTPLATE.json b/items/FIERY_CRIMSON_CHESTPLATE.json index 31e06259..dc077eb9 100644 --- a/items/FIERY_CRIMSON_CHESTPLATE.json +++ b/items/FIERY_CRIMSON_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Fiery Crimson Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+60\",1:\"§7Crit Damage: §c+40%\",2:\"§7Health: §a+460\",3:\"§7Defense: §a+130\",4:\"§7Intelligence: §a+10\",5:\"\",6:\"§8Inactive Tiered Armor Bonus: Dominus\",7:\"§7For every enemy you killed with\",8:\"§7a melee attack gain a stack of\",9:\"§7Dominus. Each Dominus stack\",10:\"§7grants §e0.1 §7block melee\",11:\"§7range. At §c5 §7stacks also\",12:\"§7swipe in a random direction\",13:\"§7hitting every enemy in the path\",14:\"§7of the swipe. Stacks expire\",15:\"§7after §c4 §7seconds.\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§8§l* §8Co-op Soulbound §8§l*\",19:\"§6§lLEGENDARY CHESTPLATE\"],color:16740108,Name:\"§6Fiery Crimson Chestplate\"},ExtraAttributes:{id:\"FIERY_CRIMSON_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+60\",1:\"§7Crit Damage: §c+40%\",2:\"§7Health: §a+460\",3:\"§7Defense: §a+130\",4:\"§7Intelligence: §a+10\",5:\" §8[§8⚔§8] §8[§8⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Dominus (0/4)\",8:\"§7For every melee kill gain §c1\",9:\"§c§7stack of §6Dominus§7.\",10:\"§7Each §6Dominus §7stack grants\",11:\"§7§e0.1 §7melee range.\",12:\"§7At §c10 §7stacks also §dswipe\",13:\"§d§7in a random direction hitting\",14:\"§7every enemy in the path of the\",15:\"§7swipe.\",16:\"§7\",17:\"§7Lose 1 stack after §c4s §7of not\",18:\"§7gaining a stack.\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§8§l* §8Co-op Soulbound §8§l*\",22:\"§6§lLEGENDARY CHESTPLATE\"],color:16740108,Name:\"§6Fiery Crimson Chestplate\"},ExtraAttributes:{id:\"FIERY_CRIMSON_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Strength: §c+60", @@ -32,5 +32,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crimson_Armor" + ] }
\ No newline at end of file diff --git a/items/FIERY_CRIMSON_HELMET.json b/items/FIERY_CRIMSON_HELMET.json index e984c6f0..7fed5915 100644 --- a/items/FIERY_CRIMSON_HELMET.json +++ b/items/FIERY_CRIMSON_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Fiery Crimson Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b9f650e7-9ca7-3c0f-a018-7590f337be36\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDM2NTM3OSwKICAicHJvZmlsZUlkIiA6ICI2OTBkMDM2OGM2NTE0OGM5ODZjMzEwN2FjMmRjNjFlYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJ5emZyXzciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTFmMGM3YWZmZjE3ODI0NjVkOGNkYjVlYmEyNjFiNjU0MjNhN2EwNzEyZWUzYTRjNTcyYzMzZjk0YzY4YzU1IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Strength: §c+60\",1:\"§7Crit Damage: §c+40%\",2:\"§7Health: §a+320\",3:\"§7Defense: §a+100\",4:\"§7Intelligence: §a+30\",5:\"\",6:\"§8Inactive Tiered Armor Bonus: Dominus\",7:\"§7For every enemy you killed with\",8:\"§7a melee attack gain a stack of\",9:\"§7Dominus. Each Dominus stack\",10:\"§7grants §e0.1 §7block melee\",11:\"§7range. At §c5 §7stacks also\",12:\"§7swipe in a random direction\",13:\"§7hitting every enemy in the path\",14:\"§7of the swipe. Stacks expire\",15:\"§7after §c4 §7seconds.\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§8§l* §8Co-op Soulbound §8§l*\",19:\"§6§lLEGENDARY HELMET\"],Name:\"§6Fiery Crimson Helmet\"},ExtraAttributes:{id:\"FIERY_CRIMSON_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b9f650e7-9ca7-3c0f-a018-7590f337be36\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDM2NTM3OSwKICAicHJvZmlsZUlkIiA6ICI2OTBkMDM2OGM2NTE0OGM5ODZjMzEwN2FjMmRjNjFlYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJ5emZyXzciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTFmMGM3YWZmZjE3ODI0NjVkOGNkYjVlYmEyNjFiNjU0MjNhN2EwNzEyZWUzYTRjNTcyYzMzZjk0YzY4YzU1IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Strength: §c+60\",1:\"§7Crit Damage: §c+40%\",2:\"§7Health: §a+320\",3:\"§7Defense: §a+100\",4:\"§7Intelligence: §a+30\",5:\" §8[§8⚔§8] §8[§8⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Dominus (0/4)\",8:\"§7For every melee kill gain §c1\",9:\"§c§7stack of §6Dominus§7.\",10:\"§7Each §6Dominus §7stack grants\",11:\"§7§e0.1 §7melee range.\",12:\"§7At §c10 §7stacks also §dswipe\",13:\"§d§7in a random direction hitting\",14:\"§7every enemy in the path of the\",15:\"§7swipe.\",16:\"§7\",17:\"§7Lose 1 stack after §c4s §7of not\",18:\"§7gaining a stack.\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§8§l* §8Co-op Soulbound §8§l*\",22:\"§6§lLEGENDARY HELMET\"],Name:\"§6Fiery Crimson Helmet\"},ExtraAttributes:{id:\"FIERY_CRIMSON_HELMET\"}}", "damage": 3, "lore": [ "§7Strength: §c+60", @@ -32,5 +32,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crimson_Armor" + ] }
\ No newline at end of file diff --git a/items/FIERY_CRIMSON_LEGGINGS.json b/items/FIERY_CRIMSON_LEGGINGS.json index 93e0bad4..15701db6 100644 --- a/items/FIERY_CRIMSON_LEGGINGS.json +++ b/items/FIERY_CRIMSON_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Fiery Crimson Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+60\",1:\"§7Crit Damage: §c+40%\",2:\"§7Health: §a+410\",3:\"§7Defense: §a+110\",4:\"§7Intelligence: §a+10\",5:\"\",6:\"§8Inactive Tiered Armor Bonus: Dominus\",7:\"§7For every enemy you killed with\",8:\"§7a melee attack gain a stack of\",9:\"§7Dominus. Each Dominus stack\",10:\"§7grants §e0.1 §7block melee\",11:\"§7range. At §c5 §7stacks also\",12:\"§7swipe in a random direction\",13:\"§7hitting every enemy in the path\",14:\"§7of the swipe. Stacks expire\",15:\"§7after §c4 §7seconds.\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§8§l* §8Co-op Soulbound §8§l*\",19:\"§6§lLEGENDARY LEGGINGS\"],color:15098117,Name:\"§6Fiery Crimson Leggings\"},ExtraAttributes:{id:\"FIERY_CRIMSON_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+60\",1:\"§7Crit Damage: §c+40%\",2:\"§7Health: §a+410\",3:\"§7Defense: §a+110\",4:\"§7Intelligence: §a+10\",5:\" §8[§8⚔§8] §8[§8⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Dominus (0/4)\",8:\"§7For every melee kill gain §c1\",9:\"§c§7stack of §6Dominus§7.\",10:\"§7Each §6Dominus §7stack grants\",11:\"§7§e0.1 §7melee range.\",12:\"§7At §c10 §7stacks also §dswipe\",13:\"§d§7in a random direction hitting\",14:\"§7every enemy in the path of the\",15:\"§7swipe.\",16:\"§7\",17:\"§7Lose 1 stack after §c4s §7of not\",18:\"§7gaining a stack.\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§8§l* §8Co-op Soulbound §8§l*\",22:\"§6§lLEGENDARY LEGGINGS\"],color:15098117,Name:\"§6Fiery Crimson Leggings\"},ExtraAttributes:{id:\"FIERY_CRIMSON_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Strength: §c+60", @@ -32,5 +32,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crimson_Armor" + ] }
\ No newline at end of file diff --git a/items/FIRE_FURY_STAFF.json b/items/FIRE_FURY_STAFF.json index a69acd33..6ddd2b92 100644 --- a/items/FIRE_FURY_STAFF.json +++ b/items/FIRE_FURY_STAFF.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:blaze_rod", "displayname": "§5Fire Fury Staff", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+100\",1:\"§7Intelligence: §a+300\",2:\" §8[§7✎§8]\",3:\"\",4:\"§6Ability: Firestorm §e§lRIGHT CLICK\",5:\"§7Shoots a projectile that on\",6:\"§7impact creates a firestorm,\",7:\"§7dealing up to §c154,149.4\",8:\"§c§7damage over 10 seconds to mobs\",9:\"§7in a 7 block radius.\",10:\"§8Mana Cost: §31,000\",11:\"§8Cooldown: §a20s\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§5§lEPIC SWORD\"],Name:\"§5Fire Fury Staff\"},ExtraAttributes:{id:\"FIRE_FURY_STAFF\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+100\",1:\"§7Intelligence: §a+300\",2:\" §8[§7✎§8]\",3:\"\",4:\"§6Ability: Firestorm §e§lRIGHT CLICK\",5:\"§7Shoots a projectile that on\",6:\"§7impact creates a firestorm,\",7:\"§7dealing up to §c362,555.8\",8:\"§c§7damage over 10 seconds to mobs\",9:\"§7in a 7 block radius.\",10:\"§8Mana Cost: §31,000\",11:\"§8Cooldown: §a20s\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§5§lEPIC SWORD\"],Name:\"§5Fire Fury Staff\"},ExtraAttributes:{id:\"FIRE_FURY_STAFF\",uuid:\"2a48c8e8-ce38-4c3d-a860-f277a04c55a8\",timestamp:\"4/28/22 4:33 AM\"}}", "damage": 0, "lore": [ "§7Damage: §c+100", @@ -11,7 +11,7 @@ "§6Ability: Firestorm §e§lRIGHT CLICK", "§7Shoots a projectile that on", "§7impact creates a firestorm,", - "§7dealing up to §c154,149.4", + "§7dealing up to §c362,555.8", "§c§7damage over 10 seconds to mobs", "§7in a 7 block radius.", "§8Mana Cost: §31,000", @@ -20,10 +20,21 @@ "§7§8This item can be reforged!", "§5§lEPIC SWORD" ], + "recipe": { + "A1": "", + "A2": "", + "A3": "COMPACT_OOZE:20", + "B1": "", + "B2": "REKINDLED_EMBER_FRAGMENT:20", + "B3": "", + "C1": "STICK:1", + "C2": "", + "C3": "" + }, "internalname": "FIRE_FURY_STAFF", - "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", + "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fire_Fury_Staff", diff --git a/items/FIRE_VEIL_WAND.json b/items/FIRE_VEIL_WAND.json index 3db664c6..1f89a15c 100644 --- a/items/FIRE_VEIL_WAND.json +++ b/items/FIRE_VEIL_WAND.json @@ -1,25 +1,36 @@ { "itemid": "minecraft:blaze_rod", "displayname": "§5Fire Veil Wand", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+50\",1:\"§7Intelligence: §a+200\",2:\"\",3:\"§6Ability: Fire Viel §e§lRIGHT CLICK\",4:\"§7Creates a veil of fire around\",5:\"§7you for §a5s§7, dealing\",6:\"§7§c55,053.4 §7damage per second\",7:\"§7to mobs within.\",8:\"§8Mana Cost: §3300\",9:\"§8Cooldown: §a1s\",10:\"\",11:\"§5§lEPIC WAND\"],Name:\"§5Fire Veil Wand\"},ExtraAttributes:{id:\"FIRE_VEIL_WAND\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+50\",1:\"§7Intelligence: §a+200\",2:\"\",3:\"§6Ability: Fire Veil §e§lRIGHT CLICK\",4:\"§7Creates a veil of fire around\",5:\"§7you for §a5s§7, dealing\",6:\"§7§c117,026.7 §7damage per second\",7:\"§7to mobs within.\",8:\"§8Mana Cost: §3300\",9:\"§8Cooldown: §a1s\",10:\"\",11:\"§5§lEPIC WAND\"],Name:\"§5Fire Veil Wand\"},ExtraAttributes:{id:\"FIRE_VEIL_WAND\",uuid:\"df1d2f49-18e4-48cb-b85d-a421f315f64d\",timestamp:\"4/28/22 4:49 AM\"}}", "damage": 0, "lore": [ "§7Damage: §c+50", "§7Intelligence: §a+200", "", - "§6Ability: Fire Viel §e§lRIGHT CLICK", + "§6Ability: Fire Veil §e§lRIGHT CLICK", "§7Creates a veil of fire around", "§7you for §a5s§7, dealing", - "§7§c55,053.4 §7damage per second", + "§7§c117,026.7 §7damage per second", "§7to mobs within.", "§8Mana Cost: §3300", "§8Cooldown: §a1s", "", "§5§lEPIC WAND" ], + "recipe": { + "A1": "", + "A2": "", + "A3": "LUMINO_FIBER:10", + "B1": "", + "B2": "SPELL_POWDER:10", + "B3": "", + "C1": "STICK:1", + "C2": "", + "C3": "" + }, "internalname": "FIRE_VEIL_WAND", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ diff --git a/items/FLAMING_HEART.json b/items/FLAMING_HEART.json index 08c9545f..0d8c1fea 100644 --- a/items/FLAMING_HEART.json +++ b/items/FLAMING_HEART.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Flaming Heart", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"56f6ce03-2a5a-3f3d-97e2-5e7051a154c9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzYwMTM5NzMyNCwKICAicHJvZmlsZUlkIiA6ICJmZDQ3Y2I4YjgzNjQ0YmY3YWIyYmUxODZkYjI1ZmMwZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJDVUNGTDEyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzg4M2I4NjI0MmRjMTQ5NmM4NDZiZTYwMWIzOTJiM2JhZTBjOWQ4ZmQ4ZTE3YmI5NWY4NjU5MmZhZjhkYzVkMTEiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7§7§oBurning passion.\",1:\"\",2:\"§8§l* §8Co-op Soulbound §8§l*\",3:\"§9§lRARE\"],Name:\"§9Flaming Heart\"},ExtraAttributes:{id:\"FLAMING_HEART\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"56f6ce03-2a5a-3f3d-97e2-5e7051a154c9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzYwMTM5NzMyNCwKICAicHJvZmlsZUlkIiA6ICJmZDQ3Y2I4YjgzNjQ0YmY3YWIyYmUxODZkYjI1ZmMwZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJDVUNGTDEyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzg4M2I4NjI0MmRjMTQ5NmM4NDZiZTYwMWIzOTJiM2JhZTBjOWQ4ZmQ4ZTE3YmI5NWY4NjU5MmZhZjhkYzVkMTEiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ==\"}]}},display:{Lore:[0:\"§7§7§oBurning passion.\",1:\"\",2:\"§8§l* §8Co-op Soulbound §8§l*\",3:\"§9§lRARE\"],Name:\"§9Flaming Heart\"},ExtraAttributes:{id:\"FLAMING_HEART\"}}", "damage": 3, "lore": [ "§7§7§oBurning passion.", @@ -13,5 +13,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Flaming_Heart" + ] }
\ No newline at end of file diff --git a/items/FLYFISH_BRONZE.json b/items/FLYFISH_BRONZE.json index 5477e65c..333d1810 100644 --- a/items/FLYFISH_BRONZE.json +++ b/items/FLYFISH_BRONZE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aFlyfish§r §l§8§LBRONZE", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"152f24af-3156-3f1c-8bf7-8a801abcfb4b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNjY2NDgwMSwKICAicHJvZmlsZUlkIiA6ICJmNThkZWJkNTlmNTA0MjIyOGY2MDIyMjExZDRjMTQwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJ1bnZlbnRpdmV0YWxlbnQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTE0MGM0MmZjM2ExYmEyZmU3N2M0NWI5NzVmYTg3ZThmNTRhMWIxODMzYmM3NmU2MzM5YjRjMjYyMzA0MDExZCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Caught from 8 blocks above.\",1:\"§7Found in Blazing Volcano.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§a§lUNCOMMON TROPHY FISH\"],Name:\"§aFlyfish§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"FLYFISH_BRONZE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"152f24af-3156-3f1c-8bf7-8a801abcfb4b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNjY2NDgwMSwKICAicHJvZmlsZUlkIiA6ICJmNThkZWJkNTlmNTA0MjIyOGY2MDIyMjExZDRjMTQwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJ1bnZlbnRpdmV0YWxlbnQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTE0MGM0MmZjM2ExYmEyZmU3N2M0NWI5NzVmYTg3ZThmNTRhMWIxODMzYmM3NmU2MzM5YjRjMjYyMzA0MDExZCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Caught from 8 blocks above.\",1:\"§7Found in Blazing Volcano.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§a§lUNCOMMON TROPHY FISH\"],Name:\"§aFlyfish§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"FLYFISH_BRONZE\"}}", "damage": 3, "lore": [ "§7Caught from 8 blocks above.", @@ -10,6 +10,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§a§lUNCOMMON TROPHY FISH" ], "internalname": "FLYFISH_BRONZE", diff --git a/items/FLYFISH_DIAMOND.json b/items/FLYFISH_DIAMOND.json index 5cfcc780..a7d6598f 100644 --- a/items/FLYFISH_DIAMOND.json +++ b/items/FLYFISH_DIAMOND.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§aFlyfish§r §l§B§LDIAMOND", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"86e86727-951b-3d1a-8edf-5370f14821c7\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNjY0MjgxMiwKICAicHJvZmlsZUlkIiA6ICJkOWQyZTg3ZjI1M2Q0NGI3YmYxMDc3OTZhZGRmODI2ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJIYWNrR2lybCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8xNTE2YzIzMzc5NzYyNmNlNWUwMTMyMTY2MDYyYWUxY2I0MzVjNTYxYzAwYTZmYTExYjM3ZTIyOTVmOGM3YzViIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Caught from 8 blocks above.\",1:\"§7Found in Blazing Volcano.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§a§lUNCOMMON TROPHY FISH\"],Name:\"§f§f§aFlyfish§r §l§B§LDIAMOND\"},ExtraAttributes:{id:\"FLYFISH_DIAMOND\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"86e86727-951b-3d1a-8edf-5370f14821c7\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNjY0MjgxMiwKICAicHJvZmlsZUlkIiA6ICJkOWQyZTg3ZjI1M2Q0NGI3YmYxMDc3OTZhZGRmODI2ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJIYWNrR2lybCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8xNTE2YzIzMzc5NzYyNmNlNWUwMTMyMTY2MDYyYWUxY2I0MzVjNTYxYzAwYTZmYTExYjM3ZTIyOTVmOGM3YzViIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Caught from 8 blocks above.\",1:\"§7Found in Blazing Volcano.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§a§lUNCOMMON TROPHY FISH\"],Name:\"§f§f§aFlyfish§r §l§B§LDIAMOND\"},ExtraAttributes:{id:\"FLYFISH_DIAMOND\"}}", "damage": 3, "lore": [ "§7Caught from 8 blocks above.", @@ -10,6 +10,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§a§lUNCOMMON TROPHY FISH" ], "internalname": "FLYFISH_DIAMOND", diff --git a/items/FLYFISH_GOLD.json b/items/FLYFISH_GOLD.json index 75f23d23..cc8c9685 100644 --- a/items/FLYFISH_GOLD.json +++ b/items/FLYFISH_GOLD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§aFlyfish§r §l§6§LGOLD", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"022ee27a-b8d8-36ba-bf6e-d9b6b79f7062\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNjYyNjg1NCwKICAicHJvZmlsZUlkIiA6ICJlZThjNWMzMGY3NWU0N2QxOTBmOTllNjI5NDgyOGZjMSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTcGFya19QaGFudG9tIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzYwNTFmYzNlYTRiODQ1OWRmODM5ZTY3YzE1N2U5ZDFhNzUzYmUwNjAzY2JmMThkM2MxMzUyZWJmNjFiNTg1ODEiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Caught from 8 blocks above.\",1:\"§7Found in Blazing Volcano.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§a§lUNCOMMON TROPHY FISH\"],Name:\"§f§f§aFlyfish§r §l§6§LGOLD\"},ExtraAttributes:{id:\"FLYFISH_GOLD\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"022ee27a-b8d8-36ba-bf6e-d9b6b79f7062\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNjYyNjg1NCwKICAicHJvZmlsZUlkIiA6ICJlZThjNWMzMGY3NWU0N2QxOTBmOTllNjI5NDgyOGZjMSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTcGFya19QaGFudG9tIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzYwNTFmYzNlYTRiODQ1OWRmODM5ZTY3YzE1N2U5ZDFhNzUzYmUwNjAzY2JmMThkM2MxMzUyZWJmNjFiNTg1ODEiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Caught from 8 blocks above.\",1:\"§7Found in Blazing Volcano.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§a§lUNCOMMON TROPHY FISH\"],Name:\"§f§f§aFlyfish§r §l§6§LGOLD\"},ExtraAttributes:{id:\"FLYFISH_GOLD\"}}", "damage": 3, "lore": [ "§7Caught from 8 blocks above.", @@ -10,6 +10,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§a§lUNCOMMON TROPHY FISH" ], "internalname": "FLYFISH_GOLD", diff --git a/items/FLYFISH_SILVER.json b/items/FLYFISH_SILVER.json index fe5ccc1b..e25a8d6c 100644 --- a/items/FLYFISH_SILVER.json +++ b/items/FLYFISH_SILVER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§aFlyfish§r §l§7§LSILVER", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"de3d6f04-aa32-3d5a-886b-f5f12f4c4a16\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNjYwNzE3OSwKICAicHJvZmlsZUlkIiA6ICI2MzMyMDgwZTY3YTI0Y2MxYjE3ZGJhNzZmM2MwMGYxZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJUZWFtSHlkcmEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWRjNTlkZjE5MzM2ZmE3YTg0ZTQ2Mzc1MTlkN2Y4NDNjMzhlNzY3M2ZmY2MzZjM5ZWRlZWQ5NTBlMjhkOGI1NyIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Caught from 8 blocks above.\",1:\"§7Found in Blazing Volcano.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§a§lUNCOMMON TROPHY FISH\"],Name:\"§f§f§aFlyfish§r §l§7§LSILVER\"},ExtraAttributes:{id:\"FLYFISH_SILVER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"de3d6f04-aa32-3d5a-886b-f5f12f4c4a16\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNjYwNzE3OSwKICAicHJvZmlsZUlkIiA6ICI2MzMyMDgwZTY3YTI0Y2MxYjE3ZGJhNzZmM2MwMGYxZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJUZWFtSHlkcmEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWRjNTlkZjE5MzM2ZmE3YTg0ZTQ2Mzc1MTlkN2Y4NDNjMzhlNzY3M2ZmY2MzZjM5ZWRlZWQ5NTBlMjhkOGI1NyIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Caught from 8 blocks above.\",1:\"§7Found in Blazing Volcano.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§a§lUNCOMMON TROPHY FISH\"],Name:\"§f§f§aFlyfish§r §l§7§LSILVER\"},ExtraAttributes:{id:\"FLYFISH_SILVER\"}}", "damage": 3, "lore": [ "§7Caught from 8 blocks above.", @@ -10,6 +10,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§a§lUNCOMMON TROPHY FISH" ], "internalname": "FLYFISH_SILVER", diff --git a/items/FURBALL.json b/items/FURBALL.json index 312b5610..2eaf0424 100644 --- a/items/FURBALL.json +++ b/items/FURBALL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Furball", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b234e187-5150-3d21-abe5-1cc0a9cda094\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1MDAyODM4MDA4NCwKICAicHJvZmlsZUlkIiA6ICIzZmM3ZmRmOTM5NjM0YzQxOTExOTliYTNmN2NjM2ZlZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJZZWxlaGEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjU0ODY3OGU0NGY5ZjYyZDM1MGMyNGEzZTAxOTA3YzA1NDViZWY2NjgxMDU5MDMzM2U2NTRiZDkzMWMxODdkYiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Power Stone\",1:\"\",2:\"§7Combine §a9x §7of this stone at the\",3:\"§7§6Thaumaturgist §7to permanently\",4:\"§7unlock the §aItchy §7power.\",5:\"\",6:\"§7At §6§kmmm§r §6Magical Power§7:\",7:\"§f+§kmmm✦§r §fSpeed\",8:\"§c+§kmmm❁§r §cStrength\",9:\"§9+§kmmm☠§r §9Crit Damage\",10:\"§e+§kmmm⚔§r §eBonus Attack Speed\",11:\"\",12:\"§7Unique Power Bonus:\",13:\"§c+15❁ Strength\",14:\"§9+15☠ Crit Damage\",15:\"\",16:\"§7Requires §aCombat Skill Level XX§7!\",17:\"\",18:\"§9§lRARE POWER STONE\"],Name:\"§f§f§9Furball\"},ExtraAttributes:{id:\"FURBALL\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b234e187-5150-3d21-abe5-1cc0a9cda094\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1MDAyODM4MDA4NCwKICAicHJvZmlsZUlkIiA6ICIzZmM3ZmRmOTM5NjM0YzQxOTExOTliYTNmN2NjM2ZlZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJZZWxlaGEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjU0ODY3OGU0NGY5ZjYyZDM1MGMyNGEzZTAxOTA3YzA1NDViZWY2NjgxMDU5MDMzM2U2NTRiZDkzMWMxODdkYiIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§8Power Stone\",1:\"\",2:\"§7Combine §a9x §7of this stone at the\",3:\"§7§6Thaumaturgist §7to permanently\",4:\"§7unlock the §aItchy §7power.\",5:\"\",6:\"§7At §6§kmmm§r §6Magical Power§7:\",7:\"§f+§kmmm✦§r §fSpeed\",8:\"§c+§kmmm❁§r §cStrength\",9:\"§9+§kmmm☠§r §9Crit Damage\",10:\"§e+§kmmm⚔§r §eBonus Attack Speed\",11:\"\",12:\"§7Unique Power Bonus:\",13:\"§c+15❁ Strength\",14:\"§9+15☠ Crit Damage\",15:\"\",16:\"§7Requires §aCombat Skill Level XX§7!\",17:\"\",18:\"§9§lRARE POWER STONE\"],Name:\"§f§f§9Furball\"},ExtraAttributes:{id:\"FURBALL\"}}", "damage": 3, "lore": [ "§8Power Stone", @@ -28,5 +28,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Furball" + ] }
\ No newline at end of file diff --git a/items/GAZING_PEARL.json b/items/GAZING_PEARL.json index 623644d1..def413c5 100644 --- a/items/GAZING_PEARL.json +++ b/items/GAZING_PEARL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Gazing Pearl", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6127ee8d-6ec0-3b59-958a-0894f3bde071\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MjQ0MzQ1NTczNywKICAicHJvZmlsZUlkIiA6ICJmYmVhZDcyNTQwNjI0NzM0YmNlNjc0OGUzNDdlNTFiOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJkX3ZpaWlkIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQ2ZTBhM2NjNjY1N2Q0MjA1ODE4ZmZlZjVjYzdiN2UzNmMzODFkNDI2OWI2OTAxMGM3Mjk3YTZmYTY4ZDgzZDciLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"§7§7§oCan be used instead of a\",2:\"§7§olamp, if you enjoy living on the\",3:\"§7§oedge.\",4:\"\",5:\"§8§l* §8Co-op Soulbound §8§l*\",6:\"§9§lRARE\"],Name:\"§9Gazing Pearl\"},ExtraAttributes:{id:\"GAZING_PEARL\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6127ee8d-6ec0-3b59-958a-0894f3bde071\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MjQ0MzQ1NTczNywKICAicHJvZmlsZUlkIiA6ICJmYmVhZDcyNTQwNjI0NzM0YmNlNjc0OGUzNDdlNTFiOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJkX3ZpaWlkIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQ2ZTBhM2NjNjY1N2Q0MjA1ODE4ZmZlZjVjYzdiN2UzNmMzODFkNDI2OWI2OTAxMGM3Mjk3YTZmYTY4ZDgzZDciLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ==\"}]}},display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"§7§7§oCan be used instead of a\",2:\"§7§olamp, if you enjoy living on the\",3:\"§7§oedge.\",4:\"\",5:\"§8§l* §8Co-op Soulbound §8§l*\",6:\"§9§lRARE\"],Name:\"§9Gazing Pearl\"},ExtraAttributes:{id:\"GAZING_PEARL\"}}", "damage": 3, "lore": [ "§eRight-click to view recipes!", @@ -16,5 +16,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Gazing_Pearl" + ] }
\ No newline at end of file diff --git a/items/GLOWSTONE_DUST_DISTILLATE.json b/items/GLOWSTONE_DUST_DISTILLATE.json index c462d7c7..94ebfdd4 100644 --- a/items/GLOWSTONE_DUST_DISTILLATE.json +++ b/items/GLOWSTONE_DUST_DISTILLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Glowstone Distillate", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2f04f258-da20-330c-a415-f03d3b8ffd91\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjIxMDI1ODgwMCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTBkMTc0ZTM3MGU0NzI3NTYzOGZlMmQ2Yjg2ZmNkZmU0NDk2ZWI0NTI2NWFkMTEzOTM2ODk0NzBkZjVlZTJiIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§9§lRARE\"],Name:\"§9Glowstone Distillate\"},ExtraAttributes:{id:\"GLOWSTONE_DUST_DISTILLATE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2f04f258-da20-330c-a415-f03d3b8ffd91\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjIxMDI1ODgwMCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTBkMTc0ZTM3MGU0NzI3NTYzOGZlMmQ2Yjg2ZmNkZmU0NDk2ZWI0NTI2NWFkMTEzOTM2ODk0NzBkZjVlZTJiIgogICAgfQogIH0KfQ==\"}]}},display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§9§lRARE\"],Name:\"§9Glowstone Distillate\"},ExtraAttributes:{id:\"GLOWSTONE_DUST_DISTILLATE\"}}", "damage": 3, "lore": [ "§eRight-click to view recipes!", @@ -12,5 +12,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Distillates" + ] }
\ No newline at end of file diff --git a/items/GOLDEN_FISH_BRONZE.json b/items/GOLDEN_FISH_BRONZE.json index b85d85d9..3f6edb8e 100644 --- a/items/GOLDEN_FISH_BRONZE.json +++ b/items/GOLDEN_FISH_BRONZE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§6Golden Fish§r §l§8§LBRONZE", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e1570ab1-bf7b-36f1-8b9e-fde10ba5fe02\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzUxNjYyNywKICAicHJvZmlsZUlkIiA6ICJkZTE0MGFmM2NmMjM0ZmM0OTJiZTE3M2Y2NjA3MzViYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJTUlRlYW0iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmNmYTMxZDgxZWFlODE5OTM2ODM0ZTY2NjQ0MzBkYWY4YWZmYmZmMzBiNDhhMWRhYTdjYTFiNGMyMGUzZmU3ZCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Found swimming around in the\",1:\"§7lava.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§6§lLEGENDARY TROPHY FISH\"],Name:\"§f§f§6Golden Fish§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"GOLDEN_FISH_BRONZE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e1570ab1-bf7b-36f1-8b9e-fde10ba5fe02\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzUxNjYyNywKICAicHJvZmlsZUlkIiA6ICJkZTE0MGFmM2NmMjM0ZmM0OTJiZTE3M2Y2NjA3MzViYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJTUlRlYW0iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmNmYTMxZDgxZWFlODE5OTM2ODM0ZTY2NjQ0MzBkYWY4YWZmYmZmMzBiNDhhMWRhYTdjYTFiNGMyMGUzZmU3ZCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Found swimming around in the\",1:\"§7lava.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§6§lLEGENDARY TROPHY FISH\"],Name:\"§f§f§6Golden Fish§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"GOLDEN_FISH_BRONZE\"}}", "damage": 3, "lore": [ "§7Found swimming around in the", @@ -10,6 +10,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§6§lLEGENDARY TROPHY FISH" ], "internalname": "GOLDEN_FISH_BRONZE", diff --git a/items/GOLDEN_FISH_DIAMOND.json b/items/GOLDEN_FISH_DIAMOND.json index 309ded60..15015ac1 100644 --- a/items/GOLDEN_FISH_DIAMOND.json +++ b/items/GOLDEN_FISH_DIAMOND.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§6Golden Fish§r §l§B§LDIAMOND", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9e777a08-f324-343e-a324-3eac2df23be3\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzQ2OTY1OCwKICAicHJvZmlsZUlkIiA6ICJiYjdjY2E3MTA0MzQ0NDEyOGQzMDg5ZTEzYmRmYWI1OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJsYXVyZW5jaW8zMDMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjQ2Y2I4Y2JiNjBjZGE2MDA5MmIzMDUxNjQ4ZGQyZGI3ZWVjNDlhZTg3ZjNmNTI0YzYxODI3OTdiNDEwOWExMiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Found swimming around in the\",1:\"§7lava.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§6§lLEGENDARY TROPHY FISH\"],Name:\"§f§f§6Golden Fish§r §l§B§LDIAMOND\"},ExtraAttributes:{id:\"GOLDEN_FISH_DIAMOND\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9e777a08-f324-343e-a324-3eac2df23be3\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzQ2OTY1OCwKICAicHJvZmlsZUlkIiA6ICJiYjdjY2E3MTA0MzQ0NDEyOGQzMDg5ZTEzYmRmYWI1OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJsYXVyZW5jaW8zMDMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjQ2Y2I4Y2JiNjBjZGE2MDA5MmIzMDUxNjQ4ZGQyZGI3ZWVjNDlhZTg3ZjNmNTI0YzYxODI3OTdiNDEwOWExMiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Found swimming around in the\",1:\"§7lava.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§6§lLEGENDARY TROPHY FISH\"],Name:\"§f§f§6Golden Fish§r §l§B§LDIAMOND\"},ExtraAttributes:{id:\"GOLDEN_FISH_DIAMOND\"}}", "damage": 3, "lore": [ "§7Found swimming around in the", @@ -10,6 +10,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§6§lLEGENDARY TROPHY FISH" ], "internalname": "GOLDEN_FISH_DIAMOND", diff --git a/items/GOLDEN_FISH_GOLD.json b/items/GOLDEN_FISH_GOLD.json index 1a7f4fb1..e6ccbf46 100644 --- a/items/GOLDEN_FISH_GOLD.json +++ b/items/GOLDEN_FISH_GOLD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§6Golden Fish§r §l§6§LGOLD", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a2cc2302-e770-335d-a057-743fe61798e7\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzQ4MTkxNCwKICAicHJvZmlsZUlkIiA6ICIzNmMxODk4ZjlhZGE0NjZlYjk0ZDFmZWFmMjQ0MTkxMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJMdW5haWFuIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM4MTc1NTM4MjEwYWY2YTRkMWE0NDNlMDhlZTMyMWFiYWQ4MzdjNmM5MjdjNzgwM2FiMzYxZDI5ZTNmOGU1MDkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Found swimming around in the\",1:\"§7lava.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§6§lLEGENDARY TROPHY FISH\"],Name:\"§f§f§6Golden Fish§r §l§6§LGOLD\"},ExtraAttributes:{id:\"GOLDEN_FISH_GOLD\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a2cc2302-e770-335d-a057-743fe61798e7\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzQ4MTkxNCwKICAicHJvZmlsZUlkIiA6ICIzNmMxODk4ZjlhZGE0NjZlYjk0ZDFmZWFmMjQ0MTkxMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJMdW5haWFuIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM4MTc1NTM4MjEwYWY2YTRkMWE0NDNlMDhlZTMyMWFiYWQ4MzdjNmM5MjdjNzgwM2FiMzYxZDI5ZTNmOGU1MDkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Found swimming around in the\",1:\"§7lava.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§6§lLEGENDARY TROPHY FISH\"],Name:\"§f§f§6Golden Fish§r §l§6§LGOLD\"},ExtraAttributes:{id:\"GOLDEN_FISH_GOLD\"}}", "damage": 3, "lore": [ "§7Found swimming around in the", @@ -10,6 +10,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§6§lLEGENDARY TROPHY FISH" ], "internalname": "GOLDEN_FISH_GOLD", diff --git a/items/GOLDEN_FISH_SILVER.json b/items/GOLDEN_FISH_SILVER.json index 934e9d1d..65188b94 100644 --- a/items/GOLDEN_FISH_SILVER.json +++ b/items/GOLDEN_FISH_SILVER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§6Golden Fish§r §l§7§LSILVER", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a846b96e-df77-3f07-8515-214702f78226\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzQ5NTUzNiwKICAicHJvZmlsZUlkIiA6ICI4YjgyM2E1YmU0Njk0YjhiOTE0NmE5MWRhMjk4ZTViNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTZXBoaXRpcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS85OGFjMTNhNDYyZTllOWZmYzM1NjljNmJlYjQ0ZTRiMjhiZTVhMTVlNzYyOGM4OTU3YzVjZGRmYWZmMjZjMjg1IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Found swimming around in the\",1:\"§7lava.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§6§lLEGENDARY TROPHY FISH\"],Name:\"§f§f§6Golden Fish§r §l§7§LSILVER\"},ExtraAttributes:{id:\"GOLDEN_FISH_SILVER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a846b96e-df77-3f07-8515-214702f78226\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzQ5NTUzNiwKICAicHJvZmlsZUlkIiA6ICI4YjgyM2E1YmU0Njk0YjhiOTE0NmE5MWRhMjk4ZTViNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTZXBoaXRpcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS85OGFjMTNhNDYyZTllOWZmYzM1NjljNmJlYjQ0ZTRiMjhiZTVhMTVlNzYyOGM4OTU3YzVjZGRmYWZmMjZjMjg1IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Found swimming around in the\",1:\"§7lava.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§6§lLEGENDARY TROPHY FISH\"],Name:\"§f§f§6Golden Fish§r §l§7§LSILVER\"},ExtraAttributes:{id:\"GOLDEN_FISH_SILVER\"}}", "damage": 3, "lore": [ "§7Found swimming around in the", @@ -10,6 +10,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§6§lLEGENDARY TROPHY FISH" ], "internalname": "GOLDEN_FISH_SILVER", diff --git a/items/GOLD_HUNTER_BOOTS.json b/items/GOLD_HUNTER_BOOTS.json new file mode 100644 index 00000000..34712c88 --- /dev/null +++ b/items/GOLD_HUNTER_BOOTS.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:golden_boots", + "displayname": "§5Gold Hunter Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+120\",1:\"§7Defense: §a+120\",2:\" §8[§7⚔§8] §8[§8⚔§8]\",3:\"\",4:\"§6Full Set Bonus: Peace Treaty\",5:\"§7Gain immunity to Sea Creatures\",6:\"§7but they are immune to you and\",7:\"§7you can no longer catch them.\",8:\"\",9:\"§6Full Set Bonus: Odger\u0027s Blessing\",10:\"§7Increases the chance to catch\",11:\"§7Trophy Fish by §a10%§7.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §cExpert Trophy\",15:\"§cFisher.\",16:\"§8§l* §8Soulbound §8§l*\",17:\"§5§lEPIC BOOTS\"],Name:\"§5Gold Hunter Boots\"},ExtraAttributes:{id:\"GOLD_HUNTER_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Health: §a+120", + "§7Defense: §a+120", + " §8[§7⚔§8] §8[§8⚔§8]", + "", + "§6Full Set Bonus: Peace Treaty", + "§7Gain immunity to Sea Creatures", + "§7but they are immune to you and", + "§7you can no longer catch them.", + "", + "§6Full Set Bonus: Odger\u0027s Blessing", + "§7Increases the chance to catch", + "§7Trophy Fish by §a10%§7.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §cExpert Trophy", + "§cFisher.", + "§8§l* §8Soulbound §8§l*", + "§5§lEPIC BOOTS" + ], + "internalname": "GOLD_HUNTER_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/GOLD_HUNTER_CHESTPLATE.json b/items/GOLD_HUNTER_CHESTPLATE.json new file mode 100644 index 00000000..d0544de8 --- /dev/null +++ b/items/GOLD_HUNTER_CHESTPLATE.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:golden_chestplate", + "displayname": "§5Gold Hunter Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+195\",1:\"§7Defense: §a+195\",2:\" §8[§7⚔§8] §8[§8⚔§8]\",3:\"\",4:\"§6Full Set Bonus: Peace Treaty\",5:\"§7Gain immunity to Sea Creatures\",6:\"§7but they are immune to you and\",7:\"§7you can no longer catch them.\",8:\"\",9:\"§6Full Set Bonus: Odger\u0027s Blessing\",10:\"§7Increases the chance to catch\",11:\"§7Trophy Fish by §a10%§7.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §cExpert Trophy\",15:\"§cFisher.\",16:\"§8§l* §8Soulbound §8§l*\",17:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Gold Hunter Chestplate\"},ExtraAttributes:{id:\"GOLD_HUNTER_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Health: §a+195", + "§7Defense: §a+195", + " §8[§7⚔§8] §8[§8⚔§8]", + "", + "§6Full Set Bonus: Peace Treaty", + "§7Gain immunity to Sea Creatures", + "§7but they are immune to you and", + "§7you can no longer catch them.", + "", + "§6Full Set Bonus: Odger\u0027s Blessing", + "§7Increases the chance to catch", + "§7Trophy Fish by §a10%§7.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §cExpert Trophy", + "§cFisher.", + "§8§l* §8Soulbound §8§l*", + "§5§lEPIC CHESTPLATE" + ], + "internalname": "GOLD_HUNTER_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/GOLD_HUNTER_HELMET.json b/items/GOLD_HUNTER_HELMET.json new file mode 100644 index 00000000..9729f088 --- /dev/null +++ b/items/GOLD_HUNTER_HELMET.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:golden_helmet", + "displayname": "§5Gold Hunter Helmet", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+140\",1:\"§7Defense: §a+140\",2:\" §8[§7⚔§8] §8[§8⚔§8]\",3:\"\",4:\"§6Full Set Bonus: Peace Treaty\",5:\"§7Gain immunity to Sea Creatures\",6:\"§7but they are immune to you and\",7:\"§7you can no longer catch them.\",8:\"\",9:\"§6Full Set Bonus: Odger\u0027s Blessing\",10:\"§7Increases the chance to catch\",11:\"§7Trophy Fish by §a10%§7.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §cExpert Trophy\",15:\"§cFisher.\",16:\"§8§l* §8Soulbound §8§l*\",17:\"§5§lEPIC HELMET\"],Name:\"§5Gold Hunter Helmet\"},ExtraAttributes:{id:\"GOLD_HUNTER_HELMET\"}}", + "damage": 0, + "lore": [ + "§7Health: §a+140", + "§7Defense: §a+140", + " §8[§7⚔§8] §8[§8⚔§8]", + "", + "§6Full Set Bonus: Peace Treaty", + "§7Gain immunity to Sea Creatures", + "§7but they are immune to you and", + "§7you can no longer catch them.", + "", + "§6Full Set Bonus: Odger\u0027s Blessing", + "§7Increases the chance to catch", + "§7Trophy Fish by §a10%§7.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §cExpert Trophy", + "§cFisher.", + "§8§l* §8Soulbound §8§l*", + "§5§lEPIC HELMET" + ], + "internalname": "GOLD_HUNTER_HELMET", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/GOLD_HUNTER_LEGGINGS.json b/items/GOLD_HUNTER_LEGGINGS.json new file mode 100644 index 00000000..d5d7bb40 --- /dev/null +++ b/items/GOLD_HUNTER_LEGGINGS.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:golden_leggings", + "displayname": "§5Gold Hunter Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+170\",1:\"§7Defense: §a+170\",2:\" §8[§7⚔§8] §8[§8⚔§8]\",3:\"\",4:\"§6Full Set Bonus: Peace Treaty\",5:\"§7Gain immunity to Sea Creatures\",6:\"§7but they are immune to you and\",7:\"§7you can no longer catch them.\",8:\"\",9:\"§6Full Set Bonus: Odger\u0027s Blessing\",10:\"§7Increases the chance to catch\",11:\"§7Trophy Fish by §a10%§7.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §cExpert Trophy\",15:\"§cFisher.\",16:\"§8§l* §8Soulbound §8§l*\",17:\"§5§lEPIC LEGGINGS\"],Name:\"§5Gold Hunter Leggings\"},ExtraAttributes:{id:\"GOLD_HUNTER_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§7Health: §a+170", + "§7Defense: §a+170", + " §8[§7⚔§8] §8[§8⚔§8]", + "", + "§6Full Set Bonus: Peace Treaty", + "§7Gain immunity to Sea Creatures", + "§7but they are immune to you and", + "§7you can no longer catch them.", + "", + "§6Full Set Bonus: Odger\u0027s Blessing", + "§7Increases the chance to catch", + "§7Trophy Fish by §a10%§7.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §cExpert Trophy", + "§cFisher.", + "§8§l* §8Soulbound §8§l*", + "§5§lEPIC LEGGINGS" + ], + "internalname": "GOLD_HUNTER_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/GUSHER_BRONZE.json b/items/GUSHER_BRONZE.json index 2de94c67..20fa978e 100644 --- a/items/GUSHER_BRONZE.json +++ b/items/GUSHER_BRONZE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§fGusher§r §l§8§LBRONZE", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"54458687-3bb8-37ea-972e-36a14490f127\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzU4OTA1MSwKICAicHJvZmlsZUlkIiA6ICI0M2NmNWJkNjUyMDM0YzU5ODVjMDIwYWI3NDE0OGQxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJrYW1pbDQ0NSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9hZmI4YzUxYmZjZDk5Njg0MDAxMGJjY2UyYTM1NzVhZTI2MzUyZTAwNDQ2ZDNlYzMxM2ZjYmYxZjg4MTA4NTEyIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Caught after a volcano eruption.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§f§lCOMMON TROPHY FISH\"],Name:\"§fGusher§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"GUSHER_BRONZE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"54458687-3bb8-37ea-972e-36a14490f127\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzU4OTA1MSwKICAicHJvZmlsZUlkIiA6ICI0M2NmNWJkNjUyMDM0YzU5ODVjMDIwYWI3NDE0OGQxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJrYW1pbDQ0NSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9hZmI4YzUxYmZjZDk5Njg0MDAxMGJjY2UyYTM1NzVhZTI2MzUyZTAwNDQ2ZDNlYzMxM2ZjYmYxZjg4MTA4NTEyIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Caught after a volcano eruption.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§f§lCOMMON TROPHY FISH\"],Name:\"§fGusher§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"GUSHER_BRONZE\"}}", "damage": 3, "lore": [ "§7Caught after a volcano eruption.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§f§lCOMMON TROPHY FISH" ], "internalname": "GUSHER_BRONZE", diff --git a/items/GUSHER_DIAMOND.json b/items/GUSHER_DIAMOND.json index e916dc4e..7b36d11c 100644 --- a/items/GUSHER_DIAMOND.json +++ b/items/GUSHER_DIAMOND.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§fGusher§r §l§B§LDIAMOND", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c993e775-2bcf-3242-ae36-bb120d3af98d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzUzODg3OSwKICAicHJvZmlsZUlkIiA6ICIzM2ViZDMyYmIzMzk0YWQ5YWM2NzBjOTZjNTQ5YmE3ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJEYW5ub0JhbmFubm9YRCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS81NzczMjJkODZlNjFkZjM0YjJkY2JiM2ZhN2Y0ZDAzZDBlM2JlNTZiZGRhYzZiZGYyZTdkZTYxZTIxZjcxOGViIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Caught after a volcano eruption.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§fGusher§r §l§B§LDIAMOND\"},ExtraAttributes:{id:\"GUSHER_DIAMOND\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c993e775-2bcf-3242-ae36-bb120d3af98d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzUzODg3OSwKICAicHJvZmlsZUlkIiA6ICIzM2ViZDMyYmIzMzk0YWQ5YWM2NzBjOTZjNTQ5YmE3ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJEYW5ub0JhbmFubm9YRCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS81NzczMjJkODZlNjFkZjM0YjJkY2JiM2ZhN2Y0ZDAzZDBlM2JlNTZiZGRhYzZiZGYyZTdkZTYxZTIxZjcxOGViIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Caught after a volcano eruption.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§fGusher§r §l§B§LDIAMOND\"},ExtraAttributes:{id:\"GUSHER_DIAMOND\"}}", "damage": 3, "lore": [ "§7Caught after a volcano eruption.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§f§lCOMMON TROPHY FISH" ], "internalname": "GUSHER_DIAMOND", diff --git a/items/GUSHER_GOLD.json b/items/GUSHER_GOLD.json index ca4da064..43b052f9 100644 --- a/items/GUSHER_GOLD.json +++ b/items/GUSHER_GOLD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§fGusher§r §l§6§LGOLD", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"07d021b7-0e11-37c5-ade5-a5cd291231e0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzU1NjE5MCwKICAicHJvZmlsZUlkIiA6ICJmNThkZWJkNTlmNTA0MjIyOGY2MDIyMjExZDRjMTQwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJ1bnZlbnRpdmV0YWxlbnQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDU1MGE1MWU3NmYzMmFhYTU1NmI5OGQ4MTdkYjZhZTcxYWFkYjJhZjdkNzZjMzRiOTAzZGFkNWVlMmY5MDQzOSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Caught after a volcano eruption.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§fGusher§r §l§6§LGOLD\"},ExtraAttributes:{id:\"GUSHER_GOLD\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"07d021b7-0e11-37c5-ade5-a5cd291231e0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzU1NjE5MCwKICAicHJvZmlsZUlkIiA6ICJmNThkZWJkNTlmNTA0MjIyOGY2MDIyMjExZDRjMTQwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJ1bnZlbnRpdmV0YWxlbnQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDU1MGE1MWU3NmYzMmFhYTU1NmI5OGQ4MTdkYjZhZTcxYWFkYjJhZjdkNzZjMzRiOTAzZGFkNWVlMmY5MDQzOSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Caught after a volcano eruption.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§fGusher§r §l§6§LGOLD\"},ExtraAttributes:{id:\"GUSHER_GOLD\"}}", "damage": 3, "lore": [ "§7Caught after a volcano eruption.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§f§lCOMMON TROPHY FISH" ], "internalname": "GUSHER_GOLD", diff --git a/items/GUSHER_SILVER.json b/items/GUSHER_SILVER.json index 791d547c..e136825d 100644 --- a/items/GUSHER_SILVER.json +++ b/items/GUSHER_SILVER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§fGusher§r §l§7§LSILVER", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3741561c-217e-328f-8f92-30cc29007375\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzU3NDQ1MiwKICAicHJvZmlsZUlkIiA6ICIyM2YxYTU5ZjQ2OWI0M2RkYmRiNTM3YmZlYzEwNDcxZiIsCiAgInByb2ZpbGVOYW1lIiA6ICIyODA3IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2U1YzI4MjhlOTUwYzFmZDdmNzNhNmI3ODc5ZDhiNTYyZWNmZjg5NGI2Y2IyMmFmYjljMjY2MDYyN2IzYjhkZmUiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Caught after a volcano eruption.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§fGusher§r §l§7§LSILVER\"},ExtraAttributes:{id:\"GUSHER_SILVER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3741561c-217e-328f-8f92-30cc29007375\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzU3NDQ1MiwKICAicHJvZmlsZUlkIiA6ICIyM2YxYTU5ZjQ2OWI0M2RkYmRiNTM3YmZlYzEwNDcxZiIsCiAgInByb2ZpbGVOYW1lIiA6ICIyODA3IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2U1YzI4MjhlOTUwYzFmZDdmNzNhNmI3ODc5ZDhiNTYyZWNmZjg5NGI2Y2IyMmFmYjljMjY2MDYyN2IzYjhkZmUiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Caught after a volcano eruption.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§fGusher§r §l§7§LSILVER\"},ExtraAttributes:{id:\"GUSHER_SILVER\"}}", "damage": 3, "lore": [ "§7Caught after a volcano eruption.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§f§lCOMMON TROPHY FISH" ], "internalname": "GUSHER_SILVER", diff --git a/items/HEARTFIRE_DAGGER.json b/items/HEARTFIRE_DAGGER.json new file mode 100644 index 00000000..9dab2b0b --- /dev/null +++ b/items/HEARTFIRE_DAGGER.json @@ -0,0 +1,54 @@ +{ + "itemid": "minecraft:stone_sword", + "displayname": "§6Pyrochaos Dagger", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+160\",1:\"§7Strength: §c+75\",2:\"§7Crit Chance: §c+10%\",3:\"§7Crit Damage: §c+25%\",4:\"§7Bonus Attack Speed: §c+20%\",5:\" §8[§8⚔§8] §8[§8❂§8]\",6:\"\",7:\"§6Ability: Attunement §e§lRIGHT CLICK\",8:\"§7Swap between §8Ashen §7and\",9:\"§7§eAuric §7mode in order to\",10:\"§7attack through Hellion Shields.\",11:\"\",12:\"§7Attuned: §8Ashen\",13:\"\",14:\"§7Deal §c2x §7damage to Blazes§7.\",15:\"§7Deal §c1.5x §7damage to Pigmen§7.\",16:\"\",17:\"§6Ability: Burning Vengeance ﬗ\",18:\"§7§7On hit, §crepeat §7dealt\",19:\"§7damage after §a6s §7if the\",20:\"§7Hellion Shield has switched\",21:\"§7attunement.\",22:\"\",23:\"§7§8This item can be reforged!\",24:\"§7§4☠ §cRequires §5Blaze Slayer 6.\",25:\"§6§lLEGENDARY SWORD\"],Name:\"§6Pyrochaos Dagger\"},ExtraAttributes:{id:\"HEARTFIRE_DAGGER\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+160", + "§7Strength: §c+75", + "§7Crit Chance: §c+10%", + "§7Crit Damage: §c+25%", + "§7Bonus Attack Speed: §c+20%", + " §8[§8⚔§8] §8[§8❂§8]", + "", + "§6Ability: Attunement §e§lRIGHT CLICK", + "§7Swap between §8Ashen §7and", + "§7§eAuric §7mode in order to", + "§7attack through Hellion Shields.", + "", + "§7Attuned: §8Ashen", + "", + "§7Deal §c2x §7damage to Blazes§7.", + "§7Deal §c1.5x §7damage to Pigmen§7.", + "", + "§6Ability: Burning Vengeance ﬗ", + "§7§7On hit, §crepeat §7dealt", + "§7damage after §a6s §7if the", + "§7Hellion Shield has switched", + "§7attunement.", + "", + "§7§8This item can be reforged!", + "§7§4☠ §cRequires §5Blaze Slayer 6.", + "§6§lLEGENDARY SWORD" + ], + "recipe": { + "A1": "", + "A2": "MAGMA_FISH_GOLD:8", + "A3": "", + "B1": "", + "B2": "MOLTEN_POWDER:64", + "B3": "", + "C1": "INFERNO_VERTEX:8", + "C2": "BURSTFIRE_DAGGER:1", + "C3": "INFERNO_VERTEX:8" + }, + "internalname": "HEARTFIRE_DAGGER", + "slayer_req": "BLAZE_6", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pyrochaos_Dagger" + ] +}
\ No newline at end of file diff --git a/items/HEARTMAW_DAGGER.json b/items/HEARTMAW_DAGGER.json new file mode 100644 index 00000000..8f06eb5e --- /dev/null +++ b/items/HEARTMAW_DAGGER.json @@ -0,0 +1,54 @@ +{ + "itemid": "minecraft:iron_sword", + "displayname": "§6Deathripper Dagger", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+160\",1:\"§7Strength: §c+75\",2:\"§7Crit Chance: §c+10%\",3:\"§7Crit Damage: §c+25%\",4:\"§7Bonus Attack Speed: §c+20%\",5:\" §8[§8⚔§8] §8[§8❂§8]\",6:\"\",7:\"§6Ability: Attunement §e§lRIGHT CLICK\",8:\"§7Swap between §fSpirit §7and\",9:\"§7§bCrystal §7mode in order to\",10:\"§7attack through Hellion Shields.\",11:\"\",12:\"§7Attuned: §fSpirit\",13:\"\",14:\"§7Deal §c3.5x §7damage to Blazes§7.\",15:\"§7Deal §c2x §7damage to Skeletons§7.\",16:\"\",17:\"§6Ability: Wraith Drain\",18:\"§7§7On hit, heal §7for §c200 §7+\",19:\"§7§c4%❤ §7after §a6s §7if the\",20:\"§7Hellion Shield has switched\",21:\"§7attunement.\",22:\"\",23:\"§7§8This item can be reforged!\",24:\"§7§4☠ §cRequires §5Blaze Slayer 6.\",25:\"§6§lLEGENDARY SWORD\"],Name:\"§6Deathripper Dagger\"},ExtraAttributes:{id:\"HEARTMAW_DAGGER\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Damage: §c+160", + "§7Strength: §c+75", + "§7Crit Chance: §c+10%", + "§7Crit Damage: §c+25%", + "§7Bonus Attack Speed: §c+20%", + " §8[§8⚔§8] §8[§8❂§8]", + "", + "§6Ability: Attunement §e§lRIGHT CLICK", + "§7Swap between §fSpirit §7and", + "§7§bCrystal §7mode in order to", + "§7attack through Hellion Shields.", + "", + "§7Attuned: §fSpirit", + "", + "§7Deal §c3.5x §7damage to Blazes§7.", + "§7Deal §c2x §7damage to Skeletons§7.", + "", + "§6Ability: Wraith Drain", + "§7§7On hit, heal §7for §c200 §7+", + "§7§c4%❤ §7after §a6s §7if the", + "§7Hellion Shield has switched", + "§7attunement.", + "", + "§7§8This item can be reforged!", + "§7§4☠ §cRequires §5Blaze Slayer 6.", + "§6§lLEGENDARY SWORD" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_SULPHUR_CUBE:16", + "A3": "", + "B1": "", + "B2": "MOLTEN_POWDER:64", + "B3": "", + "C1": "INFERNO_VERTEX:8", + "C2": "BURSTMAW_DAGGER:1", + "C3": "INFERNO_VERTEX:8" + }, + "internalname": "HEARTMAW_DAGGER", + "crafttext": "", + "slayer_req": "BLAZE_6", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Deathripper_Dagger" + ] +}
\ No newline at end of file diff --git a/items/HIGH_CLASS_ARCHFIEND_DICE.json b/items/HIGH_CLASS_ARCHFIEND_DICE.json new file mode 100644 index 00000000..a75b65b5 --- /dev/null +++ b/items/HIGH_CLASS_ARCHFIEND_DICE.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§6High Class Archfiend Dice", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"992adb05-5067-3f5f-bd7f-2c45f339796c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjYyMjI3NDQ3NywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODkzMWZiYzkyMmI0MzJlYzdmNDcxMmJiZjYwM2VhNzI3NTRmMjcyOWE2ODYzOTI1YWJlMzVmYjc0NmIxMDc3MCIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§dStraight from Kickback City!\",1:\"\",2:\"§6Ability: Try Your Luck §e§lRIGHT CLICK\",3:\"§7Costs §66.6M §7coins to roll between 1-6.\",4:\"§7Gain between §c-300❤ §7and §c+300❤ §7for §a24h§7.\",5:\"§8Overwritten by new rolls!\",6:\"\",7:\"§7If you roll a §c6§7, earn §6100M §7coins but lose this dice.\",8:\"\",9:\"§6§lLEGENDARY\"],Name:\"§f§f§6High Class Archfiend Dice\"},ExtraAttributes:{id:\"HIGH_CLASS_ARCHFIEND_DICE\"}}", + "damage": 3, + "lore": [ + "§dStraight from Kickback City!", + "", + "§6Ability: Try Your Luck §e§lRIGHT CLICK", + "§7Costs §66.6M §7coins to roll between 1-6.", + "§7Gain between §c-300❤ §7and §c+300❤ §7for §a24h§7.", + "§8Overwritten by new rolls!", + "", + "§7If you roll a §c6§7, earn §6100M §7coins but lose this dice.", + "", + "§6§lLEGENDARY" + ], + "internalname": "HIGH_CLASS_ARCHFIEND_DICE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/High_Class_Archfiend_Dice" + ] +}
\ No newline at end of file diff --git a/items/HOT_BAIT.json b/items/HOT_BAIT.json index d42da1d5..223d19c9 100644 --- a/items/HOT_BAIT.json +++ b/items/HOT_BAIT.json @@ -17,7 +17,7 @@ "A2": "", "A3": "", "B1": "BLAZE_ASHES:1", - "B2": "MAGMAFISH:1", + "B2": "MAGMA_FISH:1", "B3": "", "C1": "", "C2": "", diff --git a/items/HOT_CRIMSON_BOOTS.json b/items/HOT_CRIMSON_BOOTS.json index 2a56bb59..7090fb7a 100644 --- a/items/HOT_CRIMSON_BOOTS.json +++ b/items/HOT_CRIMSON_BOOTS.json @@ -32,5 +32,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crimson_Armor" + ] }
\ No newline at end of file diff --git a/items/HOT_CRIMSON_CHESTPLATE.json b/items/HOT_CRIMSON_CHESTPLATE.json index 0b725970..9ff3e0be 100644 --- a/items/HOT_CRIMSON_CHESTPLATE.json +++ b/items/HOT_CRIMSON_CHESTPLATE.json @@ -32,5 +32,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crimson_Armor" + ] }
\ No newline at end of file diff --git a/items/HOT_CRIMSON_HELMET.json b/items/HOT_CRIMSON_HELMET.json index 93899697..7a849a3d 100644 --- a/items/HOT_CRIMSON_HELMET.json +++ b/items/HOT_CRIMSON_HELMET.json @@ -32,5 +32,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crimson_Armor" + ] }
\ No newline at end of file diff --git a/items/HOT_CRIMSON_LEGGINGS.json b/items/HOT_CRIMSON_LEGGINGS.json index bc64f182..b03a33e1 100644 --- a/items/HOT_CRIMSON_LEGGINGS.json +++ b/items/HOT_CRIMSON_LEGGINGS.json @@ -32,5 +32,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crimson_Armor" + ] }
\ No newline at end of file diff --git a/items/INFERNAL_CRIMSON_BOOTS.json b/items/INFERNAL_CRIMSON_BOOTS.json index ac3d3c45..967f5a04 100644 --- a/items/INFERNAL_CRIMSON_BOOTS.json +++ b/items/INFERNAL_CRIMSON_BOOTS.json @@ -32,5 +32,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crimson_Armor" + ] }
\ No newline at end of file diff --git a/items/INFERNAL_CRIMSON_CHESTPLATE.json b/items/INFERNAL_CRIMSON_CHESTPLATE.json index 0fc8fbf3..1fec8aef 100644 --- a/items/INFERNAL_CRIMSON_CHESTPLATE.json +++ b/items/INFERNAL_CRIMSON_CHESTPLATE.json @@ -32,5 +32,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crimson_Armor" + ] }
\ No newline at end of file diff --git a/items/INFERNAL_CRIMSON_HELMET.json b/items/INFERNAL_CRIMSON_HELMET.json index ca38713e..1155ef20 100644 --- a/items/INFERNAL_CRIMSON_HELMET.json +++ b/items/INFERNAL_CRIMSON_HELMET.json @@ -32,5 +32,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crimson_Armor" + ] }
\ No newline at end of file diff --git a/items/INFERNAL_CRIMSON_LEGGINGS.json b/items/INFERNAL_CRIMSON_LEGGINGS.json index cf559fbb..a8b5b54c 100644 --- a/items/INFERNAL_CRIMSON_LEGGINGS.json +++ b/items/INFERNAL_CRIMSON_LEGGINGS.json @@ -32,5 +32,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crimson_Armor" + ] }
\ No newline at end of file diff --git a/items/INFERNO_GENERATOR_10.json b/items/INFERNO_GENERATOR_10.json index 646dbea9..e3faf616 100644 --- a/items/INFERNO_GENERATOR_10.json +++ b/items/INFERNO_GENERATOR_10.json @@ -39,6 +39,7 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Inferno_Minion", "https://wiki.hypixel.net/Inferno_Minion" ] }
\ No newline at end of file diff --git a/items/INFERNO_GENERATOR_11.json b/items/INFERNO_GENERATOR_11.json index c478c633..c431b5de 100644 --- a/items/INFERNO_GENERATOR_11.json +++ b/items/INFERNO_GENERATOR_11.json @@ -39,6 +39,7 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Inferno_Minion", "https://wiki.hypixel.net/Inferno_Minion" ] }
\ No newline at end of file diff --git a/items/INFERNO_GENERATOR_3.json b/items/INFERNO_GENERATOR_3.json index 2d4471c4..ec1edd31 100644 --- a/items/INFERNO_GENERATOR_3.json +++ b/items/INFERNO_GENERATOR_3.json @@ -35,6 +35,7 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Inferno_Minion", "https://wiki.hypixel.net/Inferno_Minion" ] }
\ No newline at end of file diff --git a/items/INFERNO_GENERATOR_4.json b/items/INFERNO_GENERATOR_4.json index db3595ba..b9596d1d 100644 --- a/items/INFERNO_GENERATOR_4.json +++ b/items/INFERNO_GENERATOR_4.json @@ -35,6 +35,7 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Inferno_Minion", "https://wiki.hypixel.net/Inferno_Minion" ] }
\ No newline at end of file diff --git a/items/INFERNO_GENERATOR_5.json b/items/INFERNO_GENERATOR_5.json index e2e98e8f..e59f9c6c 100644 --- a/items/INFERNO_GENERATOR_5.json +++ b/items/INFERNO_GENERATOR_5.json @@ -35,6 +35,7 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Inferno_Minion", "https://wiki.hypixel.net/Inferno_Minion" ] }
\ No newline at end of file diff --git a/items/INFERNO_GENERATOR_6.json b/items/INFERNO_GENERATOR_6.json index 16f45627..1dc2aef4 100644 --- a/items/INFERNO_GENERATOR_6.json +++ b/items/INFERNO_GENERATOR_6.json @@ -35,6 +35,7 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Inferno_Minion", "https://wiki.hypixel.net/Inferno_Minion" ] }
\ No newline at end of file diff --git a/items/INFERNO_GENERATOR_7.json b/items/INFERNO_GENERATOR_7.json index 37b83a5d..067a6c02 100644 --- a/items/INFERNO_GENERATOR_7.json +++ b/items/INFERNO_GENERATOR_7.json @@ -35,6 +35,7 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Inferno_Minion", "https://wiki.hypixel.net/Inferno_Minion" ] }
\ No newline at end of file diff --git a/items/INFERNO_GENERATOR_8.json b/items/INFERNO_GENERATOR_8.json index c4f98fea..f4786dbf 100644 --- a/items/INFERNO_GENERATOR_8.json +++ b/items/INFERNO_GENERATOR_8.json @@ -35,6 +35,7 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Inferno_Minion", "https://wiki.hypixel.net/Inferno_Minion" ] }
\ No newline at end of file diff --git a/items/INFERNO_GENERATOR_9.json b/items/INFERNO_GENERATOR_9.json index cff71153..4bb699c3 100644 --- a/items/INFERNO_GENERATOR_9.json +++ b/items/INFERNO_GENERATOR_9.json @@ -35,6 +35,7 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Inferno_Minion", "https://wiki.hypixel.net/Inferno_Minion" ] }
\ No newline at end of file diff --git a/items/KARATE_FISH_BRONZE.json b/items/KARATE_FISH_BRONZE.json new file mode 100644 index 00000000..26361143 --- /dev/null +++ b/items/KARATE_FISH_BRONZE.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Karate Fish§r §l§8§LBRONZE", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e589b285-c0ce-3989-80bf-00b549f4469c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzY0NzY0MiwKICAicHJvZmlsZUlkIiA6ICI3MzY0ODFkZmY2ZGY0NWUwOTA0ODg0ZjNiMWExMjY1NSIsCiAgInByb2ZpbGVOYW1lIiA6ICJUd2lsaWdodFFBUSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9lNTYyMjdkMGU5OGI3NTQxYjI5MjJlOWNkOTExMzE1NWQxMzAyODk3OGQ0YzNmNjg3NzUxOTllYTI3Mjk5ZmQ0IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Found in Dojo.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§5§lEPIC TROPHY FISH\"],Name:\"§5Karate Fish§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"KARATE_FISH_BRONZE\"}}", + "damage": 3, + "lore": [ + "§7Found in Dojo.", + "", + "§7Bring this to §fOdger §7at the", + "§7top of the Blazing Volcano.", + "", + "§8§l* §8Soulbound §8§l*", + "§5§lEPIC TROPHY FISH" + ], + "internalname": "KARATE_FISH_BRONZE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/KARATE_FISH_DIAMOND.json b/items/KARATE_FISH_DIAMOND.json new file mode 100644 index 00000000..355fdb9f --- /dev/null +++ b/items/KARATE_FISH_DIAMOND.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Karate Fish§r §l§b§LDIAMOND", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e589b285-c0ce-3989-80bf-00b549f4469c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzY0NzY0MiwKICAicHJvZmlsZUlkIiA6ICI3MzY0ODFkZmY2ZGY0NWUwOTA0ODg0ZjNiMWExMjY1NSIsCiAgInByb2ZpbGVOYW1lIiA6ICJUd2lsaWdodFFBUSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9lNTYyMjdkMGU5OGI3NTQxYjI5MjJlOWNkOTExMzE1NWQxMzAyODk3OGQ0YzNmNjg3NzUxOTllYTI3Mjk5ZmQ0IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Found in Dojo.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§5§lEPIC TROPHY FISH\"],Name:\"§5Karate Fish§r §l§b§LDIAMOND\"},ExtraAttributes:{id:\"KARATE_FISH_DIAMOND\"}}", + "damage": 3, + "lore": [ + "§7Found in Dojo.", + "", + "§7Bring this to §fOdger §7at the", + "§7top of the Blazing Volcano.", + "", + "§8§l* §8Soulbound §8§l*", + "§5§lEPIC TROPHY FISH" + ], + "internalname": "KARATE_FISH_DIAMOND", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/KARATE_FISH_GOLD.json b/items/KARATE_FISH_GOLD.json new file mode 100644 index 00000000..a5c5dcbe --- /dev/null +++ b/items/KARATE_FISH_GOLD.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Karate Fish§r §l§6§LGOLD", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e589b285-c0ce-3989-80bf-00b549f4469c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzY0NzY0MiwKICAicHJvZmlsZUlkIiA6ICI3MzY0ODFkZmY2ZGY0NWUwOTA0ODg0ZjNiMWExMjY1NSIsCiAgInByb2ZpbGVOYW1lIiA6ICJUd2lsaWdodFFBUSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9lNTYyMjdkMGU5OGI3NTQxYjI5MjJlOWNkOTExMzE1NWQxMzAyODk3OGQ0YzNmNjg3NzUxOTllYTI3Mjk5ZmQ0IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Found in Dojo.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§5§lEPIC TROPHY FISH\"],Name:\"§5Karate Fish§r §l§6§LGOLD\"},ExtraAttributes:{id:\"KARATE_FISH_GOLD\"}}", + "damage": 3, + "lore": [ + "§7Found in Dojo.", + "", + "§7Bring this to §fOdger §7at the", + "§7top of the Blazing Volcano.", + "", + "§8§l* §8Soulbound §8§l*", + "§5§lEPIC TROPHY FISH" + ], + "internalname": "KARATE_FISH_GOLD", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/KARATE_FISH_SILVER.json b/items/KARATE_FISH_SILVER.json new file mode 100644 index 00000000..9c49743c --- /dev/null +++ b/items/KARATE_FISH_SILVER.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Karate Fish§r §l§7§LSILVER", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e589b285-c0ce-3989-80bf-00b549f4469c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzY0NzY0MiwKICAicHJvZmlsZUlkIiA6ICI3MzY0ODFkZmY2ZGY0NWUwOTA0ODg0ZjNiMWExMjY1NSIsCiAgInByb2ZpbGVOYW1lIiA6ICJUd2lsaWdodFFBUSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9lNTYyMjdkMGU5OGI3NTQxYjI5MjJlOWNkOTExMzE1NWQxMzAyODk3OGQ0YzNmNjg3NzUxOTllYTI3Mjk5ZmQ0IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Found in Dojo.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§5§lEPIC TROPHY FISH\"],Name:\"§5Karate Fish§r §l§7§LSILVER\"},ExtraAttributes:{id:\"KARATE_FISH_SILVER\"}}", + "damage": 3, + "lore": [ + "§7Found in Dojo.", + "", + "§7Bring this to §fOdger §7at the", + "§7top of the Blazing Volcano.", + "", + "§8§l* §8Soulbound §8§l*", + "§5§lEPIC TROPHY FISH" + ], + "internalname": "KARATE_FISH_SILVER", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/KUUDRA;0.json b/items/KUUDRA;0.json new file mode 100644 index 00000000..c8afbf00 --- /dev/null +++ b/items/KUUDRA;0.json @@ -0,0 +1,43 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§7[Lvl {LVL}] §fKuudra", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"226ba0aa-272b-5b64-8442-192a70e0c40e\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWYwMjM5ZmI0OThlNTkwN2VkZTEyYWIzMjYyOWVlOTVmMDA2NDU3NGE5ZmZkZmY5ZmMzYTFjOGUyZWMxNzU4NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6Crimson\",6:\"§7§7Grants §a{0}% §7extra crimson\",7:\"§7essence.\",8:\"\",9:\"§6Wither Bait\",10:\"§7§7Increases the odds of finding\",11:\"§7a vanquisher by §a{1}%§7.\",12:\"\",13:\"§7§8This pet\u0027s perks are active\",14:\"§8even when the pet is not\",15:\"§8summoned!\",16:\"\",17:\"§7§8This pet gains XP even when\",18:\"§8not summoned!\",19:\"\",20:\"§7§8This pet only gains XP on the\",21:\"§8§cCrimson Isle§8!\",22:\"\",23:\"§7§eRight-click to add this pet to\",24:\"§eyour pet menu!\",25:\"\",26:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fKuudra\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"KUUDRA\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"KUUDRA;0\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Combat Pet", + "", + "§7Health: §a{HEALTH}", + "§7Strength: §a{STRENGTH}", + "", + "§6Crimson", + "§7§7Grants §a{0}% §7extra crimson", + "§7essence.", + "", + "§6Wither Bait", + "§7§7Increases the odds of finding", + "§7a vanquisher by §a{1}%§7.", + "", + "§7§8This pet\u0027s perks are active", + "§8even when the pet is not", + "§8summoned!", + "", + "§7§8This pet gains XP even when", + "§8not summoned!", + "", + "§7§8This pet only gains XP on the", + "§8§cCrimson Isle§8!", + "", + "§7§eRight-click to add this pet to", + "§eyour pet menu!", + "", + "§f§lCOMMON" + ], + "internalname": "KUUDRA;0", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Kuudra_Pet" + ] +}
\ No newline at end of file diff --git a/items/KUUDRA;1.json b/items/KUUDRA;1.json new file mode 100644 index 00000000..c5ab524b --- /dev/null +++ b/items/KUUDRA;1.json @@ -0,0 +1,43 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§7[Lvl {LVL}] §aKuudra", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"226ba0aa-272b-5b64-8442-192a70e0c40e\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWYwMjM5ZmI0OThlNTkwN2VkZTEyYWIzMjYyOWVlOTVmMDA2NDU3NGE5ZmZkZmY5ZmMzYTFjOGUyZWMxNzU4NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6Crimson\",6:\"§7§7Grants §a{0}% §7extra crimson\",7:\"§7essence.\",8:\"\",9:\"§6Wither Bait\",10:\"§7§7Increases the odds of finding\",11:\"§7a vanquisher by §a{1}%§7.\",12:\"\",13:\"§7§8This pet\u0027s perks are active\",14:\"§8even when the pet is not\",15:\"§8summoned!\",16:\"\",17:\"§7§8This pet gains XP even when\",18:\"§8not summoned!\",19:\"\",20:\"§7§8This pet only gains XP on the\",21:\"§8§cCrimson Isle§8!\",22:\"\",23:\"§7§eRight-click to add this pet to\",24:\"§eyour pet menu!\",25:\"\",26:\"§a§lUNCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §aKuudra\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"KUUDRA\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"KUUDRA;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Combat Pet", + "", + "§7Health: §a{HEALTH}", + "§7Strength: §a{STRENGTH}", + "", + "§6Crimson", + "§7§7Grants §a{0}% §7extra crimson", + "§7essence.", + "", + "§6Wither Bait", + "§7§7Increases the odds of finding", + "§7a vanquisher by §a{1}%§7.", + "", + "§7§8This pet\u0027s perks are active", + "§8even when the pet is not", + "§8summoned!", + "", + "§7§8This pet gains XP even when", + "§8not summoned!", + "", + "§7§8This pet only gains XP on the", + "§8§cCrimson Isle§8!", + "", + "§7§eRight-click to add this pet to", + "§eyour pet menu!", + "", + "§a§lUNCOMMON" + ], + "internalname": "KUUDRA;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Kuudra_Pet" + ] +}
\ No newline at end of file diff --git a/items/KUUDRA;2.json b/items/KUUDRA;2.json new file mode 100644 index 00000000..4c6ee623 --- /dev/null +++ b/items/KUUDRA;2.json @@ -0,0 +1,47 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§7[Lvl {LVL}] §9Kuudra", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"226ba0aa-272b-5b64-8442-192a70e0c40e\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWYwMjM5ZmI0OThlNTkwN2VkZTEyYWIzMjYyOWVlOTVmMDA2NDU3NGE5ZmZkZmY5ZmMzYTFjOGUyZWMxNzU4NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6Crimson\",6:\"§7§7Grants §a{0}% §7extra crimson\",7:\"§7essence.\",8:\"\",9:\"§6Wither Bait\",10:\"§7§7Increases the odds of finding\",11:\"§7a vanquisher by §a{1}%§7.\",12:\"\",13:\"§6Kuudra Fortune\",14:\"§7Gain §6+50☘ Mining Fortune\",15:\"§7while on the Crimson Isle.\",16:\"\",17:\"§7§8This pet\u0027s perks are active\",18:\"§8even when the pet is not\",19:\"§8summoned!\",20:\"\",21:\"§7§8This pet gains XP even when\",22:\"§8not summoned!\",23:\"\",24:\"§7§8This pet only gains XP on the\",25:\"§8§cCrimson Isle§8!\",26:\"\",27:\"§7§eRight-click to add this pet to\",28:\"§eyour pet menu!\",29:\"\",30:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Kuudra\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"KUUDRA\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"KUUDRA;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Combat Pet", + "", + "§7Health: §a{HEALTH}", + "§7Strength: §a{STRENGTH}", + "", + "§6Crimson", + "§7§7Grants §a{0}% §7extra crimson", + "§7essence.", + "", + "§6Wither Bait", + "§7§7Increases the odds of finding", + "§7a vanquisher by §a{1}%§7.", + "", + "§6Kuudra Fortune", + "§7Gain §6+50☘ Mining Fortune", + "§7while on the Crimson Isle.", + "", + "§7§8This pet\u0027s perks are active", + "§8even when the pet is not", + "§8summoned!", + "", + "§7§8This pet gains XP even when", + "§8not summoned!", + "", + "§7§8This pet only gains XP on the", + "§8§cCrimson Isle§8!", + "", + "§7§eRight-click to add this pet to", + "§eyour pet menu!", + "", + "§9§lRARE" + ], + "internalname": "KUUDRA;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Kuudra_Pet" + ] +}
\ No newline at end of file diff --git a/items/KUUDRA;3.json b/items/KUUDRA;3.json new file mode 100644 index 00000000..9ba0d003 --- /dev/null +++ b/items/KUUDRA;3.json @@ -0,0 +1,51 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§7[Lvl {LVL}] §5Kuudra", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"226ba0aa-272b-5b64-8442-192a70e0c40e\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWYwMjM5ZmI0OThlNTkwN2VkZTEyYWIzMjYyOWVlOTVmMDA2NDU3NGE5ZmZkZmY5ZmMzYTFjOGUyZWMxNzU4NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6Crimson\",6:\"§7§7Grants §a{0}% §7extra crimson\",7:\"§7essence.\",8:\"\",9:\"§6Wither Bait\",10:\"§7§7Increases the odds of finding\",11:\"§7a vanquisher by §a{1}%§7.\",12:\"\",13:\"§6Kuudra Fortune\",14:\"§7Gain §6+100☘ Mining Fortune\",15:\"§7while on the Crimson Isle.\",16:\"\",17:\"§6Trophy Bait\",18:\"§7Increases the odds of fishing\",19:\"§7Trophy Fish by §a{2}%.\",20:\"\",21:\"§7§8This pet\u0027s perks are active\",22:\"§8even when the pet is not\",23:\"§8summoned!\",24:\"\",25:\"§7§8This pet gains XP even when\",26:\"§8not summoned!\",27:\"\",28:\"§7§8This pet only gains XP on the\",29:\"§8§cCrimson Isle§8!\",30:\"\",31:\"§7§eRight-click to add this pet to\",32:\"§eyour pet menu!\",33:\"\",34:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Kuudra\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"KUUDRA\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"KUUDRA;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Combat Pet", + "", + "§7Health: §a{HEALTH}", + "§7Strength: §a{STRENGTH}", + "", + "§6Crimson", + "§7§7Grants §a{0}% §7extra crimson", + "§7essence.", + "", + "§6Wither Bait", + "§7§7Increases the odds of finding", + "§7a vanquisher by §a{1}%§7.", + "", + "§6Kuudra Fortune", + "§7Gain §6+100☘ Mining Fortune", + "§7while on the Crimson Isle.", + "", + "§6Trophy Bait", + "§7Increases the odds of fishing", + "§7Trophy Fish by §a{2}%.", + "", + "§7§8This pet\u0027s perks are active", + "§8even when the pet is not", + "§8summoned!", + "", + "§7§8This pet gains XP even when", + "§8not summoned!", + "", + "§7§8This pet only gains XP on the", + "§8§cCrimson Isle§8!", + "", + "§7§eRight-click to add this pet to", + "§eyour pet menu!", + "", + "§5§lEPIC" + ], + "internalname": "KUUDRA;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Kuudra_Pet" + ] +}
\ No newline at end of file diff --git a/items/KUUDRA;4.json b/items/KUUDRA;4.json new file mode 100644 index 00000000..87f50c88 --- /dev/null +++ b/items/KUUDRA;4.json @@ -0,0 +1,55 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§7[Lvl {LVL}] §6Kuudra", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"226ba0aa-272b-5b64-8442-192a70e0c40e\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWYwMjM5ZmI0OThlNTkwN2VkZTEyYWIzMjYyOWVlOTVmMDA2NDU3NGE5ZmZkZmY5ZmMzYTFjOGUyZWMxNzU4NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6Crimson\",6:\"§7§7Grants §a{0}% §7extra crimson\",7:\"§7essence.\",8:\"\",9:\"§6Wither Bait\",10:\"§7§7Increases the odds of finding\",11:\"§7a vanquisher by §a{1}%§7.\",12:\"\",13:\"§6Kuudra Fortune\",14:\"§7Gain §6+100☘ Mining Fortune\",15:\"§7while on the Crimson Isle.\",16:\"\",17:\"§6Trophy Bait\",18:\"§7Increases the odds of fishing\",19:\"§7Trophy Fish by §a{2}%.\",20:\"\",21:\"§6Kuudra Specialist\",22:\"§7Increases all damage to Kuudra\",23:\"§7by §c5%.\",24:\"\",25:\"§7§8This pet\u0027s perks are active\",26:\"§8even when the pet is not\",27:\"§8summoned!\",28:\"\",29:\"§7§8This pet gains XP even when\",30:\"§8not summoned!\",31:\"\",32:\"§7§8This pet only gains XP on the\",33:\"§8§cCrimson Isle§8!\",34:\"\",35:\"§7§eRight-click to add this pet to\",36:\"§eyour pet menu!\",37:\"\",38:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Kuudra\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"KUUDRA\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"KUUDRA;4\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Combat Pet", + "", + "§7Health: §a{HEALTH}", + "§7Strength: §a{STRENGTH}", + "", + "§6Crimson", + "§7§7Grants §a{0}% §7extra crimson", + "§7essence.", + "", + "§6Wither Bait", + "§7§7Increases the odds of finding", + "§7a vanquisher by §a{1}%§7.", + "", + "§6Kuudra Fortune", + "§7Gain §6+100☘ Mining Fortune", + "§7while on the Crimson Isle.", + "", + "§6Trophy Bait", + "§7Increases the odds of fishing", + "§7Trophy Fish by §a{2}%.", + "", + "§6Kuudra Specialist", + "§7Increases all damage to Kuudra", + "§7by §c5%.", + "", + "§7§8This pet\u0027s perks are active", + "§8even when the pet is not", + "§8summoned!", + "", + "§7§8This pet gains XP even when", + "§8not summoned!", + "", + "§7§8This pet only gains XP on the", + "§8§cCrimson Isle§8!", + "", + "§7§eRight-click to add this pet to", + "§eyour pet menu!", + "", + "§6§lLEGENDARY" + ], + "internalname": "KUUDRA;4", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Kuudra_Pet" + ] +}
\ No newline at end of file diff --git a/items/KUUDRA_BURNING_TIER_KEY.json b/items/KUUDRA_BURNING_TIER_KEY.json new file mode 100644 index 00000000..b8dc9739 --- /dev/null +++ b/items/KUUDRA_BURNING_TIER_KEY.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Burning Kuudra Key", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"74ceda89-849d-35b4-b0fb-00083f599c02\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzY1Mjg4MjI5NSwKICAicHJvZmlsZUlkIiA6ICI1YjY2YzNkZWZhYTI0NWMzYTcwNjM3OTA3NTQ0Yjg3MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWFuX1JhaWNvMDgxNiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8zMzBmNmY2ZTYzYjI0NWY4MzllM2NjZGNlNWE1ZjIyMDU2MjAxZDAyNzQ0MTFkZmU1ZDk0YmJlNDQ5YzRlY2UiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7§7Used to unlock the reward\",1:\"§7chest in the Burning Tier of the\",2:\"§7Kuudra fight.\",3:\"\",4:\"§8§l* §8Co-op Soulbound §8§l*\",5:\"§5§lEPIC\"],Name:\"§5Burning Kuudra Key\"},ExtraAttributes:{id:\"KUUDRA_BURNING_TIER_KEY\"}}", + "damage": 3, + "lore": [ + "§7§7Used to unlock the reward", + "§7chest in the Burning Tier of the", + "§7Kuudra fight.", + "", + "§8§l* §8Co-op Soulbound §8§l*", + "§5§lEPIC" + ], + "recipe": { + "A1": "KUUDRA_HOT_TIER_KEY:1", + "A2": "KUUDRA_HOT_TIER_KEY:1", + "A3": "", + "B1": "KUUDRA_HOT_TIER_KEY:1", + "B2": "KUUDRA_HOT_TIER_KEY:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "KUUDRA_BURNING_TIER_KEY", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Kuudra_Keys" + ] +}
\ No newline at end of file diff --git a/items/KUUDRA_FIERY_TIER_KEY.json b/items/KUUDRA_FIERY_TIER_KEY.json new file mode 100644 index 00000000..327a8d54 --- /dev/null +++ b/items/KUUDRA_FIERY_TIER_KEY.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Fiery Kuudra Key", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"75c56136-e7cc-3836-a4d5-ed516b7651d6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzY1Mjg5ODM0MSwKICAicHJvZmlsZUlkIiA6ICI5ZDQyNWFiOGFmZjg0MGU1OWM3NzUzZjc5Mjg5YjMyZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJUb21wa2luNDIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmQ4NTQzOTNiYmY5NDQ0NTQyNTAyNTgyZDRiNWEyM2NjNzM4OTY1MDZlMmZjNzM5ZDU0NWJjMzViYzdiMWMwNiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7§7Used to unlock the reward\",1:\"§7chest in the Fiery Tier of the\",2:\"§7Kuudra fight.\",3:\"\",4:\"§5§lEPIC\"],Name:\"§5Fiery Kuudra Key\"},ExtraAttributes:{id:\"KUUDRA_FIERY_TIER_KEY\"}}", + "damage": 3, + "lore": [ + "§7§7Used to unlock the reward", + "§7chest in the Fiery Tier of the", + "§7Kuudra fight.", + "", + "§5§lEPIC" + ], + "recipe": { + "A1": "KUUDRA_BURNING_TIER_KEY:1", + "A2": "KUUDRA_BURNING_TIER_KEY:1", + "A3": "", + "B1": "KUUDRA_BURNING_TIER_KEY:1", + "B2": "KUUDRA_BURNING_TIER_KEY:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "KUUDRA_FIERY_TIER_KEY", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Kuudra_Keys" + ] +}
\ No newline at end of file diff --git a/items/KUUDRA_HOT_TIER_KEY.json b/items/KUUDRA_HOT_TIER_KEY.json new file mode 100644 index 00000000..e7c1b036 --- /dev/null +++ b/items/KUUDRA_HOT_TIER_KEY.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Hot Kuudra Key", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"80a91601-ac87-302b-ac6a-4c635b73c2a2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzY1Mjg2NTc1MiwKICAicHJvZmlsZUlkIiA6ICJkMGI4MjE1OThmMTE0NzI1ODBmNmNiZTliOGUxYmU3MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJqYmFydHl5IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2MwMjU5ZTg5NjRjM2RlYjk1YjEyMzNiYjJkYzgyYzk4NjE3N2U2M2FlMzZjMTEyNjVjYjM4NTE4MGJiOTFjYzAiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7§7Used to unlock the reward\",1:\"§7chest in the Hot Tier of the\",2:\"§7Kuudra fight.\",3:\"\",4:\"§8§l* §8Co-op Soulbound §8§l*\",5:\"§5§lEPIC\"],Name:\"§5Hot Kuudra Key\"},ExtraAttributes:{id:\"KUUDRA_HOT_TIER_KEY\"}}", + "damage": 3, + "lore": [ + "§7§7Used to unlock the reward", + "§7chest in the Hot Tier of the", + "§7Kuudra fight.", + "", + "§8§l* §8Co-op Soulbound §8§l*", + "§5§lEPIC" + ], + "recipe": { + "A1": "KUUDRA_TIER_KEY:1", + "A2": "KUUDRA_TIER_KEY:1", + "A3": "", + "B1": "KUUDRA_TIER_KEY:1", + "B2": "KUUDRA_TIER_KEY:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "KUUDRA_HOT_TIER_KEY", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Kuudra_Keys" + ] +}
\ No newline at end of file diff --git a/items/KUUDRA_INFERNAL_TIER_KEY.json b/items/KUUDRA_INFERNAL_TIER_KEY.json new file mode 100644 index 00000000..683a87ff --- /dev/null +++ b/items/KUUDRA_INFERNAL_TIER_KEY.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Infernal Kuudra Key", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3877a428-ace8-3faf-9992-4644fbd87f4c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzY1MjkxMzA5NiwKICAicHJvZmlsZUlkIiA6ICJjNTlkMDFlMDI4MWI0MGNhOTczNjc5ODc4NmRmN2FmNiIsCiAgInByb2ZpbGVOYW1lIiA6ICJvWm9va3hQYXJjY2VyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzgyZWUyNTQxNGFhN2VmYjRhMmI0OTAxYzZlMzNlNWVhYTcwNWE2YWIyMTJlYmViZmQ2YTRkZTk4NDEyNWM3YTAiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7§7Used to unlock the reward\",1:\"§7chest in the Infernal Tier of\",2:\"§7the Kuudra fight.\",3:\"\",4:\"§6§lLEGENDARY\"],Name:\"§6Infernal Kuudra Key\"},ExtraAttributes:{id:\"KUUDRA_INFERNAL_TIER_KEY\"}}", + "damage": 3, + "lore": [ + "§7§7Used to unlock the reward", + "§7chest in the Infernal Tier of", + "§7the Kuudra fight.", + "", + "§6§lLEGENDARY" + ], + "recipe": { + "A1": "KUUDRA_FIERY_TIER_KEY:1", + "A2": "KUUDRA_FIERY_TIER_KEY:1", + "A3": "", + "B1": "KUUDRA_FIERY_TIER_KEY:1", + "B2": "KUUDRA_FIERY_TIER_KEY:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "KUUDRA_INFERNAL_TIER_KEY", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Kuudra_Keys" + ] +}
\ No newline at end of file diff --git a/items/LARGE_FORAGING_SACK.json b/items/LARGE_FORAGING_SACK.json index c4064598..f8af3bb8 100644 --- a/items/LARGE_FORAGING_SACK.json +++ b/items/LARGE_FORAGING_SACK.json @@ -7,10 +7,14 @@ "§7Item pickups go directly into", "§7your sacks.", "", - "§7§7Items: §aOak Wood§7, §aSpruce", - "§aWood§7, §aBirch Wood§7, §aDark Oak", - "§aWood§7, §aAcacia Wood§7, §aJungle", - "§aWood", + "§7§7Items: §aAcacia Wood§7, §aSpruce", + "§aWood§7, §aJungle Wood§7, §aBirch", + "§aWood§7, §aOak Wood§7, §aDark Oak", + "§aWood§7, §aApple§7, §aAcacia", + "§aSapling§7, §aSpruce Sapling§7,", + "§7§aJungle Sapling§7, §aBirch", + "§aSapling§7, §aOak Sapling§7, §aDark", + "§aOak Sapling", "", "§7Capacity: §e20,160 per item", "§8Sacks sum their capacity.", diff --git a/items/LARGE_LAVA_FISHING_SACK.json b/items/LARGE_LAVA_FISHING_SACK.json index 604e9d2b..c3ab1a5d 100644 --- a/items/LARGE_LAVA_FISHING_SACK.json +++ b/items/LARGE_LAVA_FISHING_SACK.json @@ -35,5 +35,8 @@ "crafttext": "Requires: Magmafish XI", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Lava_Fishing_Sack" + ] }
\ No newline at end of file diff --git a/items/LARGE_NETHER_SACK.json b/items/LARGE_NETHER_SACK.json index fd4154a5..f7180775 100644 --- a/items/LARGE_NETHER_SACK.json +++ b/items/LARGE_NETHER_SACK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Large Nether Sack", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5163a88f-0119-3364-85f1-289954ac28a6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzYwNjYxMTQ3NiwKICAicHJvZmlsZUlkIiA6ICJmNWQwYjFhZTQxNmU0YTE5ODEyMTRmZGQzMWU3MzA1YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJDYXRjaFRoZVdhdmUxMCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8zMDVhN2U3MzE3MWIxNjMyYzE2ZDg3OWY0ZTQ5ODMyNjFjNWY2YjY0ZjQ0MjcyZjczYjNhMzQ5ZjY4YjNhMjk2IiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aSulphur§7, §aRed\",4:\"§aSand§7, §aMycelium§7,\",5:\"§7§aNetherrack§7, §aMagma Cream§7,\",6:\"§7§aBlaze Rod§7, §aGhast Tear§7,\",7:\"§7§aNether Quartz§7, §aGlowstone\",8:\"§aDust§7, §aNether Wart§7, §aSpectre\",9:\"§aDust§7, §aBlaze Ashes§7, §aMutated\",10:\"§aBlaze Ashes§7, §aWither Soul§7,\",11:\"§7§aMagma Chunk§7, §aBezos§7,\",12:\"§7§aBurning Eye§7, §aTentacle\",13:\"§aMeat§7, §aDigested Mushrooms§7,\",14:\"§7§aKada Lead§7, §aMagmag§7,\",15:\"§7§aGazing Pearl§7, §aLeather\",16:\"§aCloth§7, §aSpell Powder§7,\",17:\"§7§aCompact Ooze§7, §aLumino\",18:\"§aFiber§7, §aHallowed Skull§7,\",19:\"§7§aCorrupted Fragment\",20:\"\",21:\"§7Capacity: §e20,160 per item\",22:\"§8Sacks sum their capacity.\",23:\"\",24:\"§5§lEPIC\"],Name:\"§5Large Nether Sack\"},ExtraAttributes:{id:\"LARGE_NETHER_SACK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5163a88f-0119-3364-85f1-289954ac28a6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzYwNjYxMTQ3NiwKICAicHJvZmlsZUlkIiA6ICJmNWQwYjFhZTQxNmU0YTE5ODEyMTRmZGQzMWU3MzA1YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJDYXRjaFRoZVdhdmUxMCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8zMDVhN2U3MzE3MWIxNjMyYzE2ZDg3OWY0ZTQ5ODMyNjFjNWY2YjY0ZjQ0MjcyZjczYjNhMzQ5ZjY4YjNhMjk2IiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aSulphur§7, §aRed\",4:\"§aSand§7, §aMycelium§7,\",5:\"§7§aNetherrack§7, §aMagma Cream§7,\",6:\"§7§aBlaze Rod§7, §aGhast Tear§7,\",7:\"§7§aNether Quartz§7, §aGlowstone\",8:\"§aDust§7, §aNether Wart§7, §aSpectre\",9:\"§aDust§7, §aBlaze Ashes§7, §aMutated\",10:\"§aBlaze Ashes§7, §aWither Soul§7,\",11:\"§7§aMagma Chunk§7, §aBezos§7,\",12:\"§7§aBurning Eye§7, §aTentacle\",13:\"§aMeat§7, §aDigested Mushrooms§7,\",14:\"§7§aKada Lead§7, §aMagmag§7,\",15:\"§7§aGazing Pearl§7, §aLeather\",16:\"§aCloth§7, §aSpell Powder§7,\",17:\"§7§aCompact Ooze§7, §aLumino\",18:\"§aFiber§7, §aHallowed Skull§7,\",19:\"§7§aCorrupted Fragment\",20:\"\",21:\"§7Capacity: §e20,160 per item\",22:\"§8Sacks sum their capacity.\",23:\"\",24:\"§5§lEPIC\"],Name:\"§5Large Nether Sack\"},ExtraAttributes:{id:\"LARGE_NETHER_SACK\"}}", "damage": 3, "lore": [ "§7Item pickups go directly into", diff --git a/items/LAVATEARS_RUNE;1.json b/items/LAVATEARS_RUNE;1.json new file mode 100644 index 00000000..f6b6493e --- /dev/null +++ b/items/LAVATEARS_RUNE;1.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§c◆ Lavatears Rune I", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"9a960dcb-e362-3642-bf8e-510574a20cd7\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjA2NjkzNzY0OCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGM4Y2NkNWY4NjNkODJiYjA5N2I5MjZiYzVmNGNjYTk3YjE5ZjQ2ZTExYjNhM2E1OWQwMDFhZGI4OTg4Njc3MyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Requires level 25\",1:\"§8Bows\",2:\"\",3:\"§7Obtained very rarel from slaying\",4:\"§7Inferno Demonlord.\",5:\"\",6:\"§7Apply this rune to bows or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§c◆ Lavatears Rune I\"},ExtraAttributes:{runes:{LAVATEARS:1},id:\"LAVATEARS_RUNE;1\"}}", + "damage": 3, + "lore": [ + "§8Requires level 25", + "§8Bows", + "", + "§7Obtained very rarel from slaying", + "§7Inferno Demonlord.", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "LAVATEARS_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/LAVATEARS_RUNE;2.json b/items/LAVATEARS_RUNE;2.json new file mode 100644 index 00000000..28e61943 --- /dev/null +++ b/items/LAVATEARS_RUNE;2.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§c◆ Lavatears Rune II", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"9a960dcb-e362-3642-bf8e-510574a20cd7\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjA2NjkzNzY0OCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGM4Y2NkNWY4NjNkODJiYjA5N2I5MjZiYzVmNGNjYTk3YjE5ZjQ2ZTExYjNhM2E1OWQwMDFhZGI4OTg4Njc3MyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Requires level 25\",1:\"§8Bows\",2:\"\",3:\"§7Obtained very rarel from slaying\",4:\"§7Inferno Demonlord.\",5:\"\",6:\"§7Apply this rune to bows or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§c◆ Lavatears Rune II\"},ExtraAttributes:{runes:{LAVATEARS:2},id:\"LAVATEARS_RUNE;2\"}}", + "damage": 3, + "lore": [ + "§8Requires level 25", + "§8Bows", + "", + "§7Obtained very rarel from slaying", + "§7Inferno Demonlord.", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "LAVATEARS_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/LAVATEARS_RUNE;3.json b/items/LAVATEARS_RUNE;3.json new file mode 100644 index 00000000..2796a0c9 --- /dev/null +++ b/items/LAVATEARS_RUNE;3.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§c◆ Lavatears Rune III", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"9a960dcb-e362-3642-bf8e-510574a20cd7\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjA2NjkzNzY0OCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGM4Y2NkNWY4NjNkODJiYjA5N2I5MjZiYzVmNGNjYTk3YjE5ZjQ2ZTExYjNhM2E1OWQwMDFhZGI4OTg4Njc3MyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Requires level 25\",1:\"§8Bows\",2:\"\",3:\"§7Obtained very rarel from slaying\",4:\"§7Inferno Demonlord.\",5:\"\",6:\"§7Apply this rune to bows or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§c◆ Lavatears Rune III\"},ExtraAttributes:{runes:{LAVATEARS:3},id:\"LAVATEARS_RUNE;3\"}}", + "damage": 3, + "lore": [ + "§8Requires level 25", + "§8Bows", + "", + "§7Obtained very rarel from slaying", + "§7Inferno Demonlord.", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "LAVATEARS_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/LAVA_HORSE_BRONZE.json b/items/LAVA_HORSE_BRONZE.json index a0bb0b0a..f094db16 100644 --- a/items/LAVA_HORSE_BRONZE.json +++ b/items/LAVA_HORSE_BRONZE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Lavahorse§r §l§8§LBRONZE", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d0759243-8bdf-3aa1-8838-0136f20c2972\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzgyMTg2NiwKICAicHJvZmlsZUlkIiA6ICJkZTE0MGFmM2NmMjM0ZmM0OTJiZTE3M2Y2NjA3MzViYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJTUlRlYW0iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTE3NmVhODY2MzVjNGU4NDk0NjllZDY5NGIzYzBjM2Y3ZWM3Njc3ZWQwNjgyYmVlNWVmNmQ1OWVhNjY5Njc3ZiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Caught everywhere.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Lavahorse§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"LAVA_HORSE_BRONZE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d0759243-8bdf-3aa1-8838-0136f20c2972\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzgyMTg2NiwKICAicHJvZmlsZUlkIiA6ICJkZTE0MGFmM2NmMjM0ZmM0OTJiZTE3M2Y2NjA3MzViYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJTUlRlYW0iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTE3NmVhODY2MzVjNGU4NDk0NjllZDY5NGIzYzBjM2Y3ZWM3Njc3ZWQwNjgyYmVlNWVmNmQ1OWVhNjY5Njc3ZiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Caught everywhere.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Lavahorse§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"LAVA_HORSE_BRONZE\"}}", "damage": 3, "lore": [ "§7Caught everywhere.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§9§lRARE TROPHY FISH" ], "internalname": "LAVA_HORSE_BRONZE", diff --git a/items/LAVA_HORSE_DIAMOND.json b/items/LAVA_HORSE_DIAMOND.json index 3bda8fe3..8f0041a6 100644 --- a/items/LAVA_HORSE_DIAMOND.json +++ b/items/LAVA_HORSE_DIAMOND.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Lavahorse§r §l§B§LDIAMOND", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"40d7b21d-f90d-3eda-b5dc-c6d31080f824\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzc2NTE5NSwKICAicHJvZmlsZUlkIiA6ICI5MGQ1NDY0OGEzNWE0YmExYTI2Yjg1YTg4NTU4OGJlOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJFdW4wbWlhIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzY3ZTY4NTc4ODc5MmRjOTBlN2QxOWMyOTMyZjNkYzFkYmUzOTZlNmNhYzA2ODI2MDk5N2VhMGI2NGZmZDJiZjgiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Caught everywhere.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Lavahorse§r §l§B§LDIAMOND\"},ExtraAttributes:{id:\"LAVA_HORSE_DIAMOND\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"40d7b21d-f90d-3eda-b5dc-c6d31080f824\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzc2NTE5NSwKICAicHJvZmlsZUlkIiA6ICI5MGQ1NDY0OGEzNWE0YmExYTI2Yjg1YTg4NTU4OGJlOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJFdW4wbWlhIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzY3ZTY4NTc4ODc5MmRjOTBlN2QxOWMyOTMyZjNkYzFkYmUzOTZlNmNhYzA2ODI2MDk5N2VhMGI2NGZmZDJiZjgiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Caught everywhere.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Lavahorse§r §l§B§LDIAMOND\"},ExtraAttributes:{id:\"LAVA_HORSE_DIAMOND\"}}", "damage": 3, "lore": [ "§7Caught everywhere.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§9§lRARE TROPHY FISH" ], "internalname": "LAVA_HORSE_DIAMOND", diff --git a/items/LAVA_HORSE_GOLD.json b/items/LAVA_HORSE_GOLD.json index d6e88acf..e64717a7 100644 --- a/items/LAVA_HORSE_GOLD.json +++ b/items/LAVA_HORSE_GOLD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Lavahorse§r §l§6§LGOLD", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ed3cef40-66bf-3f80-9afc-b8c0267c8f93\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzc4Mjk2MiwKICAicHJvZmlsZUlkIiA6ICIwODFiZTAxZmZlMmU0ODMyODI3MDIwMjBlNmI1M2ExNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJMeXJpY1BsYXRlMjUyNDIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTRkODg1MDUzNmNhNWQzYjczNTY5MWJlNDM5YzdmODYxOWViYzE0YWQwYWVmNzgwNTVmZDg2YTM3ZGQyYWRmMSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Caught everywhere.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Lavahorse§r §l§6§LGOLD\"},ExtraAttributes:{id:\"LAVA_HORSE_GOLD\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ed3cef40-66bf-3f80-9afc-b8c0267c8f93\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzc4Mjk2MiwKICAicHJvZmlsZUlkIiA6ICIwODFiZTAxZmZlMmU0ODMyODI3MDIwMjBlNmI1M2ExNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJMeXJpY1BsYXRlMjUyNDIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTRkODg1MDUzNmNhNWQzYjczNTY5MWJlNDM5YzdmODYxOWViYzE0YWQwYWVmNzgwNTVmZDg2YTM3ZGQyYWRmMSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Caught everywhere.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Lavahorse§r §l§6§LGOLD\"},ExtraAttributes:{id:\"LAVA_HORSE_GOLD\"}}", "damage": 3, "lore": [ "§7Caught everywhere.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§9§lRARE TROPHY FISH" ], "internalname": "LAVA_HORSE_GOLD", diff --git a/items/LAVA_HORSE_SILVER.json b/items/LAVA_HORSE_SILVER.json index 2ebddea9..0e0e279b 100644 --- a/items/LAVA_HORSE_SILVER.json +++ b/items/LAVA_HORSE_SILVER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Lava Horse§r §l§7§LSILVER", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6e63cad0-58a7-3ffd-b619-63557c0dc383\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzgwMzYyOSwKICAicHJvZmlsZUlkIiA6ICJlMmVkYTM1YjMzZGU0M2UxOTVhZmRkNDgxNzQ4ZDlhOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJDaGFsa19SaWNlR0kiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTI0YWI0MDU1NjZjNDQ4Yzc0ODQxMzJmOTlhN2JiNzliZGY1NDdhZTUwNzEzYzBkZDg2NmEyMzc1MTU2YjJjNyIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Caught everywhere.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Lava Horse§r §l§7§LSILVER\"},ExtraAttributes:{id:\"LAVA_HORSE_SILVER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6e63cad0-58a7-3ffd-b619-63557c0dc383\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzgwMzYyOSwKICAicHJvZmlsZUlkIiA6ICJlMmVkYTM1YjMzZGU0M2UxOTVhZmRkNDgxNzQ4ZDlhOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJDaGFsa19SaWNlR0kiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTI0YWI0MDU1NjZjNDQ4Yzc0ODQxMzJmOTlhN2JiNzliZGY1NDdhZTUwNzEzYzBkZDg2NmEyMzc1MTU2YjJjNyIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Caught everywhere.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Lava Horse§r §l§7§LSILVER\"},ExtraAttributes:{id:\"LAVA_HORSE_SILVER\"}}", "damage": 3, "lore": [ "§7Caught everywhere.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§9§lRARE TROPHY FISH" ], "internalname": "LAVA_HORSE_SILVER", diff --git a/items/LUMINO_FIBER.json b/items/LUMINO_FIBER.json new file mode 100644 index 00000000..bae899a0 --- /dev/null +++ b/items/LUMINO_FIBER.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:string", + "displayname": "§5Lumino Fiber", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"§7§7§oChanges color based on the\",2:\"§7§oangle you look at it.\",3:\"\",4:\"§8§l* §8Co-op Soulbound §8§l*\",5:\"§5§lEPIC\"],Name:\"§5Lumino Fiber\"},ExtraAttributes:{id:\"LUMINO_FIBER\"}}", + "damage": 0, + "lore": [ + "§eRight-click to view recipes!", + "§7§7§oChanges color based on the", + "§7§oangle you look at it.", + "", + "§8§l* §8Co-op Soulbound §8§l*", + "§5§lEPIC" + ], + "internalname": "LUMINO_FIBER", + "clickcommand": "", + "modver": "2.1.0-REL" +}
\ No newline at end of file diff --git a/items/MAGMA_CREAM_DISTILLATE.json b/items/MAGMA_CREAM_DISTILLATE.json index ca2cfd9b..b149ea25 100644 --- a/items/MAGMA_CREAM_DISTILLATE.json +++ b/items/MAGMA_CREAM_DISTILLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Magma Cream Distillate", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c95d296c-9b74-3f50-b97e-2108f6f86e6a\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjIxMDI4NzA0MywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmNkZjYzNjg3N2YwYTFlZGIzNWFlZDRjYzFmZDBlOWM5YTA0Y2ZiOGU4ODA5ZDQ1Y2QzNTE0YWUwNWFkMmFmMCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§9§lRARE\"],Name:\"§9Magma Cream Distillate\"},ExtraAttributes:{id:\"MAGMA_CREAM_DISTILLATE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c95d296c-9b74-3f50-b97e-2108f6f86e6a\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjIxMDI4NzA0MywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmNkZjYzNjg3N2YwYTFlZGIzNWFlZDRjYzFmZDBlOWM5YTA0Y2ZiOGU4ODA5ZDQ1Y2QzNTE0YWUwNWFkMmFmMCIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§9§lRARE\"],Name:\"§9Magma Cream Distillate\"},ExtraAttributes:{id:\"MAGMA_CREAM_DISTILLATE\"}}", "damage": 3, "lore": [ "§eRight-click to view recipes!", @@ -12,5 +12,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Distillates" + ] }
\ No newline at end of file diff --git a/items/MAGMA_LORD_GAUNTLET.json b/items/MAGMA_LORD_GAUNTLET.json new file mode 100644 index 00000000..66933562 --- /dev/null +++ b/items/MAGMA_LORD_GAUNTLET.json @@ -0,0 +1,36 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Magma Lord Gauntlet", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5aa6d1ce-ce5d-3695-99f7-4aeb5b77c956\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1MDM3OTExMjUxMywKICAicHJvZmlsZUlkIiA6ICJkOGNkMTNjZGRmNGU0Y2IzODJmYWZiYWIwOGIyNzQ4OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJaYWNoeVphY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTY4YTJiZmU2ZTU2ZGRlYTEwM2RlOGNlYzAwMGVmYTgzZWJiOWE5NTljNjhkODI0MDI1NDNjMDFkNDEzN2QyNiIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Strength: §c+10\",1:\"§7Crit Damage: §c+30%\",2:\"§7Sea Creature Chance: §c+1.5%\",3:\"§7Health: §a+35\",4:\"§7Ferocity: §a+2\",5:\"\",6:\"§8Tiered Bonus: Fireproof (0/2)\",7:\"§7Provides immunity to §6nether\",8:\"§6magma§7.\",9:\"\",10:\"§8Tiered Bonus: Lord\u0027s Blessing (0/5)\",11:\"§7Grants §3+1α Sea Creature\",12:\"§3Chance§7.\",13:\"§7Grants §b+5✯ Magic Find §7on\",14:\"§7Lava Sea Creatures.\",15:\"\",16:\"§7Damage taken by §cLava Sea\",17:\"§cCreatures §7is reduced by §a5%\",18:\"§a§7and damage dealt is increased\",19:\"§7by §c1.1x\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§5§lEPIC GLOVES\"],Name:\"§f§f§5Magma Lord Gauntlet\"},ExtraAttributes:{id:\"MAGMA_LORD_GAUNTLET\"}}", + "damage": 3, + "lore": [ + "§7Strength: §c+10", + "§7Crit Damage: §c+30%", + "§7Sea Creature Chance: §c+1.5%", + "§7Health: §a+35", + "§7Ferocity: §a+2", + "", + "§8Tiered Bonus: Fireproof (0/2)", + "§7Provides immunity to §6nether", + "§6magma§7.", + "", + "§8Tiered Bonus: Lord\u0027s Blessing (0/5)", + "§7Grants §3+1α Sea Creature", + "§3Chance§7.", + "§7Grants §b+5✯ Magic Find §7on", + "§7Lava Sea Creatures.", + "", + "§7Damage taken by §cLava Sea", + "§cCreatures §7is reduced by §a5%", + "§a§7and damage dealt is increased", + "§7by §c1.1x", + "", + "§7§8This item can be reforged!", + "§5§lEPIC GLOVES" + ], + "internalname": "MAGMA_LORD_GAUNTLET", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/MAGMA_NECKLACE.json b/items/MAGMA_NECKLACE.json index 408f84fc..6b331f59 100644 --- a/items/MAGMA_NECKLACE.json +++ b/items/MAGMA_NECKLACE.json @@ -28,5 +28,8 @@ "crafttext": "", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Magma_Necklace" + ] }
\ No newline at end of file diff --git a/items/MAGMA_URCHIN.json b/items/MAGMA_URCHIN.json index 5464fd41..4f1076a9 100644 --- a/items/MAGMA_URCHIN.json +++ b/items/MAGMA_URCHIN.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Magma Urchin", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"87ad7dbf-f59b-3db1-8e06-d8a43d6dd2ef\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWQ0MDQxYzAzMzRmN2IxOGZlOTdmN2Q0Y2MzODI2NzgzMjY2Y2E0ZTQ1MWI0ZjEwYTA4MDA2YzUzMjk4NTRmYiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Power Stone\",1:\"\",2:\"§7Combine §a9x §7of this stone at the\",3:\"§7§6Thaumaturgist §7to permanently\",4:\"§7unlock the §aHurtful §7power.\",5:\"\",6:\"§7At §6§kmmm§r §6Magical Power§7:\",7:\"§c+§kmmm❁§r §cStrength\",8:\"§9+§kmmm☠§r §9Crit Damage\",9:\"\",10:\"§7Unique Power Bonus:\",11:\"§e+15⚔ Bonus Attack Speed\",12:\"\",13:\"§7Requires §aCombat Skill Level XXV§7!\",14:\"\",15:\"§5§lEPIC POWER STONE\"],Name:\"§5Magma Urchin\"},ExtraAttributes:{id:\"MAGMA_URCHIN\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"87ad7dbf-f59b-3db1-8e06-d8a43d6dd2ef\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWQ0MDQxYzAzMzRmN2IxOGZlOTdmN2Q0Y2MzODI2NzgzMjY2Y2E0ZTQ1MWI0ZjEwYTA4MDA2YzUzMjk4NTRmYiJ9fX0=\"}]}},display:{Lore:[0:\"§8Power Stone\",1:\"\",2:\"§7Combine §a9x §7of this stone at the\",3:\"§7§6Thaumaturgist §7to permanently\",4:\"§7unlock the §aHurtful §7power.\",5:\"\",6:\"§7At §6§kmmm§r §6Magical Power§7:\",7:\"§c+§kmmm❁§r §cStrength\",8:\"§9+§kmmm☠§r §9Crit Damage\",9:\"\",10:\"§7Unique Power Bonus:\",11:\"§e+15⚔ Bonus Attack Speed\",12:\"\",13:\"§7Requires §aCombat Skill Level XXV§7!\",14:\"\",15:\"§5§lEPIC POWER STONE\"],Name:\"§5Magma Urchin\"},ExtraAttributes:{id:\"MAGMA_URCHIN\"}}", "damage": 3, "lore": [ "§8Power Stone", @@ -25,5 +25,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Magma_Urchin" + ] }
\ No newline at end of file diff --git a/items/MANA_RAY_BRONZE.json b/items/MANA_RAY_BRONZE.json index c05d69e3..fedbdaa9 100644 --- a/items/MANA_RAY_BRONZE.json +++ b/items/MANA_RAY_BRONZE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Mana Ray§r §l§8§LBRONZE", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3fb8031f-aee3-3b1c-af3e-ac618bb39363\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzgzMTA0MjA4MywKICAicHJvZmlsZUlkIiA6ICIzOTVkZTJlYjVjNjU0ZmRkOWQ2NDAwY2JhNmNmNjFhNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJzcGFyZXN0ZXZlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2ZkYjJjYWQwNmY0NzViMDM2YWQ3MWQ2MTQ2OWI4ZTY3MGUxODkyMDQzNTBhZGFiNjA3OWRjODVlMWY3ZDU4ZjIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Lured by having a high amount of\",1:\"§7mana.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Mana Ray§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"MANA_RAY_BRONZE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3fb8031f-aee3-3b1c-af3e-ac618bb39363\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzgzMTA0MjA4MywKICAicHJvZmlsZUlkIiA6ICIzOTVkZTJlYjVjNjU0ZmRkOWQ2NDAwY2JhNmNmNjFhNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJzcGFyZXN0ZXZlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2ZkYjJjYWQwNmY0NzViMDM2YWQ3MWQ2MTQ2OWI4ZTY3MGUxODkyMDQzNTBhZGFiNjA3OWRjODVlMWY3ZDU4ZjIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Lured by having a high amount of\",1:\"§7mana.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Mana Ray§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"MANA_RAY_BRONZE\"}}", "damage": 3, "lore": [ "§7Lured by having a high amount of", @@ -10,6 +10,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§9§lRARE TROPHY FISH" ], "internalname": "MANA_RAY_BRONZE", diff --git a/items/MANA_RAY_DIAMOND.json b/items/MANA_RAY_DIAMOND.json index 5fd86cd1..e9f4b606 100644 --- a/items/MANA_RAY_DIAMOND.json +++ b/items/MANA_RAY_DIAMOND.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Mana Ray§r §l§B§LDIAMOND", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3fb8031f-aee3-3b1c-af3e-ac618bb39363\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzgzMTA0MjA4MywKICAicHJvZmlsZUlkIiA6ICIzOTVkZTJlYjVjNjU0ZmRkOWQ2NDAwY2JhNmNmNjFhNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJzcGFyZXN0ZXZlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2ZkYjJjYWQwNmY0NzViMDM2YWQ3MWQ2MTQ2OWI4ZTY3MGUxODkyMDQzNTBhZGFiNjA3OWRjODVlMWY3ZDU4ZjIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Lured by having a high amount of\",1:\"§7mana.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Mana Ray§r §l§B§LDIAMOND\"},ExtraAttributes:{id:\"MANA_RAY_DIAMOND\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3fb8031f-aee3-3b1c-af3e-ac618bb39363\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzgzMTA0MjA4MywKICAicHJvZmlsZUlkIiA6ICIzOTVkZTJlYjVjNjU0ZmRkOWQ2NDAwY2JhNmNmNjFhNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJzcGFyZXN0ZXZlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2ZkYjJjYWQwNmY0NzViMDM2YWQ3MWQ2MTQ2OWI4ZTY3MGUxODkyMDQzNTBhZGFiNjA3OWRjODVlMWY3ZDU4ZjIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Lured by having a high amount of\",1:\"§7mana.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Mana Ray§r §l§B§LDIAMOND\"},ExtraAttributes:{id:\"MANA_RAY_DIAMOND\"}}", "damage": 3, "lore": [ "§7Lured by having a high amount of", @@ -10,6 +10,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§9§lRARE TROPHY FISH" ], "internalname": "MANA_RAY_DIAMOND", diff --git a/items/MANA_RAY_GOLD.json b/items/MANA_RAY_GOLD.json index b5739baf..066cd546 100644 --- a/items/MANA_RAY_GOLD.json +++ b/items/MANA_RAY_GOLD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Mana Ray§r §l§6§LGOLD", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3fb8031f-aee3-3b1c-af3e-ac618bb39363\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzgzMTA0MjA4MywKICAicHJvZmlsZUlkIiA6ICIzOTVkZTJlYjVjNjU0ZmRkOWQ2NDAwY2JhNmNmNjFhNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJzcGFyZXN0ZXZlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2ZkYjJjYWQwNmY0NzViMDM2YWQ3MWQ2MTQ2OWI4ZTY3MGUxODkyMDQzNTBhZGFiNjA3OWRjODVlMWY3ZDU4ZjIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Lured by having a high amount of\",1:\"§7mana.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Mana Ray§r §l§6§LGOLD\"},ExtraAttributes:{id:\"MANA_RAY_GOLD\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3fb8031f-aee3-3b1c-af3e-ac618bb39363\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzgzMTA0MjA4MywKICAicHJvZmlsZUlkIiA6ICIzOTVkZTJlYjVjNjU0ZmRkOWQ2NDAwY2JhNmNmNjFhNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJzcGFyZXN0ZXZlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2ZkYjJjYWQwNmY0NzViMDM2YWQ3MWQ2MTQ2OWI4ZTY3MGUxODkyMDQzNTBhZGFiNjA3OWRjODVlMWY3ZDU4ZjIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Lured by having a high amount of\",1:\"§7mana.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Mana Ray§r §l§6§LGOLD\"},ExtraAttributes:{id:\"MANA_RAY_GOLD\"}}", "damage": 3, "lore": [ "§7Lured by having a high amount of", @@ -10,6 +10,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§9§lRARE TROPHY FISH" ], "internalname": "MANA_RAY_GOLD", diff --git a/items/MANA_RAY_SILVER.json b/items/MANA_RAY_SILVER.json index cc31a3df..b3c40dfc 100644 --- a/items/MANA_RAY_SILVER.json +++ b/items/MANA_RAY_SILVER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Mana Ray§r §l§7§LSILVER", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3fb8031f-aee3-3b1c-af3e-ac618bb39363\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzgzMTA0MjA4MywKICAicHJvZmlsZUlkIiA6ICIzOTVkZTJlYjVjNjU0ZmRkOWQ2NDAwY2JhNmNmNjFhNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJzcGFyZXN0ZXZlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2ZkYjJjYWQwNmY0NzViMDM2YWQ3MWQ2MTQ2OWI4ZTY3MGUxODkyMDQzNTBhZGFiNjA3OWRjODVlMWY3ZDU4ZjIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Lured by having a high amount of\",1:\"§7mana.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Mana Ray§r §l§7§LSILVER\"},ExtraAttributes:{id:\"MANA_RAY_SILVER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3fb8031f-aee3-3b1c-af3e-ac618bb39363\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzgzMTA0MjA4MywKICAicHJvZmlsZUlkIiA6ICIzOTVkZTJlYjVjNjU0ZmRkOWQ2NDAwY2JhNmNmNjFhNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJzcGFyZXN0ZXZlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2ZkYjJjYWQwNmY0NzViMDM2YWQ3MWQ2MTQ2OWI4ZTY3MGUxODkyMDQzNTBhZGFiNjA3OWRjODVlMWY3ZDU4ZjIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Lured by having a high amount of\",1:\"§7mana.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Mana Ray§r §l§7§LSILVER\"},ExtraAttributes:{id:\"MANA_RAY_SILVER\"}}", "damage": 3, "lore": [ "§7Lured by having a high amount of", @@ -10,6 +10,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§9§lRARE TROPHY FISH" ], "internalname": "MANA_RAY_SILVER", diff --git a/items/MANDRAA.json b/items/MANDRAA.json index b9207032..e0fc5b9d 100644 --- a/items/MANDRAA.json +++ b/items/MANDRAA.json @@ -26,5 +26,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mandraa" + ] }
\ No newline at end of file diff --git a/items/MAWDUST_DAGGER.json b/items/MAWDUST_DAGGER.json index e139775e..b4a5de60 100644 --- a/items/MAWDUST_DAGGER.json +++ b/items/MAWDUST_DAGGER.json @@ -42,6 +42,7 @@ "internalname": "MAWDUST_DAGGER", "crafttext": "", "clickcommand": "viewrecipe", + "slayer_req": "BLAZE_2", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ diff --git a/items/MAXED_ENCHANT_BOOK.json b/items/MAXED_ENCHANT_BOOK.json index f1ec2954..aa5a9aa8 100644 --- a/items/MAXED_ENCHANT_BOOK.json +++ b/items/MAXED_ENCHANT_BOOK.json @@ -1,40 +1,44 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§cMax Enchanted Book", - "nbttag": "{ench:[0:{lvl:5s,id:32s},1:{lvl:3s,id:8s},2:{lvl:3s,id:5s},3:{lvl:1s,id:6s}],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§aThis is to test custom enchant color.\",1:\"\",2:\"§9§d§lBank V§9, §9§d§lChimera V§9,\",3:\"§9§d§lCombo V§9, §9§d§lLast Stand V§9,\",4:\"§9§d§lLegion V§9, §9§d§lNo Pain No Gain V§9,\",5:\"§9§d§lOne For All I§9, §9§d§lRend V§9,\",6:\"§9§d§lSoul Eater V§9, §9§d§lSwarm V§9,\",7:\"§9§d§lUltimate Jerry V§9, §9§d§lUltimate Wise V§9,\",8:\"§9§d§lWisdom V§9, §9Angler VI§9,\",9:\"§9Aqua Affinity I§9, §9Bane of Arthropods VII§9,\",10:\"§9Big Brain V§9, §9Blast Protection VII§9,\",11:\"§9Blessing V§9, §9Caster VI§9,\",12:\"§9Chance V§9, §9Cleave VI§9,\",13:\"§9Compact X§9, §9Counter-Strike V§9,\",14:\"§9Critical VII§9, §9Cubism VI§9,\",15:\"§9Cultivating X§9, §9Delicate V§9,\",16:\"§9Depth Strider III§9, §9Dragon Hunter V§9,\",17:\"§9Dragon Tracer V§9, §9Efficiency X§9,\",18:\"§9Ender Slayer VII§9, §9Execute VI§9,\",19:\"§9Experience IV§9, §9Expertise X§9,\",20:\"§9Feather Falling X§9, §9Fire Aspect II§9,\",21:\"§9Fire Protection VII§9, §9First Strike V§9,\",22:\"§9Flame I§9, §9Fortune IV§9,\",23:\"§9Frail VI§9, §9Frost Walker II§9,\",24:\"§9Giant Killer VII§9, §9Growth VII§9,\",25:\"§9Harvesting VI§9, §9Impaling III§9,\",26:\"§9Infinite Quiver X§9, §9Knockback II§9,\",27:\"§9Lethality VI§9, §9Life Steal V§9,\",28:\"§9Looting V§9, §9Luck VII§9,\",29:\"§9Luck of the Sea VI§9, §9Lure VI§9,\",30:\"§9Magnet VI§9, §9Mana Steal III§9,\",31:\"§9Overload V§9, §9Piercing I§9,\",32:\"§9Power VII§9, §9Pristine V§9,\",33:\"§9Projectile Protection VII§9, §9Prosecute VI§9,\",34:\"§9Protection VII§9, §9Punch II§9,\",35:\"§9Rainbow I§9, §9Rejuvenate V§9,\",36:\"§9Replenish I§9, §9Respiration III§9,\",37:\"§9Respite V§9, §9Scavenger V§9,\",38:\"§9Sharpness VII§9, §9Silk Touch I§9,\",39:\"§9Smarty Pants V§9, §9Smelting Touch I§9,\",40:\"§9Smite VII§9, §9Snipe IV§9,\",41:\"§9Spiked Hook VI§9, §9Sugar Rush III§9,\",42:\"§9Syphon V§9, §9Telekinesis I§9, \",43:\"§9Thorns III§9, §9Thunderbolt VI§9,\",44:\"§9Thunderlord VII§9, §9Titan Killer VII§9,\",45:\"§9Triple-Strike V§9, §9True Protection I§9,\",46:\"§9Turbo-Cacti V§9, §9Turbo-Cane V§9,\",47:\"§9Turbo-Carrot V§9, §9Turbo-Cocoa V§9,\",48:\"§9Turbo-Melon V§9, §9Turbo-Mushrooms V§9,\",49:\"§9Turbo-Potato V§9, §9Turbo-Pumpkin V§9,\",50:\"§9Turbo-Warts V§9, §9Turbo-Wheat V§9,\",51:\"§9Vampirism VI§9, §9Venomous VI§9,\",52:\"§9Vicious V\",53:\"\",54:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§f§f§cMax Enchanted Book\"},ExtraAttributes:{rarity_upgrades:1,originTag:\"CRAFTING_GRID_SHIFT\",id:\"MAXED_ENCHANT_BOOK\",enchantments:{impaling:3,thorns:3,luck:6,feather_falling:10,respiration:3,knockback:2,ender_slayer:6,scavenger:5,experience:4,fire_aspect:2,luck_of_the_sea:6,life_steal:4,thunderlord:5,rejuvenate:5,sharpness:7,lethality:5,efficiency:5,cleave:5,frail:6,execute:5,aqua_affinity:1,rainbow:1,true_protection:1,infinite_quiver:10,angler:6,replenish:1,blessing:5,critical:6,piercing:1,protection:6,telekinesis:1,lure:6,giant_killer:6,punch:2,caster:6,sugar_rush:3,harvesting:5,dragon_hunter:5,venomous:5,spiked_hook:6,power:7,cubism:5,fortune:3,looting:4,snipe:3,vampirism:6,magnet:6,depth_strider:3,first_strike:4,ultimate_bank:5,growth:6,flame:1,aiming:5}},AttributeModifiers:[]}", + "nbttag": "{ench:[0:{lvl:5s,id:32s},1:{lvl:3s,id:8s},2:{lvl:3s,id:5s},3:{lvl:1s,id:6s}],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§aThis is to test custom enchant color.\",1:\"\",2:\"§9§d§lBank V§9, §9§d§lChimera V§9,\",3:\"§9§d§lCombo V§9, §9§d§lDuplex V§9,\",4:\"§9§d§lFatal Tempo V§9, §9§d§lInferno V§9,\",5:\"§9§d§lLast Stand V§9, §9§d§lLegion V§9,\",6:\"§9§d§lNo Pain No Gain V§9, §9§d§lOne For All I§9,\",7:\"§9§d§lRend V§9, §9§d§lSoul Eater V§9,\",8:\"§9§d§lSwarm V§9,§9§d§lUltimate Jerry V§9,\",9:\"§9§d§lUltimate Wise V§9, §9§d§lWisdom V§9,\",10:\"§9Angler VI§9, §9Aqua Affinity I§9,\",11:\"§9Bane of Arthropods VII§9, §9Big Brain V§9,\",12:\"§9Blast Protection VII§9, §9Blessing VI§9,\",13:\"§9Caster VI§9, §9Chance V§9,\",14:\"§9Charm V§9, §9Cleave VI§9,\",15:\"§9Compact X§9, §9Counter-Strike V§9,\",16:\"§9Corruption V§9, §9Critical VII§9,\",17:\"§9Cubism VI§9, §9Cultivating X§9,\",18:\"§9Delicate V§9, §9Depth Strider III§9,\",19:\"§9Dragon Hunter V§9, §9Dragon Tracer V§9,\",20:\"§9Efficiency X§9, §9Ender Slayer VII§9,\",21:\"§9Execute VI§9, §9Experience IV§9,\",22:\"§9Expertise X§9, §9Feather Falling X§9,\",23:\"§9Ferocious Mana X§9, §9Fire Aspect III§9,\",24:\"§9Fire Protection VII§9, §9First Strike V§9,\",25:\"§9Flame I§9, §9Fortune IV§9,\",26:\"§9Frail VI§9, §9Frost Walker II§9,\",27:\"§9Giant Killer VII§9, §9Growth VII§9,\",28:\"§9Hardened Mana X§9, §9Harvesting VI§9,\",29:\"§9Impaling III§9, §9Infinite Quiver X§9,\",30:\"§9Knockback II§9, §9Lethality VI§9,\",31:\"§9Life Steal V§9, §9Looting V§9,\",32:\"§9Luck VII§9, §9Luck of the Sea VI§9, \",33:\"§9Lure VI§9, §9Magnet VI§9,\",34:\"§9Mana Steal III§9, §9Mana Vampire X§9,\",35:\"§9Overload V§9, §9Piercing I§9,\",36:\"§9Power VII§9, §9Pristine V§9,\",37:\"§9Projectile Protection VII§9, §9Prosecute VI§9,\",38:\"§9Protection VII§9, §9Punch II§9,\",39:\"§9Rainbow I§9, §9Rejuvenate V§9,\",40:\"§9Replenish I§9, §9Respiration III§9,\",41:\"§9Respite V§9, §9Scavenger V§9,\",42:\"§9Sharpness VII§9, §9Silk Touch I§9,\",43:\"§9Smarty Pants V§9, §9Smelting Touch I§9,\",44:\"§9Smite VII§9, §9Smoldering V§9,\",45:\"§9Snipe IV§9, §9Spiked Hook VI§9,\",46:\"§9Strong Mana X§9, §9Sugar Rush III§9,\",47:\"§9Syphon V§9, §9Thorns III§9, \",48:\"§9Thunderbolt VI§9, §9Thunderlord VII§9, \",49:\"§9Titan Killer VII§9, §9Triple-Strike V§9, \",50:\"§9True Protection I§9, §9Turbo-Cacti V§9, \",51:\"§9Turbo-Cane V§9, §9Turbo-Carrot V§9,\",52:\"§9Turbo-Cocoa V§9, §9Turbo-Melon V§9,\",53:\"§9Turbo-Mushrooms V§9, §9Turbo-Potato V§9,\",54:\"§9Turbo-Pumpkin V§9, §9Turbo-Warts V§9,\",55:\"§9Turbo-Wheat V§9, §9Vampirism VI§9,\",56:\"§9Venomous VI§9, §9Vicious V\",57:\"\",58:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§f§f§cMax Enchanted Book\"},ExtraAttributes:{rarity_upgrades:1,originTag:\"CRAFTING_GRID_SHIFT\",id:\"MAXED_ENCHANT_BOOK\",enchantments:{impaling:3,thorns:3,luck:6,feather_falling:10,respiration:3,knockback:2,ender_slayer:6,scavenger:5,experience:4,fire_aspect:2,luck_of_the_sea:6,life_steal:4,thunderlord:5,rejuvenate:5,sharpness:7,lethality:5,efficiency:5,cleave:5,frail:6,execute:5,aqua_affinity:1,rainbow:1,true_protection:1,infinite_quiver:10,angler:6,replenish:1,blessing:5,critical:6,piercing:1,protection:6,telekinesis:1,lure:6,giant_killer:6,punch:2,caster:6,sugar_rush:3,harvesting:5,dragon_hunter:5,venomous:5,spiked_hook:6,power:7,cubism:5,fortune:3,looting:4,snipe:3,vampirism:6,magnet:6,depth_strider:3,first_strike:4,ultimate_bank:5,growth:6,flame:1,aiming:5}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§aThis is to test custom enchant color.", "", "§9§d§lBank V§9, §9§d§lChimera V§9,", - "§9§d§lCombo V§9, §9§d§lLast Stand V§9,", - "§9§d§lLegion V§9, §9§d§lNo Pain No Gain V§9,", - "§9§d§lOne For All I§9, §9§d§lRend V§9,", - "§9§d§lSoul Eater V§9, §9§d§lSwarm V§9,", - "§9§d§lUltimate Jerry V§9, §9§d§lUltimate Wise V§9,", - "§9§d§lWisdom V§9, §9Angler VI§9,", - "§9Aqua Affinity I§9, §9Bane of Arthropods VII§9,", - "§9Big Brain V§9, §9Blast Protection VII§9,", - "§9Blessing V§9, §9Caster VI§9,", - "§9Chance V§9, §9Cleave VI§9,", + "§9§d§lCombo V§9, §9§d§lDuplex V§9,", + "§9§d§lFatal Tempo V§9, §9§d§lInferno V§9,", + "§9§d§lLast Stand V§9, §9§d§lLegion V§9,", + "§9§d§lNo Pain No Gain V§9, §9§d§lOne For All I§9,", + "§9§d§lRend V§9, §9§d§lSoul Eater V§9,", + "§9§d§lSwarm V§9,§9§d§lUltimate Jerry V§9,", + "§9§d§lUltimate Wise V§9, §9§d§lWisdom V§9,", + "§9Angler VI§9, §9Aqua Affinity I§9,", + "§9Bane of Arthropods VII§9, §9Big Brain V§9,", + "§9Blast Protection VII§9, §9Blessing VI§9,", + "§9Caster VI§9, §9Chance V§9,", + "§9Charm V§9, §9Cleave VI§9,", "§9Compact X§9, §9Counter-Strike V§9,", - "§9Critical VII§9, §9Cubism VI§9,", - "§9Cultivating X§9, §9Delicate V§9,", - "§9Depth Strider III§9, §9Dragon Hunter V§9,", - "§9Dragon Tracer V§9, §9Efficiency X§9,", - "§9Ender Slayer VII§9, §9Execute VI§9,", - "§9Experience IV§9, §9Expertise X§9,", - "§9Feather Falling X§9, §9Fire Aspect II§9,", + "§9Corruption V§9, §9Critical VII§9,", + "§9Cubism VI§9, §9Cultivating X§9,", + "§9Delicate V§9, §9Depth Strider III§9,", + "§9Dragon Hunter V§9, §9Dragon Tracer V§9,", + "§9Efficiency X§9, §9Ender Slayer VII§9,", + "§9Execute VI§9, §9Experience IV§9,", + "§9Expertise X§9, §9Feather Falling X§9,", + "§9Ferocious Mana X§9, §9Fire Aspect III§9,", "§9Fire Protection VII§9, §9First Strike V§9,", "§9Flame I§9, §9Fortune IV§9,", "§9Frail VI§9, §9Frost Walker II§9,", "§9Giant Killer VII§9, §9Growth VII§9,", - "§9Harvesting VI§9, §9Impaling III§9,", - "§9Infinite Quiver X§9, §9Knockback II§9,", - "§9Lethality VI§9, §9Life Steal V§9,", - "§9Looting V§9, §9Luck VII§9,", - "§9Luck of the Sea VI§9, §9Lure VI§9,", - "§9Magnet VI§9, §9Mana Steal III§9,", + "§9Hardened Mana X§9, §9Harvesting VI§9,", + "§9Impaling III§9, §9Infinite Quiver X§9,", + "§9Knockback II§9, §9Lethality VI§9,", + "§9Life Steal V§9, §9Looting V§9,", + "§9Luck VII§9, §9Luck of the Sea VI§9, ", + "§9Lure VI§9, §9Magnet VI§9,", + "§9Mana Steal III§9, §9Mana Vampire X§9,", "§9Overload V§9, §9Piercing I§9,", "§9Power VII§9, §9Pristine V§9,", "§9Projectile Protection VII§9, §9Prosecute VI§9,", @@ -44,19 +48,19 @@ "§9Respite V§9, §9Scavenger V§9,", "§9Sharpness VII§9, §9Silk Touch I§9,", "§9Smarty Pants V§9, §9Smelting Touch I§9,", - "§9Smite VII§9, §9Snipe IV§9,", - "§9Spiked Hook VI§9, §9Sugar Rush III§9,", - "§9Syphon V§9, §9Telekinesis I§9, ", - "§9Thorns III§9, §9Thunderbolt VI§9,", - "§9Thunderlord VII§9, §9Titan Killer VII§9,", - "§9Triple-Strike V§9, §9True Protection I§9,", - "§9Turbo-Cacti V§9, §9Turbo-Cane V§9,", - "§9Turbo-Carrot V§9, §9Turbo-Cocoa V§9,", - "§9Turbo-Melon V§9, §9Turbo-Mushrooms V§9,", - "§9Turbo-Potato V§9, §9Turbo-Pumpkin V§9,", - "§9Turbo-Warts V§9, §9Turbo-Wheat V§9,", - "§9Vampirism VI§9, §9Venomous VI§9,", - "§9Vicious V", + "§9Smite VII§9, §9Smoldering V§9,", + "§9Snipe IV§9, §9Spiked Hook VI§9,", + "§9Strong Mana X§9, §9Sugar Rush III§9,", + "§9Syphon V§9, §9Thorns III§9, ", + "§9Thunderbolt VI§9, §9Thunderlord VII§9, ", + "§9Titan Killer VII§9, §9Triple-Strike V§9, ", + "§9True Protection I§9, §9Turbo-Cacti V§9, ", + "§9Turbo-Cane V§9, §9Turbo-Carrot V§9,", + "§9Turbo-Cocoa V§9, §9Turbo-Melon V§9,", + "§9Turbo-Mushrooms V§9, §9Turbo-Potato V§9,", + "§9Turbo-Pumpkin V§9, §9Turbo-Warts V§9,", + "§9Turbo-Wheat V§9, §9Vampirism VI§9,", + "§9Venomous VI§9, §9Vicious V", "", "§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka" ], diff --git a/items/MEDIUM_FORAGING_SACK.json b/items/MEDIUM_FORAGING_SACK.json index d6f57d7c..b7596776 100644 --- a/items/MEDIUM_FORAGING_SACK.json +++ b/items/MEDIUM_FORAGING_SACK.json @@ -7,10 +7,14 @@ "§7Item pickups go directly into", "§7your sacks.", "", - "§7§7Items: §aOak Wood§7, §aSpruce", - "§aWood§7, §aBirch Wood§7, §aDark Oak", - "§aWood§7, §aAcacia Wood§7, §aJungle", - "§aWood", + "§7§7Items: §aAcacia Wood§7, §aSpruce", + "§aWood§7, §aJungle Wood§7, §aBirch", + "§aWood§7, §aOak Wood§7, §aDark Oak", + "§aWood§7, §aApple§7, §aAcacia", + "§aSapling§7, §aSpruce Sapling§7,", + "§7§aJungle Sapling§7, §aBirch", + "§aSapling§7, §aOak Sapling§7, §aDark", + "§aOak Sapling", "", "§7Capacity: §e2,240 per item", "§8Sacks sum their capacity.", diff --git a/items/MEDIUM_LAVA_FISHING_SACK.json b/items/MEDIUM_LAVA_FISHING_SACK.json index 9ba3158a..29507928 100644 --- a/items/MEDIUM_LAVA_FISHING_SACK.json +++ b/items/MEDIUM_LAVA_FISHING_SACK.json @@ -35,5 +35,8 @@ "crafttext": "Requires: Magmafish IX", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Lava_Fishing_Sack" + ] }
\ No newline at end of file diff --git a/items/MEDIUM_NETHER_SACK.json b/items/MEDIUM_NETHER_SACK.json index 853a8d3c..61b15bae 100644 --- a/items/MEDIUM_NETHER_SACK.json +++ b/items/MEDIUM_NETHER_SACK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Medium Nether Sack", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"56ea9d9e-3be2-3970-aa79-3fb0ef6e1515\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzYwNjQ3NTk3OCwKICAicHJvZmlsZUlkIiA6ICIwNDNkZWIzOGIyNjE0MTg1YTIzYzU4ZmI2YTc5ZWZkYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJWaXRhbFNpZ256MiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8zMDMyYjY3ODkyOGI5ZDYwZWM4MWU0YzBiMDgwOWQyYzlkMDhhM2Q1YzBjMTlkZmJiYTRmNDczOTIwNzNiMDYiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ==\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aSulphur§7, §aRed\",4:\"§aSand§7, §aMycelium§7,\",5:\"§7§aNetherrack§7, §aMagma Cream§7,\",6:\"§7§aBlaze Rod§7, §aGhast Tear§7,\",7:\"§7§aNether Quartz§7, §aGlowstone\",8:\"§aDust§7, §aNether Wart§7, §aSpectre\",9:\"§aDust§7, §aBlaze Ashes§7, §aMutated\",10:\"§aBlaze Ashes§7, §aWither Soul§7,\",11:\"§7§aMagma Chunk§7, §aBezos§7,\",12:\"§7§aBurning Eye§7, §aTentacle\",13:\"§aMeat§7, §aDigested Mushrooms§7,\",14:\"§7§aKada Lead§7, §aMagmag§7,\",15:\"§7§aGazing Pearl§7, §aLeather\",16:\"§aCloth§7, §aSpell Powder§7,\",17:\"§7§aCompact Ooze§7, §aLumino\",18:\"§aFiber§7, §aHallowed Skull§7,\",19:\"§7§aCorrupted Fragment\",20:\"\",21:\"§7Capacity: §e2,240 per item\",22:\"§8Sacks sum their capacity.\",23:\"\",24:\"§9§lRARE\"],Name:\"§9Medium Nether Sack\"},ExtraAttributes:{id:\"MEDIUM_NETHER_SACK\",uuid:\"54aa2a9a-9942-4572-979d-5ede13c80439\",timestamp:\"3/10/22 3:11 PM\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"56ea9d9e-3be2-3970-aa79-3fb0ef6e1515\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzYwNjQ3NTk3OCwKICAicHJvZmlsZUlkIiA6ICIwNDNkZWIzOGIyNjE0MTg1YTIzYzU4ZmI2YTc5ZWZkYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJWaXRhbFNpZ256MiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8zMDMyYjY3ODkyOGI5ZDYwZWM4MWU0YzBiMDgwOWQyYzlkMDhhM2Q1YzBjMTlkZmJiYTRmNDczOTIwNzNiMDYiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aSulphur§7, §aRed\",4:\"§aSand§7, §aMycelium§7,\",5:\"§7§aNetherrack§7, §aMagma Cream§7,\",6:\"§7§aBlaze Rod§7, §aGhast Tear§7,\",7:\"§7§aNether Quartz§7, §aGlowstone\",8:\"§aDust§7, §aNether Wart§7, §aSpectre\",9:\"§aDust§7, §aBlaze Ashes§7, §aMutated\",10:\"§aBlaze Ashes§7, §aWither Soul§7,\",11:\"§7§aMagma Chunk§7, §aBezos§7,\",12:\"§7§aBurning Eye§7, §aTentacle\",13:\"§aMeat§7, §aDigested Mushrooms§7,\",14:\"§7§aKada Lead§7, §aMagmag§7,\",15:\"§7§aGazing Pearl§7, §aLeather\",16:\"§aCloth§7, §aSpell Powder§7,\",17:\"§7§aCompact Ooze§7, §aLumino\",18:\"§aFiber§7, §aHallowed Skull§7,\",19:\"§7§aCorrupted Fragment\",20:\"\",21:\"§7Capacity: §e2,240 per item\",22:\"§8Sacks sum their capacity.\",23:\"\",24:\"§9§lRARE\"],Name:\"§9Medium Nether Sack\"},ExtraAttributes:{id:\"MEDIUM_NETHER_SACK\"}}", "damage": 3, "lore": [ "§7Item pickups go directly into", diff --git a/items/MOLDFIN_BRONZE.json b/items/MOLDFIN_BRONZE.json index 929e4207..04700581 100644 --- a/items/MOLDFIN_BRONZE.json +++ b/items/MOLDFIN_BRONZE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§5Moldfin§r §l§8§LBRONZE", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"12b4ff43-c61b-39a4-99b4-78941d977c7b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzODAyMjcxMSwKICAicHJvZmlsZUlkIiA6ICJlZThjNWMzMGY3NWU0N2QxOTBmOTllNjI5NDgyOGZjMSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTcGFya19QaGFudG9tIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzU0ZjMzZGM0MDViYTQ0N2IzNTkyNmI0OGQ5MDYwMDMwMmFlZWJiMTQwYWQzMzBkODg1ODg2Y2IxMDI5YThhZiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Found in Mystic Marsh.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§5§lEPIC TROPHY FISH\"],Name:\"§f§f§5Moldfin§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"MOLDFIN_BRONZE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"12b4ff43-c61b-39a4-99b4-78941d977c7b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzODAyMjcxMSwKICAicHJvZmlsZUlkIiA6ICJlZThjNWMzMGY3NWU0N2QxOTBmOTllNjI5NDgyOGZjMSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTcGFya19QaGFudG9tIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzU0ZjMzZGM0MDViYTQ0N2IzNTkyNmI0OGQ5MDYwMDMwMmFlZWJiMTQwYWQzMzBkODg1ODg2Y2IxMDI5YThhZiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Found in Mystic Marsh.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§5§lEPIC TROPHY FISH\"],Name:\"§f§f§5Moldfin§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"MOLDFIN_BRONZE\"}}", "damage": 3, "lore": [ "§7Found in Mystic Marsh.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§5§lEPIC TROPHY FISH" ], "internalname": "MOLDFIN_BRONZE", diff --git a/items/MOLDFIN_DIAMOND.json b/items/MOLDFIN_DIAMOND.json index 69e4ffe6..eec97b6f 100644 --- a/items/MOLDFIN_DIAMOND.json +++ b/items/MOLDFIN_DIAMOND.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§5Moldfin§r §l§B§LDIAMOND", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0763be56-e9bf-3e9e-8bc9-e24a76eac1c7\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzk2OTYzMywKICAicHJvZmlsZUlkIiA6ICI1NjY3NWIyMjMyZjA0ZWUwODkxNzllOWM5MjA2Y2ZlOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGVJbmRyYSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS85Yzk5ZGRjMWQ3MTFmNDgyMzA1ZDhmMWZmY2FkZDRiNDQ0ZmFkMWIwYjA3YzViZTJiNzNiMWYwOGVlNmNiZTVlIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Found in Mystic Marsh.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§5§lEPIC TROPHY FISH\"],Name:\"§f§f§5Moldfin§r §l§B§LDIAMOND\"},ExtraAttributes:{id:\"MOLDFIN_DIAMOND\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0763be56-e9bf-3e9e-8bc9-e24a76eac1c7\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzk2OTYzMywKICAicHJvZmlsZUlkIiA6ICI1NjY3NWIyMjMyZjA0ZWUwODkxNzllOWM5MjA2Y2ZlOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGVJbmRyYSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS85Yzk5ZGRjMWQ3MTFmNDgyMzA1ZDhmMWZmY2FkZDRiNDQ0ZmFkMWIwYjA3YzViZTJiNzNiMWYwOGVlNmNiZTVlIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Found in Mystic Marsh.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§5§lEPIC TROPHY FISH\"],Name:\"§f§f§5Moldfin§r §l§B§LDIAMOND\"},ExtraAttributes:{id:\"MOLDFIN_DIAMOND\"}}", "damage": 3, "lore": [ "§7Found in Mystic Marsh.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§5§lEPIC TROPHY FISH" ], "internalname": "MOLDFIN_DIAMOND", diff --git a/items/MOLDFIN_GOLD.json b/items/MOLDFIN_GOLD.json index d04620b5..698edc8f 100644 --- a/items/MOLDFIN_GOLD.json +++ b/items/MOLDFIN_GOLD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§5Moldfin§r §l§6§LGOLD", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ac55b180-04e7-3716-85a6-2d5b636a888c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzk4ODkxMSwKICAicHJvZmlsZUlkIiA6ICJmMTYwZTMxMzJjYWM0YjRiOWM5OTk2NDQ1OGIxOWM0ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJUb255S3VuIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzUxMTNlMzg2OTM3YThlZDI1ZmU0MGZkYmU2Yjg4NzEyYWU3MzQxMWY2YTBhZTkyNzQyMGZmY2I5ZDc3ODIyNmIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Found in Mystic Marsh.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§5§lEPIC TROPHY FISH\"],Name:\"§f§f§5Moldfin§r §l§6§LGOLD\"},ExtraAttributes:{id:\"MOLDFIN_GOLD\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ac55b180-04e7-3716-85a6-2d5b636a888c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzk4ODkxMSwKICAicHJvZmlsZUlkIiA6ICJmMTYwZTMxMzJjYWM0YjRiOWM5OTk2NDQ1OGIxOWM0ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJUb255S3VuIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzUxMTNlMzg2OTM3YThlZDI1ZmU0MGZkYmU2Yjg4NzEyYWU3MzQxMWY2YTBhZTkyNzQyMGZmY2I5ZDc3ODIyNmIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Found in Mystic Marsh.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§5§lEPIC TROPHY FISH\"],Name:\"§f§f§5Moldfin§r §l§6§LGOLD\"},ExtraAttributes:{id:\"MOLDFIN_GOLD\"}}", "damage": 3, "lore": [ "§7Found in Mystic Marsh.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§5§lEPIC TROPHY FISH" ], "internalname": "MOLDFIN_GOLD", diff --git a/items/MOLDFIN_SILVER.json b/items/MOLDFIN_SILVER.json index fa7b23e1..3792551e 100644 --- a/items/MOLDFIN_SILVER.json +++ b/items/MOLDFIN_SILVER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§5Moldfin§r §l§7§LSILVER", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"49309413-c6a2-3f09-ab7e-fca480165999\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzODAwNDk5OSwKICAicHJvZmlsZUlkIiA6ICJiOTE5M2NiMjkzMWI0M2FhYmM1OGQ2NjAwMTg3NGRjMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiMmJsYWtlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzZhNTJkZDMwNDBhY2EyNTdiZjM2MWMxNWNjNGEwMTE0Zjg1MGIyYTkxODY3ZWU0OWQyNmNlYmNhNTIwM2FhYjQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Found in Mystic Marsh.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§5§lEPIC TROPHY FISH\"],Name:\"§f§f§5Moldfin§r §l§7§LSILVER\"},ExtraAttributes:{id:\"MOLDFIN_SILVER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"49309413-c6a2-3f09-ab7e-fca480165999\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzODAwNDk5OSwKICAicHJvZmlsZUlkIiA6ICJiOTE5M2NiMjkzMWI0M2FhYmM1OGQ2NjAwMTg3NGRjMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiMmJsYWtlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzZhNTJkZDMwNDBhY2EyNTdiZjM2MWMxNWNjNGEwMTE0Zjg1MGIyYTkxODY3ZWU0OWQyNmNlYmNhNTIwM2FhYjQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Found in Mystic Marsh.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§5§lEPIC TROPHY FISH\"],Name:\"§f§f§5Moldfin§r §l§7§LSILVER\"},ExtraAttributes:{id:\"MOLDFIN_SILVER\"}}", "damage": 3, "lore": [ "§7Found in Mystic Marsh.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§5§lEPIC TROPHY FISH" ], "internalname": "MOLDFIN_SILVER", diff --git a/items/MOOSHROOM_COW;2.json b/items/MOOSHROOM_COW;2.json index 9de7a039..d52d2a6c 100644 --- a/items/MOOSHROOM_COW;2.json +++ b/items/MOOSHROOM_COW;2.json @@ -15,7 +15,9 @@ "§7while on your island.", "", "§6Mushroom Eater", - "§7§7Mushrooms drop from crops.", + "§7§7When breaking crops, there is", + "§7a §a{1}% §7chance that a mushroom", + "§7will drop.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", diff --git a/items/MOOSHROOM_COW;3.json b/items/MOOSHROOM_COW;3.json index 6c486166..6b4e9296 100644 --- a/items/MOOSHROOM_COW;3.json +++ b/items/MOOSHROOM_COW;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §5Mooshroom Cow", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0551db97-ea7e-3c99-b0b6-db65a3d29a6d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmI1Mjg0MWYyZmQ1ODllMGJjODRjYmFiZjllMWMyN2NiNzBjYWM5OGY4ZDZiM2RkMDY1ZTU1YTRkY2I3MGQ3NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Farming Pet\",1:\"\",2:\"§7Farming Fortune: §a{FARMING_FORTUNE}\",3:\"§7Health: §a{HEALTH}\",4:\"\",5:\"§6Efficient Mushrooms\",6:\"§7§7Mushroom§7 and Mycelium\",7:\"§7minions work §a{0}% §7faster\",8:\"§7while on your island.\",9:\"\",10:\"§6Mushroom Eater\",11:\"§7§7Mushrooms drop from crops.\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Mooshroom Cow\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"MOOSHROOM_COW\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false}\",id:\"MOOSHROOM_COW;3\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0551db97-ea7e-3c99-b0b6-db65a3d29a6d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmI1Mjg0MWYyZmQ1ODllMGJjODRjYmFiZjllMWMyN2NiNzBjYWM5OGY4ZDZiM2RkMDY1ZTU1YTRkY2I3MGQ3NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Farming Pet\",1:\"\",2:\"§7Farming Fortune: §a{FARMING_FORTUNE}\",3:\"§7Health: §a{HEALTH}\",4:\"\",5:\"§6Efficient Mushrooms\",6:\"§7§7Mushroom§7 and Mycelium\",7:\"§7minions work §a{0}% §7faster\",8:\"§7while on your island.\",9:\"\",10:\"§6Mushroom Eater\",11:\"§7§7When breaking crops, there is\",12:\"§7a §a{1}% §7chance that a mushroom\",13:\"§7will drop.\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Mooshroom Cow\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"MOOSHROOM_COW\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false}\",id:\"MOOSHROOM_COW;3\"}}", "damage": 3, "lore": [ "§8Farming Pet", @@ -15,7 +15,9 @@ "§7while on your island.", "", "§6Mushroom Eater", - "§7§7Mushrooms drop from crops.", + "§7§7When breaking crops, there is", + "§7a §a{1}% §7chance that a mushroom", + "§7will drop.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", diff --git a/items/MOOSHROOM_COW;4.json b/items/MOOSHROOM_COW;4.json index 7353c41f..e1df0284 100644 --- a/items/MOOSHROOM_COW;4.json +++ b/items/MOOSHROOM_COW;4.json @@ -15,11 +15,13 @@ "§7while on your island.", "", "§6Mushroom Eater", - "§7§7Mushrooms drop from crops.", + "§7§7When breaking crops, there is", + "§7a §a{1}% §7chance that a mushroom", + "§7will drop.", "", "§6Farming Strength", "§7§7Gain §6+1☘ Farming Fortune", - "§6§7per every §c10 §c❁ Strength§7.", + "§6§7per every §c{2} §c❁ Strength§7.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", diff --git a/items/MUSHROOM_BIOME_STICK.json b/items/MUSHROOM_BIOME_STICK.json index af55df73..30a4e29a 100644 --- a/items/MUSHROOM_BIOME_STICK.json +++ b/items/MUSHROOM_BIOME_STICK.json @@ -33,6 +33,7 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Biome_Stick", "https://wiki.hypixel.net/Mushroom_Biome_Stick" ] }
\ No newline at end of file diff --git a/items/MUSHROOM_SPORE.json b/items/MUSHROOM_SPORE.json index 0ffd486e..3482245a 100644 --- a/items/MUSHROOM_SPORE.json +++ b/items/MUSHROOM_SPORE.json @@ -17,5 +17,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mushroom_Spore" + ] }
\ No newline at end of file diff --git a/items/MYCELIUM_GENERATOR_1.json b/items/MYCELIUM_GENERATOR_1.json index 2654367b..f27d8ccf 100644 --- a/items/MYCELIUM_GENERATOR_1.json +++ b/items/MYCELIUM_GENERATOR_1.json @@ -33,5 +33,8 @@ "useneucraft": true, "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mycelium_Minion" + ] }
\ No newline at end of file diff --git a/items/MYCELIUM_GENERATOR_10.json b/items/MYCELIUM_GENERATOR_10.json index 72375cf0..f7f52546 100644 --- a/items/MYCELIUM_GENERATOR_10.json +++ b/items/MYCELIUM_GENERATOR_10.json @@ -33,5 +33,8 @@ "useneucraft": true, "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mycelium_Minion" + ] }
\ No newline at end of file diff --git a/items/MYCELIUM_GENERATOR_11.json b/items/MYCELIUM_GENERATOR_11.json index 2162ba5b..bca9ff61 100644 --- a/items/MYCELIUM_GENERATOR_11.json +++ b/items/MYCELIUM_GENERATOR_11.json @@ -33,5 +33,8 @@ "useneucraft": true, "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mycelium_Minion" + ] }
\ No newline at end of file diff --git a/items/MYCELIUM_GENERATOR_12.json b/items/MYCELIUM_GENERATOR_12.json index b6fd72a8..22ea4ec6 100644 --- a/items/MYCELIUM_GENERATOR_12.json +++ b/items/MYCELIUM_GENERATOR_12.json @@ -21,5 +21,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mycelium_Minion" + ] }
\ No newline at end of file diff --git a/items/MYCELIUM_GENERATOR_2.json b/items/MYCELIUM_GENERATOR_2.json index 7ed92603..5005c9fb 100644 --- a/items/MYCELIUM_GENERATOR_2.json +++ b/items/MYCELIUM_GENERATOR_2.json @@ -33,5 +33,8 @@ "useneucraft": true, "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mycelium_Minion" + ] }
\ No newline at end of file diff --git a/items/MYCELIUM_GENERATOR_3.json b/items/MYCELIUM_GENERATOR_3.json index f48213c3..d460cf83 100644 --- a/items/MYCELIUM_GENERATOR_3.json +++ b/items/MYCELIUM_GENERATOR_3.json @@ -33,5 +33,8 @@ "useneucraft": true, "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mycelium_Minion" + ] }
\ No newline at end of file diff --git a/items/MYCELIUM_GENERATOR_4.json b/items/MYCELIUM_GENERATOR_4.json index 03b342ba..0168b704 100644 --- a/items/MYCELIUM_GENERATOR_4.json +++ b/items/MYCELIUM_GENERATOR_4.json @@ -33,5 +33,8 @@ "useneucraft": true, "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mycelium_Minion" + ] }
\ No newline at end of file diff --git a/items/MYCELIUM_GENERATOR_5.json b/items/MYCELIUM_GENERATOR_5.json index b13ae248..47f621f4 100644 --- a/items/MYCELIUM_GENERATOR_5.json +++ b/items/MYCELIUM_GENERATOR_5.json @@ -33,5 +33,8 @@ "useneucraft": true, "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mycelium_Minion" + ] }
\ No newline at end of file diff --git a/items/MYCELIUM_GENERATOR_6.json b/items/MYCELIUM_GENERATOR_6.json index e025b047..ce2afb4c 100644 --- a/items/MYCELIUM_GENERATOR_6.json +++ b/items/MYCELIUM_GENERATOR_6.json @@ -33,5 +33,8 @@ "useneucraft": true, "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mycelium_Minion" + ] }
\ No newline at end of file diff --git a/items/MYCELIUM_GENERATOR_7.json b/items/MYCELIUM_GENERATOR_7.json index d048b53f..9b4d59a4 100644 --- a/items/MYCELIUM_GENERATOR_7.json +++ b/items/MYCELIUM_GENERATOR_7.json @@ -33,5 +33,8 @@ "useneucraft": true, "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mycelium_Minion" + ] }
\ No newline at end of file diff --git a/items/MYCELIUM_GENERATOR_8.json b/items/MYCELIUM_GENERATOR_8.json index 10aa75bd..2aa5ebbd 100644 --- a/items/MYCELIUM_GENERATOR_8.json +++ b/items/MYCELIUM_GENERATOR_8.json @@ -33,5 +33,8 @@ "useneucraft": true, "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mycelium_Minion" + ] }
\ No newline at end of file diff --git a/items/MYCELIUM_GENERATOR_9.json b/items/MYCELIUM_GENERATOR_9.json index 450c0b36..4094140b 100644 --- a/items/MYCELIUM_GENERATOR_9.json +++ b/items/MYCELIUM_GENERATOR_9.json @@ -33,5 +33,8 @@ "useneucraft": true, "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mycelium_Minion" + ] }
\ No newline at end of file diff --git a/items/NETHER_STALK_DISTILLATE.json b/items/NETHER_STALK_DISTILLATE.json index 2f2896ed..f3051401 100644 --- a/items/NETHER_STALK_DISTILLATE.json +++ b/items/NETHER_STALK_DISTILLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Nether Wart Distillate", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"57e7938b-2d98-3ede-86fb-48ba0d3deb4e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0Njc0NjI4MzI4NiwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmNkZjYzNjg3N2YwYTFlZGIzNWFlZDRjYzFmZDBlOWM5YTA0Y2ZiOGU4ODA5ZDQ1Y2QzNTE0YWUwNWFkMmFmMCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§9§lRARE\"],Name:\"§9Nether Wart Distillate\"},ExtraAttributes:{id:\"NETHER_STALK_DISTILLATE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"57e7938b-2d98-3ede-86fb-48ba0d3deb4e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0Njc0NjI4MzI4NiwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmNkZjYzNjg3N2YwYTFlZGIzNWFlZDRjYzFmZDBlOWM5YTA0Y2ZiOGU4ODA5ZDQ1Y2QzNTE0YWUwNWFkMmFmMCIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§9§lRARE\"],Name:\"§9Nether Wart Distillate\"},ExtraAttributes:{id:\"NETHER_STALK_DISTILLATE\"}}", "damage": 3, "lore": [ "§eRight-click to view recipes!", @@ -12,5 +12,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Distillates" + ] }
\ No newline at end of file diff --git a/items/OBFUSCATED_FISH_1_BRONZE.json b/items/OBFUSCATED_FISH_1_BRONZE.json index a0a1f1c1..21481b65 100644 --- a/items/OBFUSCATED_FISH_1_BRONZE.json +++ b/items/OBFUSCATED_FISH_1_BRONZE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§f§kObfuscated 1§r §l§8§LBRONZE", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6044c06f-fb6e-3de8-9e7f-485b0edfdf3a\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzgzMTU4MTI5MywKICAicHJvZmlsZUlkIiA6ICJmYzUwMjkzYTVkMGI0NzViYWYwNDJhNzIwMWJhMzBkMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJDVUNGTDE3IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2UxZjRkOTFlMWJmOGQzYzQyNThmZTBmMjhlYzJmYTQwNjcwZTI1YmEwNmFjNGI1Y2IxYWJmNTJhODM3MzFhOWMiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Caught with Corrupted§r§7 Bait.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§f§kObfuscated 1§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"OBFUSCATED_FISH_1_BRONZE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6044c06f-fb6e-3de8-9e7f-485b0edfdf3a\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzgzMTU4MTI5MywKICAicHJvZmlsZUlkIiA6ICJmYzUwMjkzYTVkMGI0NzViYWYwNDJhNzIwMWJhMzBkMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJDVUNGTDE3IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2UxZjRkOTFlMWJmOGQzYzQyNThmZTBmMjhlYzJmYTQwNjcwZTI1YmEwNmFjNGI1Y2IxYWJmNTJhODM3MzFhOWMiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Caught with Corrupted§r§7 Bait.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§f§kObfuscated 1§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"OBFUSCATED_FISH_1_BRONZE\"}}", "damage": 3, "lore": [ "§7Caught with Corrupted§r§7 Bait.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§f§lCOMMON TROPHY FISH" ], "internalname": "OBFUSCATED_FISH_1_BRONZE", diff --git a/items/OBFUSCATED_FISH_1_DIAMOND.json b/items/OBFUSCATED_FISH_1_DIAMOND.json index d6e14efb..6c747812 100644 --- a/items/OBFUSCATED_FISH_1_DIAMOND.json +++ b/items/OBFUSCATED_FISH_1_DIAMOND.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§f§kObfuscated 1§r §l§B§LDIAMOND", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"43d223d6-d53f-339c-b94a-be8dcdd9cd1b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzgzMTU5NTA0MCwKICAicHJvZmlsZUlkIiA6ICIwZjczMDA3NjEyNGU0NGM3YWYxMTE1NDY5YzQ5OTY3OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJPcmVfTWluZXIxMjMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2FhMGI0YjRmNDQzMjU3ZTgzMTc2ZGY0ZmZkNTUwZGU3ZWU4OTg2N2U1MDZiOWMxY2E1M2YzMzYxMTMyNzkyOSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Caught with Corrupted§r§7 Bait.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§f§kObfuscated 1§r §l§B§LDIAMOND\"},ExtraAttributes:{id:\"OBFUSCATED_FISH_1_DIAMOND\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"43d223d6-d53f-339c-b94a-be8dcdd9cd1b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzgzMTU5NTA0MCwKICAicHJvZmlsZUlkIiA6ICIwZjczMDA3NjEyNGU0NGM3YWYxMTE1NDY5YzQ5OTY3OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJPcmVfTWluZXIxMjMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2FhMGI0YjRmNDQzMjU3ZTgzMTc2ZGY0ZmZkNTUwZGU3ZWU4OTg2N2U1MDZiOWMxY2E1M2YzMzYxMTMyNzkyOSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Caught with Corrupted§r§7 Bait.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§f§kObfuscated 1§r §l§B§LDIAMOND\"},ExtraAttributes:{id:\"OBFUSCATED_FISH_1_DIAMOND\"}}", "damage": 3, "lore": [ "§7Caught with Corrupted§r§7 Bait.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§f§lCOMMON TROPHY FISH" ], "internalname": "OBFUSCATED_FISH_1_DIAMOND", diff --git a/items/OBFUSCATED_FISH_1_GOLD.json b/items/OBFUSCATED_FISH_1_GOLD.json index 0491d7ff..6de39943 100644 --- a/items/OBFUSCATED_FISH_1_GOLD.json +++ b/items/OBFUSCATED_FISH_1_GOLD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§f§kObfuscated 1§r §l§6§LGOLD", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"afa1d686-de82-3ed9-8ebc-db2c6af3f1da\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzgzMTYxMTY2MSwKICAicHJvZmlsZUlkIiA6ICJkMWY2OTc0YzE2ZmI0ZjdhYjI1NjU4NzExNjM3M2U2NSIsCiAgInByb2ZpbGVOYW1lIiA6ICJGaW9saWVzdGEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGEyYTQ0OTEzZWUxZDViYWJjMTcyZjM3NDM1MWVhN2FkMTUxNmNhMjU2ZDE2YTRlZjcyZDhhMDkyYjUxOWNkMSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Caught with Corrupted§r§7 Bait.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§f§kObfuscated 1§r §l§6§LGOLD\"},ExtraAttributes:{id:\"OBFUSCATED_FISH_1_GOLD\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"afa1d686-de82-3ed9-8ebc-db2c6af3f1da\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzgzMTYxMTY2MSwKICAicHJvZmlsZUlkIiA6ICJkMWY2OTc0YzE2ZmI0ZjdhYjI1NjU4NzExNjM3M2U2NSIsCiAgInByb2ZpbGVOYW1lIiA6ICJGaW9saWVzdGEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGEyYTQ0OTEzZWUxZDViYWJjMTcyZjM3NDM1MWVhN2FkMTUxNmNhMjU2ZDE2YTRlZjcyZDhhMDkyYjUxOWNkMSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Caught with Corrupted§r§7 Bait.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§f§kObfuscated 1§r §l§6§LGOLD\"},ExtraAttributes:{id:\"OBFUSCATED_FISH_1_GOLD\"}}", "damage": 3, "lore": [ "§7Caught with Corrupted§r§7 Bait.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§f§lCOMMON TROPHY FISH" ], "internalname": "OBFUSCATED_FISH_1_GOLD", diff --git a/items/OBFUSCATED_FISH_1_SILVER.json b/items/OBFUSCATED_FISH_1_SILVER.json index 52bbe773..6e177459 100644 --- a/items/OBFUSCATED_FISH_1_SILVER.json +++ b/items/OBFUSCATED_FISH_1_SILVER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§f§kObfuscated 1§r §l§7§LSILVER", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e6a123b1-fcf0-32e9-bad2-c1d062d3638f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzgzMTYzMTMxMiwKICAicHJvZmlsZUlkIiA6ICJjNTlkMDFlMDI4MWI0MGNhOTczNjc5ODc4NmRmN2FmNiIsCiAgInByb2ZpbGVOYW1lIiA6ICJvWm9va3hQYXJjY2VyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQ3OWI1MjM5MWZmMGNkM2M4M2RiMWMxYzIxOGEwMmFiMTNhMmM2YTRhYWExY2YxMjZjNzkxMmJkMzc3ZThmYmYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Caught with Corrupted§r§7 bait.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§f§kObfuscated 1§r §l§7§LSILVER\"},ExtraAttributes:{id:\"OBFUSCATED_FISH_1_SILVER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e6a123b1-fcf0-32e9-bad2-c1d062d3638f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzgzMTYzMTMxMiwKICAicHJvZmlsZUlkIiA6ICJjNTlkMDFlMDI4MWI0MGNhOTczNjc5ODc4NmRmN2FmNiIsCiAgInByb2ZpbGVOYW1lIiA6ICJvWm9va3hQYXJjY2VyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQ3OWI1MjM5MWZmMGNkM2M4M2RiMWMxYzIxOGEwMmFiMTNhMmM2YTRhYWExY2YxMjZjNzkxMmJkMzc3ZThmYmYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Caught with Corrupted§r§7 bait.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§f§kObfuscated 1§r §l§7§LSILVER\"},ExtraAttributes:{id:\"OBFUSCATED_FISH_1_SILVER\"}}", "damage": 3, "lore": [ "§7Caught with Corrupted§r§7 bait.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§f§lCOMMON TROPHY FISH" ], "internalname": "OBFUSCATED_FISH_1_SILVER", diff --git a/items/ODGERS_BRONZE_TOOTH.json b/items/ODGERS_BRONZE_TOOTH.json new file mode 100644 index 00000000..9d890178 --- /dev/null +++ b/items/ODGERS_BRONZE_TOOTH.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fOdger\u0027s Bronze Tooth", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"774d8e7f-9c7f-3719-bd08-cc7bf219a7df\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0Mzg4NjI4NTI3NywKICAicHJvZmlsZUlkIiA6ICI0MzE4YzBjMzY2ZGU0Y2NlOTIwMzlhZTJiODQ5NWNmYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJCbGFja1RoZUN1IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2FjY2M0NDMyZWZlMDhjODg1MzBhYzA4NGZlYTY1MjY2NDFhMjA3ZDc4ZTYzN2U0MWY3YTRlNWRjZmRhYWExNjIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Sea Creature Chance: §c+0.5%\",1:\"\",2:\"§7§7§oA perfectly fine tooth,\",3:\"§7§obesides some wear and tear...\",4:\"\",5:\"§7§4❣ §cRequires §cNovice Trophy\",6:\"§cFisher.\",7:\"§8§l* §8Soulbound §8§l*\",8:\"§f§lCOMMON ACCESSORY\"],Name:\"§fOdger\u0027s Bronze Tooth\"},ExtraAttributes:{id:\"ODGERS_BRONZE_TOOTH\"}}", + "damage": 3, + "lore": [ + "§7Sea Creature Chance: §c+0.5%", + "", + "§7§7§oA perfectly fine tooth,", + "§7§obesides some wear and tear...", + "", + "§7§4❣ §cRequires §cNovice Trophy", + "§cFisher.", + "§8§l* §8Soulbound §8§l*", + "§f§lCOMMON ACCESSORY" + ], + "internalname": "ODGERS_BRONZE_TOOTH", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ODGERS_DIAMOND_TOOTH.json b/items/ODGERS_DIAMOND_TOOTH.json new file mode 100644 index 00000000..34565589 --- /dev/null +++ b/items/ODGERS_DIAMOND_TOOTH.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Odger\u0027s Diamond Tooth", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e8678698-deb6-3c74-b057-58f5bd65e9d7\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0Mzg4NjI2NDEzNywKICAicHJvZmlsZUlkIiA6ICIyM2YxYTU5ZjQ2OWI0M2RkYmRiNTM3YmZlYzEwNDcxZiIsCiAgInByb2ZpbGVOYW1lIiA6ICIyODA3IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2EyNjgwYTI4OTYyZTlhZDJkNDg3MmQwNmZiYTJjYzYwODI0ZmJiMmQwODI0ZTQyZDk1ODU3NWI3NTYzODg0YWEiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Sea Creature Chance: §c+2%\",1:\"\",2:\"§7§7§oA perfectly fine tooth,\",3:\"§7§obesides its radiant\",4:\"§7§obrightness...\",5:\"\",6:\"§7§4❣ §cRequires §cMaster Trophy\",7:\"§cFisher.\",8:\"§8§l* §8Soulbound §8§l*\",9:\"§5§lEPIC ACCESSORY\"],Name:\"§5Odger\u0027s Diamond Tooth\"},ExtraAttributes:{id:\"ODGERS_DIAMOND_TOOTH\"}}", + "damage": 3, + "lore": [ + "§7Sea Creature Chance: §c+2%", + "", + "§7§7§oA perfectly fine tooth,", + "§7§obesides its radiant", + "§7§obrightness...", + "", + "§7§4❣ §cRequires §cMaster Trophy", + "§cFisher.", + "§8§l* §8Soulbound §8§l*", + "§5§lEPIC ACCESSORY" + ], + "internalname": "ODGERS_DIAMOND_TOOTH", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ODGERS_GOLD_TOOTH.json b/items/ODGERS_GOLD_TOOTH.json new file mode 100644 index 00000000..b7108bf5 --- /dev/null +++ b/items/ODGERS_GOLD_TOOTH.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Odger\u0027s Gold Tooth", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0c45f4b2-6fca-3cd7-9b66-54653ec172aa\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0Mzg4NjI0Nzc1NiwKICAicHJvZmlsZUlkIiA6ICJiMGQ3MzJmZTAwZjc0MDdlOWU3Zjc0NjMwMWNkOThjYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJPUHBscyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS80MjAyNDkwMTAyNDYzNmYxYzA3NGU2NTYyMjg1ZjRjYzlmZDNkYTI4ODVkNDAxMGNlZTUyY2MwNjk2ZDJmOTZhIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"\",2:\"§7§7§oA perfectly fine tooth,\",3:\"§7§obesides its weight...\",4:\"\",5:\"§7§4❣ §cRequires §cExpert Trophy\",6:\"§cFisher.\",7:\"§8§l* §8Soulbound §8§l*\",8:\"§9§lRARE ACCESSORY\"],Name:\"§9Odger\u0027s Gold Tooth\"},ExtraAttributes:{id:\"ODGERS_GOLD_TOOTH\"}}", + "damage": 3, + "lore": [ + "§7Sea Creature Chance: §c+1.5%", + "", + "§7§7§oA perfectly fine tooth,", + "§7§obesides its weight...", + "", + "§7§4❣ §cRequires §cExpert Trophy", + "§cFisher.", + "§8§l* §8Soulbound §8§l*", + "§9§lRARE ACCESSORY" + ], + "internalname": "ODGERS_GOLD_TOOTH", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ODGERS_SILVER_TOOTH.json b/items/ODGERS_SILVER_TOOTH.json new file mode 100644 index 00000000..add84c6f --- /dev/null +++ b/items/ODGERS_SILVER_TOOTH.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aOdger\u0027s Silver Tooth", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"78988033-ec31-3055-a5fc-cf92883ecfb5\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0Mzg4NjIyNDI3NiwKICAicHJvZmlsZUlkIiA6ICIwZjczMDA3NjEyNGU0NGM3YWYxMTE1NDY5YzQ5OTY3OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJPcmVfTWluZXIxMjMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzJkNDFiMjI3OWFiY2U1ZmQ2MjY5MjNiNjFlM2FiOThkY2U0OTcyNDE3Mjg5ZWUyYjczMjE0YzBhYWJhODQxZSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Sea Creature Chance: §c+1%\",1:\"\",2:\"§7§7§oA perfectly fine tooth,\",3:\"§7§obesides a broken chunk...\",4:\"\",5:\"§7§4❣ §cRequires §cAdept Trophy\",6:\"§cFisher.\",7:\"§8§l* §8Soulbound §8§l*\",8:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§aOdger\u0027s Silver Tooth\"},ExtraAttributes:{id:\"ODGERS_SILVER_TOOTH\"}}", + "damage": 3, + "lore": [ + "§7Sea Creature Chance: §c+1%", + "", + "§7§7§oA perfectly fine tooth,", + "§7§obesides a broken chunk...", + "", + "§7§4❣ §cRequires §cAdept Trophy", + "§cFisher.", + "§8§l* §8Soulbound §8§l*", + "§a§lUNCOMMON ACCESSORY" + ], + "internalname": "ODGERS_SILVER_TOOTH", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/OPAL_POWER_SCROLL.json b/items/OPAL_POWER_SCROLL.json new file mode 100644 index 00000000..819d71d6 --- /dev/null +++ b/items/OPAL_POWER_SCROLL.json @@ -0,0 +1,36 @@ +{ + "itemid": "minecraft:writable_book", + "displayname": "§fOpal Power Scroll", + "nbttag": "{generation:0,ench:[],HideFlags:254,display:{Lore:[0:\"§7§7Gain §f+10❂ True Defense §7for §a5s\",1:\"§a§7when using your §e§lRIGHT CLICK\",2:\"§e§l§6Item Ability§7.\",3:\"\",4:\"§7§7Can be combined with any §bitem\",5:\"§b§7with a §e§lRIGHT CLICK §6Item\",6:\"§6Ability §7at an anvil.\",7:\"\",8:\"§5§lEPIC\"],Name:\"§fOpal Power Scroll\"},ExtraAttributes:{id:\"OPAL_POWER_SCROLL\"},resolved:0b}", + "damage": 0, + "lore": [ + "§7§7Gain §f+10❂ True Defense §7for §a5s", + "§a§7when using your §e§lRIGHT CLICK", + "§e§l§6Item Ability§7.", + "", + "§7§7Can be combined with any §bitem", + "§b§7with a §e§lRIGHT CLICK §6Item", + "§6Ability §7at an anvil.", + "", + "§5§lEPIC" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "", + "B2": "ENCHANTED_PAPER:16", + "B3": "ENCHANTED_PAPER:16", + "C1": "", + "C2": "ENCHANTED_PAPER:16", + "C3": "FINE_OPAL_GEM:16" + }, + "internalname": "OPAL_POWER_SCROLL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Power_Scroll" + ] +}
\ No newline at end of file diff --git a/items/ORB_OF_ENERGY.json b/items/ORB_OF_ENERGY.json index 51788b19..1715f825 100644 --- a/items/ORB_OF_ENERGY.json +++ b/items/ORB_OF_ENERGY.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Orb of Energy", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"db7b20c7-a709-3189-a1a4-9aa5f8559114\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTA5ODU5OTQ1NCwKICAicHJvZmlsZUlkIiA6ICI1NzdhNGViOGFjNzE0Y2M0OTQxOThhOGM2ODkyOTkxMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJTYW1wYXJvIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzgzMzYwNTRjODU4YzBhZDY1MWYwOGJhYjZjNmIzZmRmMWM0N2Y1ZjY1NmZkOTZkNDU0ZTk4MWQzZmNlYjk5YzEiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"§7§7§oAccording to Professor Selta\",2:\"§7§othey are 9V batteries and can\",3:\"§7§osupply about 50mA of current.\",4:\"§7§oProfessor Selta is currently in\",5:\"§7§oa mental asylum.\",6:\"\",7:\"§8§l* §8Co-op Soulbound §8§l*\",8:\"§9§lRARE\"],Name:\"§9Orb of Energy\"},ExtraAttributes:{id:\"ORB_OF_ENERGY\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"db7b20c7-a709-3189-a1a4-9aa5f8559114\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTA5ODU5OTQ1NCwKICAicHJvZmlsZUlkIiA6ICI1NzdhNGViOGFjNzE0Y2M0OTQxOThhOGM2ODkyOTkxMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJTYW1wYXJvIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzgzMzYwNTRjODU4YzBhZDY1MWYwOGJhYjZjNmIzZmRmMWM0N2Y1ZjY1NmZkOTZkNDU0ZTk4MWQzZmNlYjk5YzEiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ==\"}]}},display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"§7§7§oAccording to Professor Selta\",2:\"§7§othey are 9V batteries and can\",3:\"§7§osupply about 50mA of current.\",4:\"§7§oProfessor Selta is currently in\",5:\"§7§oa mental asylum.\",6:\"\",7:\"§8§l* §8Co-op Soulbound §8§l*\",8:\"§9§lRARE\"],Name:\"§9Orb of Energy\"},ExtraAttributes:{id:\"ORB_OF_ENERGY\"}}", "damage": 3, "lore": [ "§eRight-click to view recipes!", @@ -18,5 +18,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Orb_of_Energy" + ] }
\ No newline at end of file diff --git a/items/PRECIOUS_PEARL.json b/items/PRECIOUS_PEARL.json index a004c061..d9ade34b 100644 --- a/items/PRECIOUS_PEARL.json +++ b/items/PRECIOUS_PEARL.json @@ -22,5 +22,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Precious_Pearl" + ] }
\ No newline at end of file diff --git a/items/PYROCLASTIC_SCALE.json b/items/PYROCLASTIC_SCALE.json index cc0606cd..ca566c48 100644 --- a/items/PYROCLASTIC_SCALE.json +++ b/items/PYROCLASTIC_SCALE.json @@ -15,5 +15,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pyroclastic_Scale" + ] }
\ No newline at end of file diff --git a/items/RED_SAND_GENERATOR_1.json b/items/RED_SAND_GENERATOR_1.json index 63cfa780..530fbb7e 100644 --- a/items/RED_SAND_GENERATOR_1.json +++ b/items/RED_SAND_GENERATOR_1.json @@ -33,5 +33,8 @@ "useneucraft": true, "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Red_Sand_Minion" + ] }
\ No newline at end of file diff --git a/items/RED_SAND_GENERATOR_10.json b/items/RED_SAND_GENERATOR_10.json index 5af9d679..30f1f91d 100644 --- a/items/RED_SAND_GENERATOR_10.json +++ b/items/RED_SAND_GENERATOR_10.json @@ -33,5 +33,8 @@ "useneucraft": true, "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Red_Sand_Minion" + ] }
\ No newline at end of file diff --git a/items/RED_SAND_GENERATOR_11.json b/items/RED_SAND_GENERATOR_11.json index e38f2fd1..6aef370f 100644 --- a/items/RED_SAND_GENERATOR_11.json +++ b/items/RED_SAND_GENERATOR_11.json @@ -33,5 +33,8 @@ "useneucraft": true, "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Red_Sand_Minion" + ] }
\ No newline at end of file diff --git a/items/RED_SAND_GENERATOR_12.json b/items/RED_SAND_GENERATOR_12.json index 423f648e..9d2795d1 100644 --- a/items/RED_SAND_GENERATOR_12.json +++ b/items/RED_SAND_GENERATOR_12.json @@ -21,5 +21,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Red_Sand_Minion" + ] }
\ No newline at end of file diff --git a/items/RED_SAND_GENERATOR_2.json b/items/RED_SAND_GENERATOR_2.json index 60af9a6f..e0e544c2 100644 --- a/items/RED_SAND_GENERATOR_2.json +++ b/items/RED_SAND_GENERATOR_2.json @@ -33,5 +33,8 @@ "useneucraft": true, "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Red_Sand_Minion" + ] }
\ No newline at end of file diff --git a/items/RED_SAND_GENERATOR_3.json b/items/RED_SAND_GENERATOR_3.json index 8db06a9d..195be304 100644 --- a/items/RED_SAND_GENERATOR_3.json +++ b/items/RED_SAND_GENERATOR_3.json @@ -33,5 +33,8 @@ "clickcommand": "viewrecipe", "useneucraft": true, "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Red_Sand_Minion" + ] }
\ No newline at end of file diff --git a/items/RED_SAND_GENERATOR_4.json b/items/RED_SAND_GENERATOR_4.json index 635ea222..fa95eb09 100644 --- a/items/RED_SAND_GENERATOR_4.json +++ b/items/RED_SAND_GENERATOR_4.json @@ -33,5 +33,8 @@ "useneucraft": true, "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Red_Sand_Minion" + ] }
\ No newline at end of file diff --git a/items/RED_SAND_GENERATOR_5.json b/items/RED_SAND_GENERATOR_5.json index 8f095056..38769b28 100644 --- a/items/RED_SAND_GENERATOR_5.json +++ b/items/RED_SAND_GENERATOR_5.json @@ -33,5 +33,8 @@ "clickcommand": "viewrecipe", "useneucraft": true, "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Red_Sand_Minion" + ] }
\ No newline at end of file diff --git a/items/RED_SAND_GENERATOR_6.json b/items/RED_SAND_GENERATOR_6.json index 085bc3a2..da5d01e9 100644 --- a/items/RED_SAND_GENERATOR_6.json +++ b/items/RED_SAND_GENERATOR_6.json @@ -33,5 +33,8 @@ "useneucraft": true, "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Red_Sand_Minion" + ] }
\ No newline at end of file diff --git a/items/RED_SAND_GENERATOR_7.json b/items/RED_SAND_GENERATOR_7.json index 83b7ec94..7b00fc22 100644 --- a/items/RED_SAND_GENERATOR_7.json +++ b/items/RED_SAND_GENERATOR_7.json @@ -33,5 +33,8 @@ "useneucraft": true, "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Red_Sand_Minion" + ] }
\ No newline at end of file diff --git a/items/RED_SAND_GENERATOR_8.json b/items/RED_SAND_GENERATOR_8.json index 8d8a0b31..dec9f485 100644 --- a/items/RED_SAND_GENERATOR_8.json +++ b/items/RED_SAND_GENERATOR_8.json @@ -33,5 +33,8 @@ "useneucraft": true, "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Red_Sand_Minion" + ] }
\ No newline at end of file diff --git a/items/RED_SAND_GENERATOR_9.json b/items/RED_SAND_GENERATOR_9.json index c2bb08e9..792569a6 100644 --- a/items/RED_SAND_GENERATOR_9.json +++ b/items/RED_SAND_GENERATOR_9.json @@ -33,5 +33,8 @@ "useneucraft": true, "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Red_Sand_Minion" + ] }
\ No newline at end of file diff --git a/items/REKINDLED_EMBER_HELMET.json b/items/REKINDLED_EMBER_HELMET.json index 3dc2c699..12d63ab0 100644 --- a/items/REKINDLED_EMBER_HELMET.json +++ b/items/REKINDLED_EMBER_HELMET.json @@ -41,5 +41,8 @@ "crafttext": "", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Rekindled_Ember_Armor" + ] }
\ No newline at end of file diff --git a/items/ROGUE_SWORD.json b/items/ROGUE_SWORD.json index f249c2c6..92e608c2 100644 --- a/items/ROGUE_SWORD.json +++ b/items/ROGUE_SWORD.json @@ -4,17 +4,15 @@ "displayname": "§fRogue Sword", "clickcommand": "", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+20\",1:\"\",2:\"§6Ability: Speed Boost §e§lRIGHT CLICK\",3:\"§7Increases your movement §f✦\",4:\"§fSpeed §7by §a+20 §7for §a30\",5:\"§a§7seconds.\",6:\"§8Mana Cost: §350\",7:\"§8Half speed if already active.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§f§lCOMMON SWORD\"],Name:\"§fRogue Sword\"},ExtraAttributes:{id:\"ROGUE_SWORD\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+20\",1:\"\",2:\"§6Ability: Speed Boost §e§lRIGHT CLICK\",3:\"§7Grants §f+100✦ Speed \",4:\"§7for§7 §a30s§7.\",5:\"§8Mana Cost: §350\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§f§lCOMMON SWORD\"],Name:\"§fRogue Sword\"},ExtraAttributes:{id:\"ROGUE_SWORD\"}}", "modver": "2.1.0-REL", "lore": [ "§7Damage: §c+20", "", "§6Ability: Speed Boost §e§lRIGHT CLICK", - "§7Increases your movement §f✦", - "§fSpeed §7by §a+20 §7for §a30", - "§a§7seconds.", + "§7Grants §f+100✦ Speed ", + "§7for§7 §a30s§7.", "§8Mana Cost: §350", - "§8Half speed if already active.", "", "§7§8This item can be reforged!", "§f§lCOMMON SWORD" @@ -32,4 +30,4 @@ "result": "ROGUE_SWORD" } ] -} +}
\ No newline at end of file diff --git a/items/SCORCHED_BOOKS.json b/items/SCORCHED_BOOKS.json index 97b282dc..fb674f4a 100644 --- a/items/SCORCHED_BOOKS.json +++ b/items/SCORCHED_BOOKS.json @@ -26,5 +26,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" -} + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Scorched_Books" + ] +}
\ No newline at end of file diff --git a/items/SCOURGE_CLOAK.json b/items/SCOURGE_CLOAK.json index 593042da..b7bc6ce0 100644 --- a/items/SCOURGE_CLOAK.json +++ b/items/SCOURGE_CLOAK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Scourge Cloak", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"048b43a2-aaed-3e66-a903-66355b73d8b3\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NDU4OTE4NTM1MSwKICAicHJvZmlsZUlkIiA6ICI4ODBiZWMwYTE0MmM0YzRlYTJlZjliMTFiMTBkNWNiNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJmZ2FiIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNjODg3NDMyMDliODgxZWE2ZjcxYTBlNWQ2ZDdiNGUyOTA0NTU0Mjk5ZDVlNzAxYmY5MTZiZTA5YTkzZWZlNjAiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Crit Damage: §c+20%\",1:\"§7Ferocity: §a+5\",2:\"\",3:\"§7Fire damage is increased by\",4:\"§7§c10,000%§7. Increases your next\",5:\"§7hit by §c20% §7of the last fire\",6:\"§7damage you took.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§5§lEPIC CLOAK\"],Name:\"§5Scourge Cloak\"},ExtraAttributes:{id:\"SCOURGE_CLOAK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"048b43a2-aaed-3e66-a903-66355b73d8b3\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NDU4OTE4NTM1MSwKICAicHJvZmlsZUlkIiA6ICI4ODBiZWMwYTE0MmM0YzRlYTJlZjliMTFiMTBkNWNiNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJmZ2FiIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNjODg3NDMyMDliODgxZWE2ZjcxYTBlNWQ2ZDdiNGUyOTA0NTU0Mjk5ZDVlNzAxYmY5MTZiZTA5YTkzZWZlNjAiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ==\"}]}},display:{Lore:[0:\"§7Crit Damage: §c+20%\",1:\"§7Ferocity: §a+5\",2:\"\",3:\"§7Fire damage is increased by\",4:\"§7§c10,000%§7. Increases your next\",5:\"§7hit by §c20% §7of the last fire\",6:\"§7damage you took.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§5§lEPIC CLOAK\"],Name:\"§5Scourge Cloak\"},ExtraAttributes:{id:\"SCOURGE_CLOAK\"}}", "damage": 3, "lore": [ "§7Crit Damage: §c+20%", @@ -30,5 +30,8 @@ "crafttext": "", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Scourge_Cloak" + ] }
\ No newline at end of file diff --git a/items/SILVER_HUNTER_BOOTS.json b/items/SILVER_HUNTER_BOOTS.json new file mode 100644 index 00000000..62c2da9a --- /dev/null +++ b/items/SILVER_HUNTER_BOOTS.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:iron_boots", + "displayname": "§9Silver Hunter Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+110\",1:\"§7Defense: §a+110\",2:\" §8[§7⚔§8]\",3:\"\",4:\"§6Full Set Bonus: Peace Treaty\",5:\"§7Gain immunity to Sea Creatures\",6:\"§7but they are immune to you and\",7:\"§7you can no longer catch them.\",8:\"\",9:\"§6Full Set Bonus: Odger\u0027s Blessing\",10:\"§7Increases the chance to catch\",11:\"§7Trophy Fish by §a5%§7.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §cAdept Trophy\",15:\"§cFisher.\",16:\"§8§l* §8Soulbound §8§l*\",17:\"§9§lRARE BOOTS\"],Name:\"§9Silver Hunter Boots\"},ExtraAttributes:{id:\"SILVER_HUNTER_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Health: §a+110", + "§7Defense: §a+110", + " §8[§7⚔§8]", + "", + "§6Full Set Bonus: Peace Treaty", + "§7Gain immunity to Sea Creatures", + "§7but they are immune to you and", + "§7you can no longer catch them.", + "", + "§6Full Set Bonus: Odger\u0027s Blessing", + "§7Increases the chance to catch", + "§7Trophy Fish by §a5%§7.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §cAdept Trophy", + "§cFisher.", + "§8§l* §8Soulbound §8§l*", + "§9§lRARE BOOTS" + ], + "internalname": "SILVER_HUNTER_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SILVER_HUNTER_CHESTPLATE.json b/items/SILVER_HUNTER_CHESTPLATE.json new file mode 100644 index 00000000..7b22eab2 --- /dev/null +++ b/items/SILVER_HUNTER_CHESTPLATE.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:iron_chestplate", + "displayname": "§9Silver Hunter Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+185\",1:\"§7Defense: §a+185\",2:\" §8[§7⚔§8]\",3:\"\",4:\"§6Full Set Bonus: Peace Treaty\",5:\"§7Gain immunity to Sea Creatures\",6:\"§7but they are immune to you and\",7:\"§7you can no longer catch them.\",8:\"\",9:\"§6Full Set Bonus: Odger\u0027s Blessing\",10:\"§7Increases the chance to catch\",11:\"§7Trophy Fish by §a5%§7.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §cAdept Trophy\",15:\"§cFisher.\",16:\"§8§l* §8Soulbound §8§l*\",17:\"§9§lRARE CHESTPLATE\"],Name:\"§9Silver Hunter Chestplate\"},ExtraAttributes:{id:\"SILVER_HUNTER_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Health: §a+185", + "§7Defense: §a+185", + " §8[§7⚔§8]", + "", + "§6Full Set Bonus: Peace Treaty", + "§7Gain immunity to Sea Creatures", + "§7but they are immune to you and", + "§7you can no longer catch them.", + "", + "§6Full Set Bonus: Odger\u0027s Blessing", + "§7Increases the chance to catch", + "§7Trophy Fish by §a5%§7.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §cAdept Trophy", + "§cFisher.", + "§8§l* §8Soulbound §8§l*", + "§9§lRARE CHESTPLATE" + ], + "internalname": "SILVER_HUNTER_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SILVER_HUNTER_HELMET.json b/items/SILVER_HUNTER_HELMET.json new file mode 100644 index 00000000..52fb78d3 --- /dev/null +++ b/items/SILVER_HUNTER_HELMET.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:iron_helmet", + "displayname": "§9Silver Hunter Helmet", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+130\",1:\"§7Defense: §a+130\",2:\" §8[§7⚔§8]\",3:\"\",4:\"§6Full Set Bonus: Peace Treaty\",5:\"§7Gain immunity to Sea Creatures\",6:\"§7but they are immune to you and\",7:\"§7you can no longer catch them.\",8:\"\",9:\"§6Full Set Bonus: Odger\u0027s Blessing\",10:\"§7Increases the chance to catch\",11:\"§7Trophy Fish by §a5%§7.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §cAdept Trophy\",15:\"§cFisher.\",16:\"§8§l* §8Soulbound §8§l*\",17:\"§9§lRARE HELMET\"],Name:\"§9Silver Hunter Helmet\"},ExtraAttributes:{id:\"SILVER_HUNTER_HELMET\"}}", + "damage": 0, + "lore": [ + "§7Health: §a+130", + "§7Defense: §a+130", + " §8[§7⚔§8]", + "", + "§6Full Set Bonus: Peace Treaty", + "§7Gain immunity to Sea Creatures", + "§7but they are immune to you and", + "§7you can no longer catch them.", + "", + "§6Full Set Bonus: Odger\u0027s Blessing", + "§7Increases the chance to catch", + "§7Trophy Fish by §a5%§7.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §cAdept Trophy", + "§cFisher.", + "§8§l* §8Soulbound §8§l*", + "§9§lRARE HELMET" + ], + "internalname": "SILVER_HUNTER_HELMET", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SILVER_HUNTER_LEGGINGS.json b/items/SILVER_HUNTER_LEGGINGS.json new file mode 100644 index 00000000..a5e561a2 --- /dev/null +++ b/items/SILVER_HUNTER_LEGGINGS.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:iron_leggings", + "displayname": "§9Silver Hunter Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+160\",1:\"§7Defense: §a+160\",2:\" §8[§7⚔§8]\",3:\"\",4:\"§6Full Set Bonus: Peace Treaty\",5:\"§7Gain immunity to Sea Creatures\",6:\"§7but they are immune to you and\",7:\"§7you can no longer catch them.\",8:\"\",9:\"§6Full Set Bonus: Odger\u0027s Blessing\",10:\"§7Increases the chance to catch\",11:\"§7Trophy Fish by §a5%§7.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §cAdept Trophy\",15:\"§cFisher.\",16:\"§8§l* §8Soulbound §8§l*\",17:\"§9§lRARE LEGGINGS\"],Name:\"§9Silver Hunter Leggings\"},ExtraAttributes:{id:\"SILVER_HUNTER_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§7Health: §a+160", + "§7Defense: §a+160", + " §8[§7⚔§8]", + "", + "§6Full Set Bonus: Peace Treaty", + "§7Gain immunity to Sea Creatures", + "§7but they are immune to you and", + "§7you can no longer catch them.", + "", + "§6Full Set Bonus: Odger\u0027s Blessing", + "§7Increases the chance to catch", + "§7Trophy Fish by §a5%§7.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §cAdept Trophy", + "§cFisher.", + "§8§l* §8Soulbound §8§l*", + "§9§lRARE LEGGINGS" + ], + "internalname": "SILVER_HUNTER_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SKELETON_FISH_BRONZE.json b/items/SKELETON_FISH_BRONZE.json index 65ac5ffb..6f998539 100644 --- a/items/SKELETON_FISH_BRONZE.json +++ b/items/SKELETON_FISH_BRONZE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Skeleton Fish§r §l§8§LBRONZE", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"eaaeb2c3-2492-329b-9774-3c261d5d3622\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzODA4ODU1NSwKICAicHJvZmlsZUlkIiA6ICI5MThhMDI5NTU5ZGQ0Y2U2YjE2ZjdhNWQ1M2VmYjQxMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJCZWV2ZWxvcGVyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzkyM2UwYTI1MDQ4YjYwYTJjYzA5MmY3Mjk0MzE1OWVjMTcwMDYzYmIyMzVhYTc5NjkwZWYzNGFiMTgxZDY5MSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Found in Burning Desert.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§5§lEPIC TROPHY FISH\"],Name:\"§5Skeleton Fish§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"SKELETON_FISH_BRONZE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"eaaeb2c3-2492-329b-9774-3c261d5d3622\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzODA4ODU1NSwKICAicHJvZmlsZUlkIiA6ICI5MThhMDI5NTU5ZGQ0Y2U2YjE2ZjdhNWQ1M2VmYjQxMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJCZWV2ZWxvcGVyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzkyM2UwYTI1MDQ4YjYwYTJjYzA5MmY3Mjk0MzE1OWVjMTcwMDYzYmIyMzVhYTc5NjkwZWYzNGFiMTgxZDY5MSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Found in Burning Desert.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§5§lEPIC TROPHY FISH\"],Name:\"§5Skeleton Fish§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"SKELETON_FISH_BRONZE\"}}", "damage": 3, "lore": [ "§7Found in Burning Desert.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§5§lEPIC TROPHY FISH" ], "internalname": "SKELETON_FISH_BRONZE", diff --git a/items/SKELETON_FISH_DIAMOND.json b/items/SKELETON_FISH_DIAMOND.json index 8478f502..9bab831c 100644 --- a/items/SKELETON_FISH_DIAMOND.json +++ b/items/SKELETON_FISH_DIAMOND.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§5Skeleton Fish§r §l§B§LDIAMOND", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f9e4cda1-1e46-3bbb-a12e-20b6376fa396\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzODAzNjc4NiwKICAicHJvZmlsZUlkIiA6ICJkOGNkMTNjZGRmNGU0Y2IzODJmYWZiYWIwOGIyNzQ4OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJaYWNoeVphY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWQwMTM4OTg3NGM3YmUxMTY1ZDVkZjYzM2RhZjI3ZDkzNmJmYWY1NTMxNDNjZmNiYWE1MGM5M2M0NzQ2ZjlmMyIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Found in Burning Desert.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§5§lEPIC TROPHY FISH\"],Name:\"§f§f§5Skeleton Fish§r §l§B§LDIAMOND\"},ExtraAttributes:{id:\"SKELETON_FISH_DIAMOND\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f9e4cda1-1e46-3bbb-a12e-20b6376fa396\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzODAzNjc4NiwKICAicHJvZmlsZUlkIiA6ICJkOGNkMTNjZGRmNGU0Y2IzODJmYWZiYWIwOGIyNzQ4OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJaYWNoeVphY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWQwMTM4OTg3NGM3YmUxMTY1ZDVkZjYzM2RhZjI3ZDkzNmJmYWY1NTMxNDNjZmNiYWE1MGM5M2M0NzQ2ZjlmMyIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Found in Burning Desert.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§5§lEPIC TROPHY FISH\"],Name:\"§f§f§5Skeleton Fish§r §l§B§LDIAMOND\"},ExtraAttributes:{id:\"SKELETON_FISH_DIAMOND\"}}", "damage": 3, "lore": [ "§7Found in Burning Desert.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§5§lEPIC TROPHY FISH" ], "internalname": "SKELETON_FISH_DIAMOND", diff --git a/items/SKELETON_FISH_GOLD.json b/items/SKELETON_FISH_GOLD.json index ffa852cd..13362240 100644 --- a/items/SKELETON_FISH_GOLD.json +++ b/items/SKELETON_FISH_GOLD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§5Skeleton Fish§r §l§6§LGOLD", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0169eb5c-b1d0-3d35-b7d9-b004f4e21ce2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzODA1MzgyNCwKICAicHJvZmlsZUlkIiA6ICI0M2NmNWJkNjUyMDM0YzU5ODVjMDIwYWI3NDE0OGQxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJrYW1pbDQ0NSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS82MzlkZDJmZTMwMmUyYWM0ZDllOGQzMTg3NjQ4OTI1OGIwNGU1OGE4ZTg3NTQ3MTQ2NjkxNDVhODlhODJkMmUwIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Found in Burning Desert.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§5§lEPIC TROPHY FISH\"],Name:\"§f§f§5Skeleton Fish§r §l§6§LGOLD\"},ExtraAttributes:{id:\"SKELETON_FISH_GOLD\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0169eb5c-b1d0-3d35-b7d9-b004f4e21ce2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzODA1MzgyNCwKICAicHJvZmlsZUlkIiA6ICI0M2NmNWJkNjUyMDM0YzU5ODVjMDIwYWI3NDE0OGQxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJrYW1pbDQ0NSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS82MzlkZDJmZTMwMmUyYWM0ZDllOGQzMTg3NjQ4OTI1OGIwNGU1OGE4ZTg3NTQ3MTQ2NjkxNDVhODlhODJkMmUwIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Found in Burning Desert.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§5§lEPIC TROPHY FISH\"],Name:\"§f§f§5Skeleton Fish§r §l§6§LGOLD\"},ExtraAttributes:{id:\"SKELETON_FISH_GOLD\"}}", "damage": 3, "lore": [ "§7Found in Burning Desert.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§5§lEPIC TROPHY FISH" ], "internalname": "SKELETON_FISH_GOLD", diff --git a/items/SKELETON_FISH_SILVER.json b/items/SKELETON_FISH_SILVER.json index 1f902a97..85284c95 100644 --- a/items/SKELETON_FISH_SILVER.json +++ b/items/SKELETON_FISH_SILVER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§5Skeleton Fish§r §l§7§LSILVER", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"596cbeed-0fa5-35bc-8222-b39f9c83a40d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzODA3MTAwNSwKICAicHJvZmlsZUlkIiA6ICI0ZGU4MjQxNjJkZTU0MzU5YWFlMDBmMzQ1ZmMyZTY0MSIsCiAgInByb2ZpbGVOYW1lIiA6ICJOYXRoYW5fS2luZyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9hMzk4NDZhZDFjOGZkMzQyMGZlYmZmNDU4NDAxYmFjZDkxZDFmNGZkNDQ0OTQwZjdmN2NiOWUyYTQ5MGNhNGRkIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Found in Burning Desert.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§5§lEPIC TROPHY FISH\"],Name:\"§f§f§5Skeleton Fish§r §l§7§LSILVER\"},ExtraAttributes:{id:\"SKELETON_FISH_SILVER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"596cbeed-0fa5-35bc-8222-b39f9c83a40d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzODA3MTAwNSwKICAicHJvZmlsZUlkIiA6ICI0ZGU4MjQxNjJkZTU0MzU5YWFlMDBmMzQ1ZmMyZTY0MSIsCiAgInByb2ZpbGVOYW1lIiA6ICJOYXRoYW5fS2luZyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9hMzk4NDZhZDFjOGZkMzQyMGZlYmZmNDU4NDAxYmFjZDkxZDFmNGZkNDQ0OTQwZjdmN2NiOWUyYTQ5MGNhNGRkIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Found in Burning Desert.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§5§lEPIC TROPHY FISH\"],Name:\"§f§f§5Skeleton Fish§r §l§7§LSILVER\"},ExtraAttributes:{id:\"SKELETON_FISH_SILVER\"}}", "damage": 3, "lore": [ "§7Found in Burning Desert.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§5§lEPIC TROPHY FISH" ], "internalname": "SKELETON_FISH_SILVER", diff --git a/items/SLUGFISH_BRONZE.json b/items/SLUGFISH_BRONZE.json index 2e0c9eea..98e2d971 100644 --- a/items/SLUGFISH_BRONZE.json +++ b/items/SLUGFISH_BRONZE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§aSlugfish§r §l§8§LBRONZE", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"67c001e5-17f8-30ef-89bc-37857562049a\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNjQzNzc3MSwKICAicHJvZmlsZUlkIiA6ICJkMGI4MjE1OThmMTE0NzI1ODBmNmNiZTliOGUxYmU3MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJqYmFydHl5IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2MxZGU5ZTQ5ZWNjOGQ2MjA5Yzc4M2JmZDE2ODRhODllNjI0YTRlNDgzYTg2MDIzYzZkZjU3Zjc3ZDViNzU4OTAiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Bobber must be active for 30\",1:\"§7seconds.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§a§lUNCOMMON TROPHY FISH\"],Name:\"§f§f§aSlugfish§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"SLUGFISH_BRONZE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"67c001e5-17f8-30ef-89bc-37857562049a\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNjQzNzc3MSwKICAicHJvZmlsZUlkIiA6ICJkMGI4MjE1OThmMTE0NzI1ODBmNmNiZTliOGUxYmU3MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJqYmFydHl5IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2MxZGU5ZTQ5ZWNjOGQ2MjA5Yzc4M2JmZDE2ODRhODllNjI0YTRlNDgzYTg2MDIzYzZkZjU3Zjc3ZDViNzU4OTAiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Bobber must be active for 30\",1:\"§7seconds.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§a§lUNCOMMON TROPHY FISH\"],Name:\"§f§f§aSlugfish§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"SLUGFISH_BRONZE\"}}", "damage": 3, "lore": [ "§7Bobber must be active for 30", @@ -10,6 +10,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§a§lUNCOMMON TROPHY FISH" ], "internalname": "SLUGFISH_BRONZE", diff --git a/items/SLUGFISH_DIAMOND.json b/items/SLUGFISH_DIAMOND.json index 64901a33..c2f4b61f 100644 --- a/items/SLUGFISH_DIAMOND.json +++ b/items/SLUGFISH_DIAMOND.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§aSlugfish§r §l§B§LDIAMOND", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"03e2b36f-b122-32b9-9348-c931eedb68f9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNjQyMTIyNiwKICAicHJvZmlsZUlkIiA6ICJiMGQ3MzJmZTAwZjc0MDdlOWU3Zjc0NjMwMWNkOThjYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJPUHBscyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9hNWQ3MTdhYTVjOTA2MzE4MTI4MzgxMWQyNjViZmQwZmZkYzdlZGEwOWEwOTg0Y2VlNTk1NzhiNGE1ZWZkNGExIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Bobber must be active for 30\",1:\"§7seconds.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§a§lUNCOMMON TROPHY FISH\"],Name:\"§f§f§aSlugfish§r §l§B§LDIAMOND\"},ExtraAttributes:{id:\"SLUGFISH_DIAMOND\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"03e2b36f-b122-32b9-9348-c931eedb68f9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNjQyMTIyNiwKICAicHJvZmlsZUlkIiA6ICJiMGQ3MzJmZTAwZjc0MDdlOWU3Zjc0NjMwMWNkOThjYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJPUHBscyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9hNWQ3MTdhYTVjOTA2MzE4MTI4MzgxMWQyNjViZmQwZmZkYzdlZGEwOWEwOTg0Y2VlNTk1NzhiNGE1ZWZkNGExIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Bobber must be active for 30\",1:\"§7seconds.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§a§lUNCOMMON TROPHY FISH\"],Name:\"§f§f§aSlugfish§r §l§B§LDIAMOND\"},ExtraAttributes:{id:\"SLUGFISH_DIAMOND\"}}", "damage": 3, "lore": [ "§7Bobber must be active for 30", @@ -10,6 +10,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§a§lUNCOMMON TROPHY FISH" ], "internalname": "SLUGFISH_DIAMOND", diff --git a/items/SLUGFISH_GOLD.json b/items/SLUGFISH_GOLD.json index 68c29f91..b1f20ae5 100644 --- a/items/SLUGFISH_GOLD.json +++ b/items/SLUGFISH_GOLD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§aSlugfish§r §l§6§LGOLD", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"65fb5c9c-4d4a-395f-8f6b-9286995d8839\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNjQwNTE2OCwKICAicHJvZmlsZUlkIiA6ICIzNmMxODk4ZjlhZGE0NjZlYjk0ZDFmZWFmMjQ0MTkxMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJMdW5haWFuIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzI4OWQ3MmYzNzUwYTVjZDI0NGNiZjA5YWY5NDc4NDUzYjY1NzVkZjU5MWQ3MjBiNmVjMjNkODRhMTY1YzY1ZjIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Bobber must be active for 30\",1:\"§7seconds.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§a§lUNCOMMON TROPHY FISH\"],Name:\"§f§f§aSlugfish§r §l§6§LGOLD\"},ExtraAttributes:{id:\"SLUGFISH_GOLD\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"65fb5c9c-4d4a-395f-8f6b-9286995d8839\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNjQwNTE2OCwKICAicHJvZmlsZUlkIiA6ICIzNmMxODk4ZjlhZGE0NjZlYjk0ZDFmZWFmMjQ0MTkxMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJMdW5haWFuIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzI4OWQ3MmYzNzUwYTVjZDI0NGNiZjA5YWY5NDc4NDUzYjY1NzVkZjU5MWQ3MjBiNmVjMjNkODRhMTY1YzY1ZjIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Bobber must be active for 30\",1:\"§7seconds.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§a§lUNCOMMON TROPHY FISH\"],Name:\"§f§f§aSlugfish§r §l§6§LGOLD\"},ExtraAttributes:{id:\"SLUGFISH_GOLD\"}}", "damage": 3, "lore": [ "§7Bobber must be active for 30", @@ -10,6 +10,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§a§lUNCOMMON TROPHY FISH" ], "internalname": "SLUGFISH_GOLD", diff --git a/items/SLUGFISH_SILVER.json b/items/SLUGFISH_SILVER.json index f8c2da72..29792c5e 100644 --- a/items/SLUGFISH_SILVER.json +++ b/items/SLUGFISH_SILVER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§aSlugfish§r §l§7§LSILVER", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6111b285-688d-3c63-98a1-f19482321e0c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNjM5MjU4NCwKICAicHJvZmlsZUlkIiA6ICJjNjc3MGJjZWMzZjE0ODA3ODc4MTU0NWRhMGFmMDI1NCIsCiAgInByb2ZpbGVOYW1lIiA6ICJDVUNGTDE2IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2Q4MmVmZDg4NWU2ZTJhOTY0ZWZiODU3ZGU3MjRiMmVmMDQzZjFkY2JiZTYxOGYxMGVjMzc0MmM2ZjJjZWNhYiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Bobber must be active for 30\",1:\"§7seconds.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§a§lUNCOMMON TROPHY FISH\"],Name:\"§f§f§aSlugfish§r §l§7§LSILVER\"},ExtraAttributes:{id:\"SLUGFISH_SILVER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6111b285-688d-3c63-98a1-f19482321e0c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNjM5MjU4NCwKICAicHJvZmlsZUlkIiA6ICJjNjc3MGJjZWMzZjE0ODA3ODc4MTU0NWRhMGFmMDI1NCIsCiAgInByb2ZpbGVOYW1lIiA6ICJDVUNGTDE2IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2Q4MmVmZDg4NWU2ZTJhOTY0ZWZiODU3ZGU3MjRiMmVmMDQzZjFkY2JiZTYxOGYxMGVjMzc0MmM2ZjJjZWNhYiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Bobber must be active for 30\",1:\"§7seconds.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§a§lUNCOMMON TROPHY FISH\"],Name:\"§f§f§aSlugfish§r §l§7§LSILVER\"},ExtraAttributes:{id:\"SLUGFISH_SILVER\"}}", "damage": 3, "lore": [ "§7Bobber must be active for 30", @@ -10,6 +10,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§a§lUNCOMMON TROPHY FISH" ], "internalname": "SLUGFISH_SILVER", diff --git a/items/SMALL_FORAGING_SACK.json b/items/SMALL_FORAGING_SACK.json index 57813bc4..f5688e99 100644 --- a/items/SMALL_FORAGING_SACK.json +++ b/items/SMALL_FORAGING_SACK.json @@ -7,10 +7,14 @@ "§7Item pickups go directly into", "§7your sacks.", "", - "§7§7Items: §aOak Wood§7, §aSpruce", - "§aWood§7, §aBirch Wood§7, §aDark Oak", - "§aWood§7, §aAcacia Wood§7, §aJungle", - "§aWood", + "§7§7Items: §aAcacia Wood§7, §aSpruce", + "§aWood§7, §aJungle Wood§7, §aBirch", + "§aWood§7, §aOak Wood§7, §aDark Oak", + "§aWood§7, §aApple§7, §aAcacia", + "§aSapling§7, §aSpruce Sapling§7,", + "§7§aJungle Sapling§7, §aBirch", + "§aSapling§7, §aOak Sapling§7, §aDark", + "§aOak Sapling", "", "§7Capacity: §e640 per item", "§8Sacks sum their capacity.", diff --git a/items/SMALL_LAVA_FISHING_SACK.json b/items/SMALL_LAVA_FISHING_SACK.json index 3d72e4ca..e35b04a1 100644 --- a/items/SMALL_LAVA_FISHING_SACK.json +++ b/items/SMALL_LAVA_FISHING_SACK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Small 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\",4:\"§aCream§7, §aCoal§7, §aBlaze\",5:\"§aPowder§7, §aNetherrack§7, §aLump\",6:\"§aof Magma§7, §aMoogma Pelt§7,\",7:\"§7§aPyroclastic Scale§7, §aCup of\",8:\"§aBlood§7, §aFlaming Heart§7, §aOrb\",9:\"§aof Energy§7, §aHorn of Taurus\",10:\"\",11:\"§7Capacity: §e640 per item\",12:\"§8Sacks sum their capacity.\",13:\"\",14:\"§5§lEPIC\"],Name:\"§5Small Lava Fishing Sack\"},ExtraAttributes:{id:\"SMALL_LAVA_FISHING_SACK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"daf5fe98-2814-3f3e-9a68-37b691f2d51e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzYwODc2MDc0NywKICAicHJvZmlsZUlkIiA6ICJmNWQwYjFhZTQxNmU0YTE5ODEyMTRmZGQzMWU3MzA1YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJDYXRjaFRoZVdhdmUxMCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kYTJhOTUxNTkyY2MyNmNmNWI2ZDlmNjZhZTAzNDkxNmY5ZDJlOTcyMTZkNDNiM2ZhMTFjOTc5YWZkN2RmMWFkIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aMagmafish§7, §aMagma\",4:\"§aCream§7, §aCoal§7, §aBlaze\",5:\"§aPowder§7, §aNetherrack§7, §aLump\",6:\"§aof Magma§7, §aMoogma Pelt§7,\",7:\"§7§aPyroclastic Scale§7, §aCup of\",8:\"§aBlood§7, §aFlaming Heart§7, §aOrb\",9:\"§aof Energy§7, §aHorn of Taurus\",10:\"\",11:\"§7Capacity: §e640 per item\",12:\"§8Sacks sum their capacity.\",13:\"\",14:\"§5§lEPIC\"],Name:\"§5Small Lava Fishing Sack\"},ExtraAttributes:{id:\"SMALL_LAVA_FISHING_SACK\"}}", "damage": 3, "lore": [ "§7Item pickups go directly into", @@ -35,5 +35,8 @@ "crafttext": "Requires: Magmafish VI", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Lava_Fishing_Sack" + ] }
\ No newline at end of file diff --git a/items/SMALL_NETHER_SACK.json b/items/SMALL_NETHER_SACK.json index 61845990..156f6fc0 100644 --- a/items/SMALL_NETHER_SACK.json +++ b/items/SMALL_NETHER_SACK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aSmall 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: §aSulphur§7, §aRed\",4:\"§aSand§7, §aMycelium§7,\",5:\"§7§aNetherrack§7, §aMagma Cream§7,\",6:\"§7§aBlaze Rod§7, §aGhast Tear§7,\",7:\"§7§aNether Quartz§7, §aGlowstone\",8:\"§aDust§7, §aNether Wart§7, §aSpectre\",9:\"§aDust§7, §aBlaze Ashes§7, §aMutated\",10:\"§aBlaze Ashes§7, §aWither Soul§7,\",11:\"§7§aMagma Chunk§7, §aBezos§7,\",12:\"§7§aBurning Eye§7, §aTentacle\",13:\"§aMeat§7, §aDigested Mushrooms§7,\",14:\"§7§aKada Lead§7, §aMagmag§7,\",15:\"§7§aGazing Pearl§7, §aLeather\",16:\"§aCloth§7, §aSpell Powder§7,\",17:\"§7§aCompact Ooze§7, §aLumino\",18:\"§aFiber§7, §aHallowed Skull§7,\",19:\"§7§aCorrupted Fragment\",20:\"\",21:\"§7Capacity: §e640 per item\",22:\"§8Sacks sum their capacity.\",23:\"\",24:\"§a§lUNCOMMON\"],Name:\"§aSmall Nether Sack\"},ExtraAttributes:{id:\"SMALL_NETHER_SACK\",uuid:\"5dd2c0e9-ce25-46f4-a704-a4d6b5258f30\",timestamp:\"3/10/22 3:11 PM\"}}", + "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: §aSulphur§7, §aRed\",4:\"§aSand§7, §aMycelium§7,\",5:\"§7§aNetherrack§7, §aMagma Cream§7,\",6:\"§7§aBlaze Rod§7, §aGhast Tear§7,\",7:\"§7§aNether Quartz§7, §aGlowstone\",8:\"§aDust§7, §aNether Wart§7, §aSpectre\",9:\"§aDust§7, §aBlaze Ashes§7, §aMutated\",10:\"§aBlaze Ashes§7, §aWither Soul§7,\",11:\"§7§aMagma Chunk§7, §aBezos§7,\",12:\"§7§aBurning Eye§7, §aTentacle\",13:\"§aMeat§7, §aDigested Mushrooms§7,\",14:\"§7§aKada Lead§7, §aMagmag§7,\",15:\"§7§aGazing Pearl§7, §aLeather\",16:\"§aCloth§7, §aSpell Powder§7,\",17:\"§7§aCompact Ooze§7, §aLumino\",18:\"§aFiber§7, §aHallowed Skull§7,\",19:\"§7§aCorrupted Fragment\",20:\"\",21:\"§7Capacity: §e640 per item\",22:\"§8Sacks sum their capacity.\",23:\"\",24:\"§a§lUNCOMMON\"],Name:\"§aSmall Nether Sack\"},ExtraAttributes:{id:\"SMALL_NETHER_SACK\"}}", "damage": 3, "lore": [ "§7Item pickups go directly into", diff --git a/items/SMOLDERING;2.json b/items/SMOLDERING;2.json new file mode 100644 index 00000000..3f106bf8 --- /dev/null +++ b/items/SMOLDERING;2.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Smoldering II\",1:\"§7Increases damage dealt to\",2:\"§7§7Blazes§7 by §a6%§7.\",3:\"\",4:\"§7§7Apply Cost: §318 Exp Levels\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI: §7Smoldering Blazes\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fLongsword\",16:\"§7- §fBow\",17:\"§7- §fGauntlet\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§f§fEnchanted Book\"},ExtraAttributes:{id:\"SMOLDERING;2\",enchantments:{smoldering:2}}}", + "damage": 0, + "lore": [ + "§9Smoldering II", + "§7Increases damage dealt to", + "§7§7Blazes§7 by §a6%§7.", + "", + "§7§7Apply Cost: §318 Exp Levels", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§6Source:", + "§aI: §7Smoldering Blazes", + "", + "§6Applied To:", + "§7- §fSword", + "§7- §fFishing Weapon", + "§7- §fLongsword", + "§7- §fBow", + "§7- §fGauntlet", + "", + "§f§lCOMMON" + ], + "internalname": "SMOLDERING;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SMOLDERING;3.json b/items/SMOLDERING;3.json new file mode 100644 index 00000000..e3b8e63f --- /dev/null +++ b/items/SMOLDERING;3.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Smoldering III\",1:\"§7Increases damage dealt to\",2:\"§7§7Blazes§7 by §a9%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI: §7Smoldering Blazes\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fSword\",12:\"§7- §fFishing Weapon\",13:\"§7- §fLongsword\",14:\"§7- §fBow\",15:\"§7- §fGauntlet\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§f§fEnchanted Book\"},ExtraAttributes:{id:\"SMOLDERING;3\",enchantments:{smoldering:3}}}", + "damage": 0, + "lore": [ + "§9Smoldering III", + "§7Increases damage dealt to", + "§7§7Blazes§7 by §a9%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§6Source:", + "§aI: §7Smoldering Blazes", + "", + "§6Applied To:", + "§7- §fSword", + "§7- §fFishing Weapon", + "§7- §fLongsword", + "§7- §fBow", + "§7- §fGauntlet", + "", + "§f§lCOMMON" + ], + "internalname": "SMOLDERING;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SMOLDERING;4.json b/items/SMOLDERING;4.json new file mode 100644 index 00000000..2300b7f6 --- /dev/null +++ b/items/SMOLDERING;4.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Smoldering IV\",1:\"§7Increases damage dealt to\",2:\"§7§7Blazes§7 by §a12%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI: §7Smoldering Blazes\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fSword\",12:\"§7- §fFishing Weapon\",13:\"§7- §fLongsword\",14:\"§7- §fBow\",15:\"§7- §fGauntlet\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§f§fEnchanted Book\"},ExtraAttributes:{id:\"SMOLDERING;4\",enchantments:{smoldering:4}}}", + "damage": 0, + "lore": [ + "§9Smoldering IV", + "§7Increases damage dealt to", + "§7§7Blazes§7 by §a12%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§6Source:", + "§aI: §7Smoldering Blazes", + "", + "§6Applied To:", + "§7- §fSword", + "§7- §fFishing Weapon", + "§7- §fLongsword", + "§7- §fBow", + "§7- §fGauntlet", + "", + "§f§lCOMMON" + ], + "internalname": "SMOLDERING;4", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SMOLDERING;5.json b/items/SMOLDERING;5.json new file mode 100644 index 00000000..3300863c --- /dev/null +++ b/items/SMOLDERING;5.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§aEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Smoldering V\",1:\"§7Increases damage dealt to\",2:\"§7§7Blazes§7 by §a15%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI: §7Smoldering Blazes\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fSword\",12:\"§7- §fFishing Weapon\",13:\"§7- §fLongsword\",14:\"§7- §fBow\",15:\"§7- §fGauntlet\",16:\"\",17:\"§a§lUNCOMMON\"],Name:\"§f§aEnchanted Book\"},ExtraAttributes:{id:\"SMOLDERING;5\",enchantments:{smoldering:5}}}", + "damage": 0, + "lore": [ + "§9Smoldering V", + "§7Increases damage dealt to", + "§7§7Blazes§7 by §a15%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§6Source:", + "§aI: §7Smoldering Blazes", + "", + "§6Applied To:", + "§7- §fSword", + "§7- §fFishing Weapon", + "§7- §fLongsword", + "§7- §fBow", + "§7- §fGauntlet", + "", + "§a§lUNCOMMON" + ], + "internalname": "SMOLDERING;5", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SMOLDERING_CHAMBERS_TRAVEL_SCROLL.json b/items/SMOLDERING_CHAMBERS_TRAVEL_SCROLL.json index 6bbd8b68..10ac2dcf 100644 --- a/items/SMOLDERING_CHAMBERS_TRAVEL_SCROLL.json +++ b/items/SMOLDERING_CHAMBERS_TRAVEL_SCROLL.json @@ -32,5 +32,8 @@ "crafttext": "", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Travel_Scrolls" + ] }
\ No newline at end of file diff --git a/items/SOS_FLARE.json b/items/SOS_FLARE.json new file mode 100644 index 00000000..368af41e --- /dev/null +++ b/items/SOS_FLARE.json @@ -0,0 +1,42 @@ +{ + "itemid": "minecraft:fireworks", + "displayname": "§5SOS Flare", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§6Item Ability: Deploy\",1:\"§7Shoot the flare up in the sky\",2:\"§7for §a3m §7buffing up to §b8\",3:\"§b§7players within §a40 §7blocks.\",4:\"§8Mana Cost: §3250\",5:\"\",6:\"§5Flare Buff: §5SOS Flare\",7:\"§7Grants §b+125% §7base mana regen§7.\",8:\"§7Grants §a+30% §7incoming healing.\",9:\"§7Gain §f+25❂ True Defense§7.\",10:\"§7Gain §c+10⫽ Ferocity§7.\",11:\"§7Gain §e+5⚔ Bonus Attack Speed§7.\",12:\"\",13:\"§8Only one deployable buff applies.\",14:\"\",15:\"§7§4☠ §cRequires §5Blaze Slayer 7.\",16:\"§5§lEPIC DEPLOYABLE\"],Name:\"§5SOS Flare\"},ExtraAttributes:{id:\"SOS_FLARE\"}}", + "damage": 0, + "lore": [ + "§6Item Ability: Deploy", + "§7Shoot the flare up in the sky", + "§7for §a3m §7buffing up to §b8", + "§b§7players within §a40 §7blocks.", + "§8Mana Cost: §3250", + "", + "§5Flare Buff: §5SOS Flare", + "§7Grants §b+125% §7base mana regen§7.", + "§7Grants §a+30% §7incoming healing.", + "§7Gain §f+25❂ True Defense§7.", + "§7Gain §c+10⫽ Ferocity§7.", + "§7Gain §e+5⚔ Bonus Attack Speed§7.", + "", + "§8Only one deployable buff applies.", + "", + "§7§4☠ §cRequires §5Blaze Slayer 7.", + "§5§lEPIC DEPLOYABLE" + ], + "recipe": { + "A1": "INFERNO_VERTEX:8", + "A2": "ENCHANTED_SULPHUR:32", + "A3": "INFERNO_APEX:1", + "B1": "MOLTEN_POWDER:64", + "B2": "", + "B3": "MOLTEN_POWDER:64", + "C1": "WILSON_ENGINEERING_PLANS:1", + "C2": "ALERT_FLARE:1", + "C3": "INFERNO_VERTEX:1" + }, + "internalname": "SOS_FLARE", + "clickcommand": "viewrecipe", + "slayer_req": "BLAZE_7", + "modver": "2.1.0-REL", + "infoType": "", + "crafttext": "" +}
\ No newline at end of file diff --git a/items/SOUL_FISH_BRONZE.json b/items/SOUL_FISH_BRONZE.json index 0ae4d2ac..5a824a8e 100644 --- a/items/SOUL_FISH_BRONZE.json +++ b/items/SOUL_FISH_BRONZE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§5Soul Fish§r §l§8§LBRONZE", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3ef6a020-e6b3-357a-bd6f-03fdd95195cc\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzk1MjMyMiwKICAicHJvZmlsZUlkIiA6ICIzOWEzOTMzZWE4MjU0OGU3ODQwNzQ1YzBjNGY3MjU2ZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJkZW1pbmVjcmFmdGVybG9sIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzdmZTU1NGQzNDZjMjBjMTYxYWE4NWNmZGMxYjg5Nzc5YzlmNjRlNzI2YTViYjI4YWNlODA3OGU2NTk0MDUyZDciCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Found in Stronghold.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§5§lEPIC TROPHY FISH\"],Name:\"§f§f§5Soul Fish§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"SOUL_FISH_BRONZE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3ef6a020-e6b3-357a-bd6f-03fdd95195cc\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzk1MjMyMiwKICAicHJvZmlsZUlkIiA6ICIzOWEzOTMzZWE4MjU0OGU3ODQwNzQ1YzBjNGY3MjU2ZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJkZW1pbmVjcmFmdGVybG9sIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzdmZTU1NGQzNDZjMjBjMTYxYWE4NWNmZGMxYjg5Nzc5YzlmNjRlNzI2YTViYjI4YWNlODA3OGU2NTk0MDUyZDciCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Found in Stronghold.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§5§lEPIC TROPHY FISH\"],Name:\"§f§f§5Soul Fish§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"SOUL_FISH_BRONZE\"}}", "damage": 3, "lore": [ "§7Found in Stronghold.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§5§lEPIC TROPHY FISH" ], "internalname": "SOUL_FISH_BRONZE", diff --git a/items/SOUL_FISH_DIAMOND.json b/items/SOUL_FISH_DIAMOND.json new file mode 100644 index 00000000..ea6b2091 --- /dev/null +++ b/items/SOUL_FISH_DIAMOND.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Soul Fish§r §l§b§LDIAMOND", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b26ba185-2a35-394c-840f-658627ae5d49\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzkyMjczOCwKICAicHJvZmlsZUlkIiA6ICJkMGI4MjE1OThmMTE0NzI1ODBmNmNiZTliOGUxYmU3MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJqYmFydHl5IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNjOTU0OGEyNWU2ODMzMmU2ZGRlNjA4MTZkODExMjQyZmE0MGRhNThhNWUyNGE1MjMzZTAwNzlkOWM1N2Y3NzkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Found in Stronghold.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§5§lEPIC TROPHY FISH\"],Name:\"§f§f§5Soul Fish§r §l§6§LGOLD\"},ExtraAttributes:{id:\"SOUL_FISH_GOLD\"}}", + "damage": 3, + "lore": [ + "§7Found in Stronghold.", + "", + "§7Bring this to §fOdger §7at the", + "§7top of the Blazing Volcano.", + "", + "§8§l* §8Soulbound §8§l*", + "§5§lEPIC TROPHY FISH" + ], + "internalname": "SOUL_FISH_DIAMOND", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SOUL_FISH_GOLD.json b/items/SOUL_FISH_GOLD.json index c7900e04..07f14988 100644 --- a/items/SOUL_FISH_GOLD.json +++ b/items/SOUL_FISH_GOLD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§5Soul Fish§r §l§6§LGOLD", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b26ba185-2a35-394c-840f-658627ae5d49\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzkyMjczOCwKICAicHJvZmlsZUlkIiA6ICJkMGI4MjE1OThmMTE0NzI1ODBmNmNiZTliOGUxYmU3MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJqYmFydHl5IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNjOTU0OGEyNWU2ODMzMmU2ZGRlNjA4MTZkODExMjQyZmE0MGRhNThhNWUyNGE1MjMzZTAwNzlkOWM1N2Y3NzkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Found in Stronghold.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§5§lEPIC TROPHY FISH\"],Name:\"§f§f§5Soul Fish§r §l§6§LGOLD\"},ExtraAttributes:{id:\"SOUL_FISH_GOLD\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b26ba185-2a35-394c-840f-658627ae5d49\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzkyMjczOCwKICAicHJvZmlsZUlkIiA6ICJkMGI4MjE1OThmMTE0NzI1ODBmNmNiZTliOGUxYmU3MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJqYmFydHl5IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNjOTU0OGEyNWU2ODMzMmU2ZGRlNjA4MTZkODExMjQyZmE0MGRhNThhNWUyNGE1MjMzZTAwNzlkOWM1N2Y3NzkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Found in Stronghold.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§5§lEPIC TROPHY FISH\"],Name:\"§f§f§5Soul Fish§r §l§6§LGOLD\"},ExtraAttributes:{id:\"SOUL_FISH_GOLD\"}}", "damage": 3, "lore": [ "§7Found in Stronghold.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§5§lEPIC TROPHY FISH" ], "internalname": "SOUL_FISH_GOLD", diff --git a/items/SOUL_FISH_SILVER.json b/items/SOUL_FISH_SILVER.json index 67e18fd2..76802278 100644 --- a/items/SOUL_FISH_SILVER.json +++ b/items/SOUL_FISH_SILVER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§5Soul Fish§r §l§7§LSILVER", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a6c13fa2-a224-35d3-b6de-cf985577b7cc\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzkzNzU5OSwKICAicHJvZmlsZUlkIiA6ICI0ZDEzZWUyZjViOWI0N2I2OGU2NzhhMjAxN2VmZTc1MyIsCiAgInByb2ZpbGVOYW1lIiA6ICJCcmF5ZGVyZWsiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDA4NmM1NzAwZWM3MDdkNzAzY2ZiNDVhYjhhZmVlNTI2OWE1OWVlZGRhNTE2YTJjNjhmM2UyYWVmN2ZhNmE5NCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Found in Stronghold.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§5§lEPIC TROPHY FISH\"],Name:\"§f§f§5Soul Fish§r §l§7§LSILVER\"},ExtraAttributes:{id:\"SOUL_FISH_SILVER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a6c13fa2-a224-35d3-b6de-cf985577b7cc\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzkzNzU5OSwKICAicHJvZmlsZUlkIiA6ICI0ZDEzZWUyZjViOWI0N2I2OGU2NzhhMjAxN2VmZTc1MyIsCiAgInByb2ZpbGVOYW1lIiA6ICJCcmF5ZGVyZWsiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDA4NmM1NzAwZWM3MDdkNzAzY2ZiNDVhYjhhZmVlNTI2OWE1OWVlZGRhNTE2YTJjNjhmM2UyYWVmN2ZhNmE5NCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Found in Stronghold.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§5§lEPIC TROPHY FISH\"],Name:\"§f§f§5Soul Fish§r §l§7§LSILVER\"},ExtraAttributes:{id:\"SOUL_FISH_SILVER\"}}", "damage": 3, "lore": [ "§7Found in Stronghold.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§5§lEPIC TROPHY FISH" ], "internalname": "SOUL_FISH_SILVER", diff --git a/items/SPELL_POWDER.json b/items/SPELL_POWDER.json index 4c25f42e..032ec5e2 100644 --- a/items/SPELL_POWDER.json +++ b/items/SPELL_POWDER.json @@ -17,6 +17,7 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Spell_Powder", "https://wiki.hypixel.net/Spell_Powder" ] }
\ No newline at end of file diff --git a/items/STARTER_LAVA_ROD.json b/items/STARTER_LAVA_ROD.json index 5575d3b5..3a3d8c47 100644 --- a/items/STARTER_LAVA_ROD.json +++ b/items/STARTER_LAVA_ROD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§aStarter Lava Rod", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Lava Rod\",1:\"\",2:\"§7Damage: §c+50\",3:\"§7Strength: §c+50\",4:\"\",5:\"§7Increases fishing speed by §95%\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§8§l* §8Co-op Soulbound §8§l*\",9:\"§a§lUNCOMMON FISHING ROD\"],Name:\"§aStarter Lava Rod\"},ExtraAttributes:{id:\"STARTER_LAVA_ROD\",uuid:\"fa11016d-6a33-4dfb-a869-c5a028563125\",timestamp:\"3/11/22 8:14 PM\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Lava Rod\",1:\"\",2:\"§7Damage: §c+50\",3:\"§7Strength: §c+50\",4:\"\",5:\"§7Increases fishing speed by §95%\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§8§l* §8Co-op Soulbound §8§l*\",9:\"§a§lUNCOMMON FISHING ROD\"],Name:\"§aStarter Lava Rod\"},ExtraAttributes:{id:\"STARTER_LAVA_ROD\"}}", "damage": 0, "lore": [ "§8Lava Rod", diff --git a/items/STEAMING_HOT_FLOUNDER_BRONZE.json b/items/STEAMING_HOT_FLOUNDER_BRONZE.json index a0517670..8ee2b538 100644 --- a/items/STEAMING_HOT_FLOUNDER_BRONZE.json +++ b/items/STEAMING_HOT_FLOUNDER_BRONZE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§fSteaming-Hot Flounder§r §l§8§LBRONZE", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"edd143a9-ce46-3e4b-b0bd-90bcf3709242\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzODIzNjg3OCwKICAicHJvZmlsZUlkIiA6ICJjZGM5MzQ0NDAzODM0ZDdkYmRmOWUyMmVjZmM5MzBiZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJSYXdMb2JzdGVycyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS84Yjg4Zjg4ZjMwNTNjNDM0NjYwZWViNGM3YjIzNDRiYzIxYWI1MjU5NmNlYTVhNjZkMGY5ZGI4YzBlMDUwMjA5IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Found in Volcano Geysers.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§fSteaming-Hot Flounder§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"STEAMING_HOT_FLOUNDER_BRONZE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"edd143a9-ce46-3e4b-b0bd-90bcf3709242\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzODIzNjg3OCwKICAicHJvZmlsZUlkIiA6ICJjZGM5MzQ0NDAzODM0ZDdkYmRmOWUyMmVjZmM5MzBiZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJSYXdMb2JzdGVycyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS84Yjg4Zjg4ZjMwNTNjNDM0NjYwZWViNGM3YjIzNDRiYzIxYWI1MjU5NmNlYTVhNjZkMGY5ZGI4YzBlMDUwMjA5IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Found in Volcano Geysers.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§fSteaming-Hot Flounder§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"STEAMING_HOT_FLOUNDER_BRONZE\"}}", "damage": 3, "lore": [ "§7Found in Volcano Geysers.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§f§lCOMMON TROPHY FISH" ], "internalname": "STEAMING_HOT_FLOUNDER_BRONZE", diff --git a/items/STEAMING_HOT_FLOUNDER_DIAMOND.json b/items/STEAMING_HOT_FLOUNDER_DIAMOND.json new file mode 100644 index 00000000..5fac92f0 --- /dev/null +++ b/items/STEAMING_HOT_FLOUNDER_DIAMOND.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§fSteaming-Hot Flounder§r §l§b§LDIAMOND", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"75a59cb6-091f-30eb-90c0-5878499797c4\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzODIwNDA4NywKICAicHJvZmlsZUlkIiA6ICJjMDNlZTUxNjIzZTU0ZThhODc1NGM1NmVhZmJjZDA4ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJsYXltYW51ZWwiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzA1Y2I2NjIzODM3MTk1MTEzYzA0NDA5NjU4ZjllODg3MmEwNWUyMzIxYjc5ZGZkMWNlNDhlZGE2Zjc0OWI5MCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Found in Volcano Geysers.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§fSteaming-Hot Flounder§r §l§b§LDIAMOND\"},ExtraAttributes:{id:\"STEAMING_HOT_FLOUNDER_DIAMOND\"}}", + "damage": 3, + "lore": [ + "§7Found in Volcano Geysers.", + "", + "§7Bring this to §fOdger §7at the", + "§7top of the Blazing Volcano.", + "", + "§8§l* §8Soulbound §8§l*", + "§f§lCOMMON TROPHY FISH" + ], + "internalname": "STEAMING_HOT_FLOUNDER_DIAMOND", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/STEAMING_HOT_FLOUNDER_GOLD.json b/items/STEAMING_HOT_FLOUNDER_GOLD.json index dff9b093..4c016de2 100644 --- a/items/STEAMING_HOT_FLOUNDER_GOLD.json +++ b/items/STEAMING_HOT_FLOUNDER_GOLD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§fSteaming-Hot Flounder§r §l§6§LGOLD", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"75a59cb6-091f-30eb-90c0-5878499797c4\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzODIwNDA4NywKICAicHJvZmlsZUlkIiA6ICJjMDNlZTUxNjIzZTU0ZThhODc1NGM1NmVhZmJjZDA4ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJsYXltYW51ZWwiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzA1Y2I2NjIzODM3MTk1MTEzYzA0NDA5NjU4ZjllODg3MmEwNWUyMzIxYjc5ZGZkMWNlNDhlZGE2Zjc0OWI5MCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Found in Volcano Geysers.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§fSteaming-Hot Flounder§r §l§6§LGOLD\"},ExtraAttributes:{id:\"STEAMING_HOT_FLOUNDER_GOLD\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"75a59cb6-091f-30eb-90c0-5878499797c4\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzODIwNDA4NywKICAicHJvZmlsZUlkIiA6ICJjMDNlZTUxNjIzZTU0ZThhODc1NGM1NmVhZmJjZDA4ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJsYXltYW51ZWwiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzA1Y2I2NjIzODM3MTk1MTEzYzA0NDA5NjU4ZjllODg3MmEwNWUyMzIxYjc5ZGZkMWNlNDhlZGE2Zjc0OWI5MCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Found in Volcano Geysers.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§fSteaming-Hot Flounder§r §l§6§LGOLD\"},ExtraAttributes:{id:\"STEAMING_HOT_FLOUNDER_GOLD\"}}", "damage": 3, "lore": [ "§7Found in Volcano Geysers.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§f§lCOMMON TROPHY FISH" ], "internalname": "STEAMING_HOT_FLOUNDER_GOLD", diff --git a/items/STEAMING_HOT_FLOUNDER_SILVER.json b/items/STEAMING_HOT_FLOUNDER_SILVER.json index c30a201e..4975636a 100644 --- a/items/STEAMING_HOT_FLOUNDER_SILVER.json +++ b/items/STEAMING_HOT_FLOUNDER_SILVER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§fSteaming-Hot Flounder§r §l§7§LSILVER", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"df36de09-54fc-3fe0-83f6-78cb85956796\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzODIyMjQ5OSwKICAicHJvZmlsZUlkIiA6ICJkMWY2OTc0YzE2ZmI0ZjdhYjI1NjU4NzExNjM3M2U2NSIsCiAgInByb2ZpbGVOYW1lIiA6ICJGaW9saWVzdGEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjg4N2YzZGI5ZTFmMjhmMDhmZWQ0ZmRjOGJlNDBkYmVlZjdhMDRmMDI2ZDVlMzAwNDFlY2Q0OWE3ODU1OGVmYiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Found in Volcano Geysers.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§fSteaming-Hot Flounder§r §l§7§LSILVER\"},ExtraAttributes:{id:\"STEAMING_HOT_FLOUNDER_SILVER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"df36de09-54fc-3fe0-83f6-78cb85956796\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzODIyMjQ5OSwKICAicHJvZmlsZUlkIiA6ICJkMWY2OTc0YzE2ZmI0ZjdhYjI1NjU4NzExNjM3M2U2NSIsCiAgInByb2ZpbGVOYW1lIiA6ICJGaW9saWVzdGEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjg4N2YzZGI5ZTFmMjhmMDhmZWQ0ZmRjOGJlNDBkYmVlZjdhMDRmMDI2ZDVlMzAwNDFlY2Q0OWE3ODU1OGVmYiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Found in Volcano Geysers.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§fSteaming-Hot Flounder§r §l§7§LSILVER\"},ExtraAttributes:{id:\"STEAMING_HOT_FLOUNDER_SILVER\"}}", "damage": 3, "lore": [ "§7Found in Volcano Geysers.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§f§lCOMMON TROPHY FISH" ], "internalname": "STEAMING_HOT_FLOUNDER_SILVER", diff --git a/items/STONK_PICKAXE.json b/items/STONK_PICKAXE.json index 0c22afdd..4c6f9357 100644 --- a/items/STONK_PICKAXE.json +++ b/items/STONK_PICKAXE.json @@ -4,7 +4,7 @@ "displayname": "§5Stonk", "clickcommand": "", "damage": 0, - "nbttag": "{ench:[0:{lvl:6,id:32}],Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 1\",1:\"\",2:\"§9Efficiency VI\",3:\"§7Grants §a+130 §6⸕ Mining\",4:\"§7§6Speed§7.\",5:\"§9Telekinesis I\",6:\"§7Block and mob drops go directly\",7:\"§7into your inventory.\",8:\"\",9:\"§7When mining End Stone with this\",10:\"§7pickaxe, Endermites won\u0027t spawn,\",11:\"§7experience will be dropped!\",12:\"§7§a5%§7 chance to drop an extra\",13:\"§7End Stone block.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§5§lEPIC PICKAXE\"],Name:\"§5Stonk\"},ExtraAttributes:{id:\"STONK_PICKAXE\",enchantments:{efficiency:6,telekinesis:1}}}", + "nbttag": "{ench:[0:{lvl:6,id:32}],Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 1\",1:\"\",2:\"§9Efficiency VI\",3:\"§7Grants §a+130 §6⸕ Mining\",4:\"§7§6Speed§7.\",5:\"\",6:\"§7When mining End Stone with this\",7:\"§7pickaxe, Endermites won\u0027t spawn,\",8:\"§7experience will be dropped!\",9:\"§7§a5%§7 chance to drop an extra\",10:\"§7End Stone block.\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§5§lEPIC PICKAXE\"],Name:\"§5Stonk\"},ExtraAttributes:{id:\"STONK_PICKAXE\",enchantments:{efficiency:6,telekinesis:1}}}", "modver": "2.1.0-REL", "lore": [ "§8Breaking Power 1", @@ -12,9 +12,6 @@ "§9Efficiency VI", "§7Grants §a+130 §6⸕ Mining", "§7§6Speed§7.", - "§9Telekinesis I", - "§7Block and mob drops go directly", - "§7into your inventory.", "", "§7When mining End Stone with this", "§7pickaxe, Endermites won't spawn,", @@ -38,4 +35,4 @@ "result": "STONK_PICKAXE" } ] -} +}
\ No newline at end of file diff --git a/items/STRONG_MANA;10.json b/items/STRONG_MANA;10.json new file mode 100644 index 00000000..be04d52d --- /dev/null +++ b/items/STRONG_MANA;10.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§dEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Strong Mana X\",1:\"§7Gain §a1% §7of mana used near\",2:\"§7you as §c❁ Strength§7 for 10\",3:\"§7seconds, capped at 100 §c❁\",4:\"§cStrength§7.\",5:\"\",6:\"§7§7Apply Cost: §3370 Exp Levels\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§d§lMYTHIC\"],Name:\"§f§dEnchanted Book\"},ExtraAttributes:{id:\"STRONG_MANA;10\",boss_tier:0,enchantments:{strong_mana:10}}}", + "damage": 0, + "lore": [ + "§9Strong Mana X", + "§7Gain §a1% §7of mana used near", + "§7you as §c❁ Strength§7 for 10", + "§7seconds, capped at 100 §c❁", + "§cStrength§7.", + "", + "§7§7Apply Cost: §3370 Exp Levels", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§d§lMYTHIC" + ], + "internalname": "STRONG_MANA;10", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SUBZERO_INVERTER.json b/items/SUBZERO_INVERTER.json new file mode 100644 index 00000000..3571f58c --- /dev/null +++ b/items/SUBZERO_INVERTER.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§6Subzero Inverter", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5ab20327-b51e-36b3-b65a-a772bc225067\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjYzMTE3MTAyOSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOThmODA5OTA5YTRkNGNkZTdmMmE3OWQ5OTgyMDVlNDgxNGJjYmI3ZDRiYzYwMmExZDU4MjYyMjRhZTAyMTc4NiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Drops extremely rarely from the\",1:\"§7Inferno Demonlord.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§6§lLEGENDARY\"],Name:\"§f§f§6Subzero Inverter\"},ExtraAttributes:{id:\"SUBZERO_INVERTER\"}}", + "damage": 3, + "lore": [ + "§7Drops extremely rarely from the", + "§7Inferno Demonlord.", + "", + "§eRight-click to view recipes!", + "", + "§6§lLEGENDARY" + ], + "internalname": "SUBZERO_INVERTER", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SULPHUR_BOW.json b/items/SULPHUR_BOW.json index cca148b5..fc2d256d 100644 --- a/items/SULPHUR_BOW.json +++ b/items/SULPHUR_BOW.json @@ -27,7 +27,7 @@ "C3": "" }, "internalname": "SULPHUR_BOW", - "crafttext": "", + "crafttext": "Requires: Sulphur VII", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", diff --git a/items/SULPHUR_SKITTER_BRONZE.json b/items/SULPHUR_SKITTER_BRONZE.json index eddb1571..91bceb43 100644 --- a/items/SULPHUR_SKITTER_BRONZE.json +++ b/items/SULPHUR_SKITTER_BRONZE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§fSulphur Skitter§r §l§8§LBRONZE", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f184fcb9-8a85-3186-976e-67833905cd68\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzODE2NjY2MSwKICAicHJvZmlsZUlkIiA6ICJmMTA0NzMxZjljYTU0NmI0OTkzNjM4NTlkZWY5N2NjNiIsCiAgInByb2ZpbGVOYW1lIiA6ICJ6aWFkODciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGZiZjcxMTE2MDlmMmVjMjNkOWIzZjI4NWUxNzU1YjYyMTkzYmQ3YzNkNzcwNTc2ZTJiMThjNDhhZmViMGUyOSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Caught near Sulphur blocks.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§fSulphur Skitter§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"SULPHUR_SKITTER_BRONZE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f184fcb9-8a85-3186-976e-67833905cd68\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzODE2NjY2MSwKICAicHJvZmlsZUlkIiA6ICJmMTA0NzMxZjljYTU0NmI0OTkzNjM4NTlkZWY5N2NjNiIsCiAgInByb2ZpbGVOYW1lIiA6ICJ6aWFkODciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGZiZjcxMTE2MDlmMmVjMjNkOWIzZjI4NWUxNzU1YjYyMTkzYmQ3YzNkNzcwNTc2ZTJiMThjNDhhZmViMGUyOSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Caught near Sulphur blocks.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§fSulphur Skitter§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"SULPHUR_SKITTER_BRONZE\"}}", "damage": 3, "lore": [ "§7Caught near Sulphur blocks.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§f§lCOMMON TROPHY FISH" ], "internalname": "SULPHUR_SKITTER_BRONZE", diff --git a/items/SULPHUR_SKITTER_GOLD.json b/items/SULPHUR_SKITTER_GOLD.json index d7f50c75..42f9481d 100644 --- a/items/SULPHUR_SKITTER_GOLD.json +++ b/items/SULPHUR_SKITTER_GOLD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§fSulphur Skitter§r §l§6§LGOLD", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ef314b06-94c8-3fa6-805a-0c5f2f53255f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzODEzMTkxOCwKICAicHJvZmlsZUlkIiA6ICI2NmI0ZDRlMTFlNmE0YjhjYTFkN2Q5YzliZTBhNjQ5OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJBcmFzdG9vWXNmIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2E3OWM1MmMyYmI4MDhkMmU0NmU4ZTRlNGRiNTA2Zjk0MDZlOWRmYTIwYWVlNDE5YWQ5MGVhY2ZiMDIxNmMxNjkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Caught near Sulphur blocks.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§fSulphur Skitter§r §l§6§LGOLD\"},ExtraAttributes:{id:\"SULPHUR_SKITTER_GOLD\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ef314b06-94c8-3fa6-805a-0c5f2f53255f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzODEzMTkxOCwKICAicHJvZmlsZUlkIiA6ICI2NmI0ZDRlMTFlNmE0YjhjYTFkN2Q5YzliZTBhNjQ5OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJBcmFzdG9vWXNmIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2E3OWM1MmMyYmI4MDhkMmU0NmU4ZTRlNGRiNTA2Zjk0MDZlOWRmYTIwYWVlNDE5YWQ5MGVhY2ZiMDIxNmMxNjkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Caught near Sulphur blocks.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§fSulphur Skitter§r §l§6§LGOLD\"},ExtraAttributes:{id:\"SULPHUR_SKITTER_GOLD\"}}", "damage": 3, "lore": [ "§7Caught near Sulphur blocks.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§f§lCOMMON TROPHY FISH" ], "internalname": "SULPHUR_SKITTER_GOLD", diff --git a/items/SULPHUR_SKITTER_SILVER.json b/items/SULPHUR_SKITTER_SILVER.json index 6dc00be9..d97873c0 100644 --- a/items/SULPHUR_SKITTER_SILVER.json +++ b/items/SULPHUR_SKITTER_SILVER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§fSulphur Skitter§r §l§7§LSILVER", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"040cbd9f-a2f4-3eca-a15b-0baf695afca2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzODE0ODgzMiwKICAicHJvZmlsZUlkIiA6ICIwZjczMDA3NjEyNGU0NGM3YWYxMTE1NDY5YzQ5OTY3OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJPcmVfTWluZXIxMjMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE2ZTM1NjA3MTJmNzIxM2E0Mjg1MThkZWI2NmMwNjM4MjY5ZDE3ZTkwZDhmMzFkNGFkZTJhMGFjYjkxZmQ4MCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Caught near Sulphur blocks.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§fSulphur Skitter§r §l§7§LSILVER\"},ExtraAttributes:{id:\"SULPHUR_SKITTER_SILVER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"040cbd9f-a2f4-3eca-a15b-0baf695afca2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzODE0ODgzMiwKICAicHJvZmlsZUlkIiA6ICIwZjczMDA3NjEyNGU0NGM3YWYxMTE1NDY5YzQ5OTY3OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJPcmVfTWluZXIxMjMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE2ZTM1NjA3MTJmNzIxM2E0Mjg1MThkZWI2NmMwNjM4MjY5ZDE3ZTkwZDhmMzFkNGFkZTJhMGFjYjkxZmQ4MCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Caught near Sulphur blocks.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§f§lCOMMON TROPHY FISH\"],Name:\"§f§f§fSulphur Skitter§r §l§7§LSILVER\"},ExtraAttributes:{id:\"SULPHUR_SKITTER_SILVER\"}}", "damage": 3, "lore": [ "§7Caught near Sulphur blocks.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§f§lCOMMON TROPHY FISH" ], "internalname": "SULPHUR_SKITTER_SILVER", diff --git a/items/TACTICAL_INSERTION.json b/items/TACTICAL_INSERTION.json new file mode 100644 index 00000000..b2cb51af --- /dev/null +++ b/items/TACTICAL_INSERTION.json @@ -0,0 +1,42 @@ +{ + "itemid": "minecraft:blaze_rod", + "displayname": "§5Tactical Insertion", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§6Ability: Gorilla Tactics §e§lRIGHT CLICK\",1:\"§7Marks your location and teleport\",2:\"§7back there after §a3s§7.\",3:\"§7\",4:\"§7On coming back, §6burn §7enemies\",5:\"§7within §b3 §7blocks and set your\",6:\"§7§c❤ Health §7to HALF of what it\",7:\"§7was.\",8:\"§7\",9:\"§7The §6burn §7deals §c40% §7of\",10:\"§7ALL damage you dealt within the\",11:\"§7§a3s§7, spread over §66s§7.\",12:\"§8Mana Cost: §3200\",13:\"§8Cooldown: §a20s\",14:\"\",15:\"§7§4☠ §cRequires §5Blaze Slayer 4.\",16:\"§5§lEPIC\"],Name:\"§5Tactical Insertion\"},ExtraAttributes:{id:\"TACTICAL_INSERTION\"}}", + "damage": 0, + "lore": [ + "§6Ability: Gorilla Tactics §e§lRIGHT CLICK", + "§7Marks your location and teleport", + "§7back there after §a3s§7.", + "§7", + "§7On coming back, §6burn §7enemies", + "§7within §b3 §7blocks and set your", + "§7§c❤ Health §7to HALF of what it", + "§7was.", + "§7", + "§7The §6burn §7deals §c40% §7of", + "§7ALL damage you dealt within the", + "§7§a3s§7, spread over §66s§7.", + "§8Mana Cost: §3200", + "§8Cooldown: §a20s", + "", + "§7§4☠ §cRequires §5Blaze Slayer 4.", + "§5§lEPIC" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "TESSELLATED_ENDER_PEARL:4", + "B1": "", + "B2": "INFERNO_VERTEX:8", + "B3": "", + "C1": "MOLTEN_POWDER:64", + "C2": "", + "C3": "" + }, + "internalname": "TACTICAL_INSERTION", + "slayer_req": "BLAZE_4", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/THORNLEAF_SCYTHE.json b/items/THORNLEAF_SCYTHE.json new file mode 100644 index 00000000..8e2e8e1e --- /dev/null +++ b/items/THORNLEAF_SCYTHE.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:iron_hoe", + "displayname": "§f§f§aThornleaf Scythe", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7A crudely sharpened implement\",1:\"§7used by the §cBarbarians §7to\",2:\"§7harvest §aRed Thornleaf§7.\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§a§lUNCOMMON HOE\"],Name:\"§f§f§aThornleaf Scythe\"},ExtraAttributes:{id:\"THORNLEAF_SCYTHE\"}}", + "damage": 0, + "lore": [ + "§7A crudely sharpened implement", + "§7used by the §cBarbarians §7to", + "§7harvest §aRed Thornleaf§7.", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON HOE" + ], + "internalname": "THORNLEAF_SCYTHE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/THUNDER_BOOTS.json b/items/THUNDER_BOOTS.json index 49d2f6d0..431c8557 100644 --- a/items/THUNDER_BOOTS.json +++ b/items/THUNDER_BOOTS.json @@ -44,5 +44,8 @@ "crafttext": "", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Thunder_Armor" + ] }
\ No newline at end of file diff --git a/items/THUNDER_CHESTPLATE.json b/items/THUNDER_CHESTPLATE.json index 191ad553..785d0d8c 100644 --- a/items/THUNDER_CHESTPLATE.json +++ b/items/THUNDER_CHESTPLATE.json @@ -44,5 +44,8 @@ "crafttext": "", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Thunder_Armor" + ] }
\ No newline at end of file diff --git a/items/THUNDER_HELMET.json b/items/THUNDER_HELMET.json index 6f0286fc..080a359c 100644 --- a/items/THUNDER_HELMET.json +++ b/items/THUNDER_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Thunder Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"59b6841a-2d15-36c1-ad9a-da70cec72354\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTA5ODc5NDUzNSwKICAicHJvZmlsZUlkIiA6ICI5ZDIyZGRhOTVmZGI0MjFmOGZhNjAzNTI1YThkZmE4ZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJTYWZlRHJpZnQ0OCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS80YTkzZDJiZjk5OWE3ZmUwNTJiZjY3OTVlMGEwYmM3NTU1Y2MxZTAxNGM2NjdmYTg2ZGM0MjFjYjE4NmQ1YjY3IiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Strength: §c+25\",1:\"§7Sea Creature Chance: §c+4%\",2:\"§7Health: §a+200\",3:\"§7Defense: §a+170\",4:\" §8[§7⚔§8]\",5:\"\",6:\"§8Tiered Bonus: Static Charge (0/5)\",7:\"§7Gains §c1§7 static charge every\",8:\"§7§e30§7 seconds.\",9:\"§7Hitting a target will cause a\",10:\"§7discharge, adding §a15%§7 damage\",11:\"§7to that hit for each charge\",12:\"§7collected.\",13:\"§7\",14:\"§7Maximum Charge Capacity: §c2\",15:\"\",16:\"§7Damage taken by §cLava Sea\",17:\"§cCreatures §7is reduced by §a10%\",18:\"§a§7and damage dealt is increased\",19:\"§7by §c1.2x§7.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§8§l* §8Co-op Soulbound §8§l*\",23:\"§5§lEPIC HELMET\"],Name:\"§5Thunder Helmet\"},ExtraAttributes:{id:\"THUNDER_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"59b6841a-2d15-36c1-ad9a-da70cec72354\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTA5ODc5NDUzNSwKICAicHJvZmlsZUlkIiA6ICI5ZDIyZGRhOTVmZGI0MjFmOGZhNjAzNTI1YThkZmE4ZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJTYWZlRHJpZnQ0OCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS80YTkzZDJiZjk5OWE3ZmUwNTJiZjY3OTVlMGEwYmM3NTU1Y2MxZTAxNGM2NjdmYTg2ZGM0MjFjYjE4NmQ1YjY3IiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§7Strength: §c+25\",1:\"§7Sea Creature Chance: §c+4%\",2:\"§7Health: §a+200\",3:\"§7Defense: §a+170\",4:\" §8[§7⚔§8]\",5:\"\",6:\"§8Tiered Bonus: Static Charge (0/5)\",7:\"§7Gains §c1§7 static charge every\",8:\"§7§e30§7 seconds.\",9:\"§7Hitting a target will cause a\",10:\"§7discharge, adding §a15%§7 damage\",11:\"§7to that hit for each charge\",12:\"§7collected.\",13:\"§7\",14:\"§7Maximum Charge Capacity: §c2\",15:\"\",16:\"§7Damage taken by §cLava Sea\",17:\"§cCreatures §7is reduced by §a10%\",18:\"§a§7and damage dealt is increased\",19:\"§7by §c1.2x§7.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§8§l* §8Co-op Soulbound §8§l*\",23:\"§5§lEPIC HELMET\"],Name:\"§5Thunder Helmet\"},ExtraAttributes:{id:\"THUNDER_HELMET\"}}", "damage": 3, "lore": [ "§7Strength: §c+25", @@ -44,5 +44,8 @@ "crafttext": "", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Thunder_Armor" + ] }
\ No newline at end of file diff --git a/items/THUNDER_IN_A_BOTTLE.json b/items/THUNDER_IN_A_BOTTLE.json new file mode 100644 index 00000000..6c3062d8 --- /dev/null +++ b/items/THUNDER_IN_A_BOTTLE.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Thunder in a Bottle", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5f67bc23-bb55-35e6-8f01-b5534e4ecfca\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTA5ODc0MzQ2NywKICAicHJvZmlsZUlkIiA6ICIwNjNhMTc2Y2RkMTU0ODRiYjU1MjRhNjQyMGM1YjdhNCIsCiAgInByb2ZpbGVOYW1lIiA6ICJkYXZpcGF0dXJ5IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzI0Mzc4Yjk4NmUzNTg1NTVlZTczZjA5YjIxMGQ0OWVjMTM3MTlkZTVlYTg4ZDc1NTIzNzcwZDMxMTYzZjNhZWYiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7§7What happens if you open it?\",1:\"§7The answer may shock you.\",2:\"\",3:\"§5§lEPIC\"],Name:\"§f§f§5Thunder in a Bottle\"},ExtraAttributes:{id:\"THUNDER_IN_A_BOTTLE\"}}", + "damage": 3, + "lore": [ + "§7§7What happens if you open it?", + "§7The answer may shock you.", + "", + "§5§lEPIC" + ], + "internalname": "THUNDER_IN_A_BOTTLE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/THUNDER_IN_A_BOTTLE_EMPTY.json b/items/THUNDER_IN_A_BOTTLE_EMPTY.json index 527c3c58..cbfcf0cb 100644 --- a/items/THUNDER_IN_A_BOTTLE_EMPTY.json +++ b/items/THUNDER_IN_A_BOTTLE_EMPTY.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Empty Thunder Bottle", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e4ef477e-85b5-35db-86f6-373c83317986\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTI0Mjc1NzEwMCwKICAicHJvZmlsZUlkIiA6ICJiNzVjZDRmMThkZjg0MmNlYjJhY2MxNTU5MTNiMjA0YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJLcmlzdGlqb25hczEzIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzU3YTZkMzVlOWQ0MzU0MmQyNzUwYzQ4MzZiNDAzN2Y3NTE0NmViMjc4NzUzMmI0YzRjNWMzYjI2YmI2M2RjMTAiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7This bottle is empty, I wonder\",1:\"§7if there is a way to charge it\",2:\"§7up...\",3:\"\",4:\"§7Charge: §e0§6/§e50,000\",5:\"\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Empty Thunder Bottle\"},ExtraAttributes:{id:\"THUNDER_IN_A_BOTTLE_EMPTY\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e4ef477e-85b5-35db-86f6-373c83317986\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTI0Mjc1NzEwMCwKICAicHJvZmlsZUlkIiA6ICJiNzVjZDRmMThkZjg0MmNlYjJhY2MxNTU5MTNiMjA0YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJLcmlzdGlqb25hczEzIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzU3YTZkMzVlOWQ0MzU0MmQyNzUwYzQ4MzZiNDAzN2Y3NTE0NmViMjc4NzUzMmI0YzRjNWMzYjI2YmI2M2RjMTAiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ==\"}]}},display:{Lore:[0:\"§7This bottle is empty, I wonder\",1:\"§7if there is a way to charge it\",2:\"§7up...\",3:\"\",4:\"§7Charge: §e0§6/§e50,000\",5:\"\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Empty Thunder Bottle\"},ExtraAttributes:{id:\"THUNDER_IN_A_BOTTLE_EMPTY\"}}", "damage": 3, "lore": [ "§7This bottle is empty, I wonder", @@ -28,5 +28,8 @@ "crafttext": "", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Empty_Thunder_Bottle" + ] }
\ No newline at end of file diff --git a/items/THUNDER_LEGGINGS.json b/items/THUNDER_LEGGINGS.json index 39a4236a..ba6c91c8 100644 --- a/items/THUNDER_LEGGINGS.json +++ b/items/THUNDER_LEGGINGS.json @@ -44,5 +44,8 @@ "crafttext": "", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Thunder_Armor" + ] }
\ No newline at end of file diff --git a/items/TOTEM_OF_CORRUPTION.json b/items/TOTEM_OF_CORRUPTION.json index f42f3205..c51ace7b 100644 --- a/items/TOTEM_OF_CORRUPTION.json +++ b/items/TOTEM_OF_CORRUPTION.json @@ -27,8 +27,11 @@ "C3": "MAGMA_CHUNK:20" }, "internalname": "TOTEM_OF_CORRUPTION", - "crafttext": "", + "crafttext": "Requires: Sulphur IV", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Totem_of_Corruption" + ] }
\ No newline at end of file diff --git a/items/UPGRADE_STONE_GLACIAL.json b/items/UPGRADE_STONE_GLACIAL.json new file mode 100644 index 00000000..a728e2fb --- /dev/null +++ b/items/UPGRADE_STONE_GLACIAL.json @@ -0,0 +1,37 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Wisp Upgrade Stone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a5c7c987-5800-3105-b298-627c9b0b77dc\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjYyODg3NTg1MywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTRlYTBkZmI3OTRmZTliMzcyZjVlYzUyOWZjOGI4YTBmMDc3ZmViZjRiNzRmNzg5NzJmMGM4MmMzYzE4NjI0OCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7Upgrades a §9Frost Wisp §7pet\",3:\"§7to a §5Glacial Wisp §7pet.\",4:\"\",5:\"§7§eRight click on your wisp to\",6:\"§eupgrade it!\",7:\"\",8:\"§5§lEPIC\"],Name:\"§5Wisp Upgrade Stone\"},ExtraAttributes:{id:\"UPGRADE_STONE_GLACIAL\"}}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7Upgrades a §9Frost Wisp §7pet", + "§7to a §5Glacial Wisp §7pet.", + "", + "§7§eRight click on your wisp to", + "§eupgrade it!", + "", + "§5§lEPIC" + ], + "recipe": { + "A1": "MOLTEN_POWDER:16", + "A2": "INFERNO_VERTEX:1", + "A3": "MOLTEN_POWDER:16", + "B1": "INFERNO_VERTEX:1", + "B2": "KELVIN_INVERTER:12", + "B3": "INFERNO_VERTEX:1", + "C1": "MOLTEN_POWDER:16", + "C2": "INFERNO_VERTEX:1", + "C3": "MOLTEN_POWDER:16" + }, + "internalname": "UPGRADE_STONE_GLACIAL", + "crafttext": "", + "clickcommand": "viewrecipe", + "slayer_req": "BLAZE_5", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Wisp_Upgrade_Stone" + ] +}
\ No newline at end of file diff --git a/items/UPGRADE_STONE_SUBZERO.json b/items/UPGRADE_STONE_SUBZERO.json new file mode 100644 index 00000000..837a70cd --- /dev/null +++ b/items/UPGRADE_STONE_SUBZERO.json @@ -0,0 +1,37 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Wisp Upgrade Stone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a5c7c987-5800-3105-b298-627c9b0b77d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjYyODg3NTg1MywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTRlYTBkZmI3OTRmZTliMzcyZjVlYzUyOWZjOGI4YTBmMDc3ZmViZjRiNzRmNzg5NzJmMGM4MmMzYzE4NjI0OCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7Upgrades a §5Glacial Wisp §7pet\",3:\"§7to a §6Subzero Wisp §7pet.\",4:\"\",5:\"§7§eRight click on your wisp to\",6:\"§eupgrade it!\",7:\"\",8:\"§6§lLEGENDARY\"],Name:\"§6Wisp Upgrade Stone\"},ExtraAttributes:{id:\"UPGRADE_STONE_SUBZERO\"}}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7Upgrades a §5Glacial Wisp §7pet", + "§7to a §6Subzero Wisp §7pet.", + "", + "§7§eRight click on your wisp to", + "§eupgrade it!", + "", + "§6§lLEGENDARY" + ], + "recipe": { + "A1": "MOLTEN_POWDER:64", + "A2": "INFERNO_APEX:1", + "A3": "MOLTEN_POWDER:64", + "B1": "INFERNO_VERTEX:12", + "B2": "SUBZERO_INVERTER:1", + "B3": "INFERNO_VERTEX:12", + "C1": "MOLTEN_POWDER:64", + "C2": "INFERNO_APEX:1", + "C3": "MOLTEN_POWDER:64" + }, + "internalname": "UPGRADE_STONE_SUBZERO", + "crafttext": "", + "clickcommand": "viewrecipe", + "slayer_req": "BLAZE_7", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Wisp_Upgrade_Stone" + ] +}
\ No newline at end of file diff --git a/items/VANILLE_BRONZE.json b/items/VANILLE_BRONZE.json index 4e78bdc1..a7eb2571 100644 --- a/items/VANILLE_BRONZE.json +++ b/items/VANILLE_BRONZE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Vanille§r §l§8§LBRONZE", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ca0d2bd5-184c-38ea-af9e-e402f2d8819f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzc0Nzg3NCwKICAicHJvZmlsZUlkIiA6ICJhOGJhMGY1YTFmNjQ0MTgzODZkZGI3OWExZmY5ZWRlYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJDcmVlcGVyOTA3NSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS81NzEyMDIyMmNjZTM4ZDUzYmE2OWZjNjU0MGU5N2JmZjlhYmRiZTIyYmE2MDY4ZDRlZTlhZjUyZWNjNTY4NDJmIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Only caught with §aStarter Lava\",1:\"§aRod §7with no enchantments.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Vanille§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"VANILLE_BRONZE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ca0d2bd5-184c-38ea-af9e-e402f2d8819f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzc0Nzg3NCwKICAicHJvZmlsZUlkIiA6ICJhOGJhMGY1YTFmNjQ0MTgzODZkZGI3OWExZmY5ZWRlYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJDcmVlcGVyOTA3NSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS81NzEyMDIyMmNjZTM4ZDUzYmE2OWZjNjU0MGU5N2JmZjlhYmRiZTIyYmE2MDY4ZDRlZTlhZjUyZWNjNTY4NDJmIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Only caught with §aStarter Lava\",1:\"§aRod §7with no enchantments.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Vanille§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"VANILLE_BRONZE\"}}", "damage": 3, "lore": [ "§7Only caught with §aStarter Lava", @@ -10,6 +10,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§9§lRARE TROPHY FISH" ], "internalname": "VANILLE_BRONZE", diff --git a/items/VANILLE_DIAMOND.json b/items/VANILLE_DIAMOND.json index 04f6fec4..8a0a9b9d 100644 --- a/items/VANILLE_DIAMOND.json +++ b/items/VANILLE_DIAMOND.json @@ -10,6 +10,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§9§lRARE TROPHY FISH" ], "internalname": "VANILLE_DIAMOND", diff --git a/items/VANILLE_GOLD.json b/items/VANILLE_GOLD.json index 309ac6a8..39f921ec 100644 --- a/items/VANILLE_GOLD.json +++ b/items/VANILLE_GOLD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Vanille§r §l§6§LGOLD", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4bb7a6a4-767f-3ef1-9065-72301e4059ae\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzcxMTExMiwKICAicHJvZmlsZUlkIiA6ICI0NWY3YTJlNjE3ODE0YjJjODAwODM5MmRmN2IzNWY0ZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJfSnVzdERvSXQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzY4NGI1NTNjOWIwNDVhNDI5YTc3NTg4MTEzMGM1ZTZkYWE1NDdkMzE0ZjFmMDI1NTEzNWY1YmQ0Njg3MGU4NSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Only caught with §aStarter Lava\",1:\"§aRod §7with no enchantments.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Vanille§r §l§6§LGOLD\"},ExtraAttributes:{id:\"VANILLE_GOLD\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4bb7a6a4-767f-3ef1-9065-72301e4059ae\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzcxMTExMiwKICAicHJvZmlsZUlkIiA6ICI0NWY3YTJlNjE3ODE0YjJjODAwODM5MmRmN2IzNWY0ZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJfSnVzdERvSXQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzY4NGI1NTNjOWIwNDVhNDI5YTc3NTg4MTEzMGM1ZTZkYWE1NDdkMzE0ZjFmMDI1NTEzNWY1YmQ0Njg3MGU4NSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Only caught with §aStarter Lava\",1:\"§aRod §7with no enchantments.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Vanille§r §l§6§LGOLD\"},ExtraAttributes:{id:\"VANILLE_GOLD\"}}", "damage": 3, "lore": [ "§7Only caught with §aStarter Lava", @@ -10,6 +10,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§9§lRARE TROPHY FISH" ], "internalname": "VANILLE_GOLD", diff --git a/items/VANILLE_SILVER.json b/items/VANILLE_SILVER.json index 16322d56..2a82920d 100644 --- a/items/VANILLE_SILVER.json +++ b/items/VANILLE_SILVER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Vanille§r §l§7§LSILVER", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"46e0cdbd-66d7-375b-97a8-1ccdd8146dc3\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzcyNzgwMSwKICAicHJvZmlsZUlkIiA6ICIwZWQ2MDFlMDhjZTM0YjRkYWUxZmI4MDljZmEwNTM5NiIsCiAgInByb2ZpbGVOYW1lIiA6ICJOZWVkTW9yZUFjY291bnRzIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzczMTMyNzEzNTRkYzJlNWIxYTcyMGM2NjY4ZjAzY2E3MTA2ZWU0MzlmODc0OTA3ZjJhNTQwODNmMGNiNTc3MjEiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Only caught with §aStarter Lava\",1:\"§aRod §7with no enchantments.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Vanille§r §l§7§LSILVER\"},ExtraAttributes:{id:\"VANILLE_SILVER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"46e0cdbd-66d7-375b-97a8-1ccdd8146dc3\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNzcyNzgwMSwKICAicHJvZmlsZUlkIiA6ICIwZWQ2MDFlMDhjZTM0YjRkYWUxZmI4MDljZmEwNTM5NiIsCiAgInByb2ZpbGVOYW1lIiA6ICJOZWVkTW9yZUFjY291bnRzIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzczMTMyNzEzNTRkYzJlNWIxYTcyMGM2NjY4ZjAzY2E3MTA2ZWU0MzlmODc0OTA3ZjJhNTQwODNmMGNiNTc3MjEiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Only caught with §aStarter Lava\",1:\"§aRod §7with no enchantments.\",2:\"\",3:\"§7Bring this to §fOdger §7at the\",4:\"§7top of the Blazing Volcano.\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Vanille§r §l§7§LSILVER\"},ExtraAttributes:{id:\"VANILLE_SILVER\"}}", "damage": 3, "lore": [ "§7Only caught with §aStarter Lava", @@ -10,6 +10,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§9§lRARE TROPHY FISH" ], "internalname": "VANILLE_SILVER", diff --git a/items/VANQUISHED_BLAZE_BELT.json b/items/VANQUISHED_BLAZE_BELT.json index 4de540d2..4174be9b 100644 --- a/items/VANQUISHED_BLAZE_BELT.json +++ b/items/VANQUISHED_BLAZE_BELT.json @@ -37,6 +37,7 @@ "crafttext": "", "infoType": "WIKI_URL", "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Vanquished_Blaze_Belt" "https://wiki.hypixel.net/Vanquished_Blaze_Belt" ] }
\ No newline at end of file diff --git a/items/VANQUISHED_GHAST_CLOAK.json b/items/VANQUISHED_GHAST_CLOAK.json index 6db12b7e..528f78c9 100644 --- a/items/VANQUISHED_GHAST_CLOAK.json +++ b/items/VANQUISHED_GHAST_CLOAK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§5Vanquished Ghast Cloak", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6fc29e85-1a01-3f31-a552-862d20f92dcf\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0ODQ5NTQ0Njc4OCwKICAicHJvZmlsZUlkIiA6ICJmZTYxY2RiMjUyMTA0ODYzYTljY2E2ODAwZDRiMzgzZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJNeVNoYWRvd3MiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTc3NDQ4OWM5NGIyMmJmMzE2OGFkZDEzOGM1NjMyOGU3OGRjZWM5MTM1NDIyYTYyMWE5NWQwZmY1YWRmMmY3MyIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Health: §a+10\",1:\"§7Defense: §a+10\",2:\"\",3:\"§6Ability: Blazing Palisade\",4:\"§7Restores §a1%§7 of your maximum\",5:\"§7§c❤ Health §7every second while\",6:\"§7worn.\",7:\"\",8:\"§6Piece Bonus: Ghast Blaster\",9:\"§7Kill Ghasts to accumulate\",10:\"§7Defense.\",11:\"§7Piece Bonus: §a+0❈\",12:\"§7Next Upgrade: §a+1❈ §8(§a0§7/§c1,000§8)\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§5§lEPIC CLOAK\"],Name:\"§f§f§5Vanquished Ghast Cloak\"},ExtraAttributes:{attributes:{mana_pool:1,arachno_resistance:1},id:\"VANQUISHED_GHAST_CLOAK\"}}", + "displayname": "§5Vanquished Ghast Cloak", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6fc29e85-1a01-3f31-a552-862d20f92dcf\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0ODQ5NTQ0Njc4OCwKICAicHJvZmlsZUlkIiA6ICJmZTYxY2RiMjUyMTA0ODYzYTljY2E2ODAwZDRiMzgzZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJNeVNoYWRvd3MiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTc3NDQ4OWM5NGIyMmJmMzE2OGFkZDEzOGM1NjMyOGU3OGRjZWM5MTM1NDIyYTYyMWE5NWQwZmY1YWRmMmY3MyIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Health: §a+10\",1:\"§7Defense: §a+10\",2:\"\",3:\"§6Ability: Blazing Palisade\",4:\"§7Restores §a1%§7 of your maximum\",5:\"§7§c❤ Health §7every second while\",6:\"§7worn.\",7:\"\",8:\"§6Piece Bonus: Ghast Blaster\",9:\"§7Kill Ghasts to accumulate\",10:\"§7Defense.\",11:\"§7Piece Bonus: §a+0❈\",12:\"§7Next Upgrade: §a+1❈ §8(§a0§7/§c1,000§8)\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§5§lEPIC CLOAK\"],Name:\"§5Vanquished Ghast Cloak\"},ExtraAttributes:{id:\"VANQUISHED_GHAST_CLOAK\",uuid:\"8409ab9f-7d01-4f74-b220-4a27e2612ecc\",timestamp:\"4/24/22 7:41 AM\"}}", "damage": 3, "lore": [ "§7Health: §a+10", @@ -21,9 +21,22 @@ "§7§8This item can be reforged!", "§5§lEPIC CLOAK" ], + "recipe": { + "A1": "CORRUPTED_NETHER_STAR:1", + "A2": "CORRUPTED_NETHER_STAR:1", + "A3": "CORRUPTED_NETHER_STAR:1", + "B1": "SILVER_FANG:64", + "B2": "GHAST_CLOAK:1", + "B3": "SILVER_FANG:64", + "C1": "SILVER_FANG:64", + "C2": "", + "C3": "SILVER_FANG:64" + }, "internalname": "VANQUISHED_GHAST_CLOAK", - "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Vanquished_Ghast_Cloak" + ] }
\ No newline at end of file diff --git a/items/VANQUISHED_GLOWSTONE_GAUNTLET.json b/items/VANQUISHED_GLOWSTONE_GAUNTLET.json index ba547d28..55a93ef8 100644 --- a/items/VANQUISHED_GLOWSTONE_GAUNTLET.json +++ b/items/VANQUISHED_GLOWSTONE_GAUNTLET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Vanquished Glowstone Gauntlet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e2e66295-9297-393f-8c4c-82cc0c8cfb6b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0ODQ5NTM4Mzg4OCwKICAicHJvZmlsZUlkIiA6ICI0NDAzZGM1NDc1YmM0YjE1YTU0OGNmZGE2YjBlYjdkOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJDaGFvc0NvbXB1dHJDbHViIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2U1ZmJjNDcwY2FmNGI0MzA5NGZkZWFkODIxZWMzOGQ1NzI3OGRjYTVmZjQ3NjM4YWYyN2JjZTVkNDIzYmJhOWMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Intelligence: §a+15\",1:\"§7Mining Fortune: §a+7\",2:\"\",3:\"§6Piece Bonus: Glowing\",4:\"§7Mine Glowstone to accumulate\",5:\"§7Health.\",6:\"§7Piece Bonus: §c+0❤\",7:\"§7Next Upgrade: §c+1❤ §8(§a0§7/§c1,000§8)\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC GLOVES\"],Name:\"§5Vanquished Glowstone Gauntlet\"},ExtraAttributes:{id:\"VANQUISHED_GLOWSTONE_GAUNTLET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e2e66295-9297-393f-8c4c-82cc0c8cfb6b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0ODQ5NTM4Mzg4OCwKICAicHJvZmlsZUlkIiA6ICI0NDAzZGM1NDc1YmM0YjE1YTU0OGNmZGE2YjBlYjdkOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJDaGFvc0NvbXB1dHJDbHViIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2U1ZmJjNDcwY2FmNGI0MzA5NGZkZWFkODIxZWMzOGQ1NzI3OGRjYTVmZjQ3NjM4YWYyN2JjZTVkNDIzYmJhOWMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Intelligence: §a+15\",1:\"§7Mining Fortune: §a+7\",2:\"\",3:\"§6Piece Bonus: Glowing\",4:\"§7Mine Glowstone to accumulate\",5:\"§7Health.\",6:\"§7Piece Bonus: §c+0❤\",7:\"§7Next Upgrade: §c+1❤ §8(§a0§7/§c1,000§8)\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC GLOVES\"],Name:\"§5Vanquished Glowstone Gauntlet\"},ExtraAttributes:{id:\"VANQUISHED_GLOWSTONE_GAUNTLET\",uuid:\"728305c8-8de9-455c-8ec3-73020d928c08\",timestamp:\"4/24/22 7:40 AM\"}}", "damage": 3, "lore": [ "§7Intelligence: §a+15", @@ -16,9 +16,18 @@ "§7§8This item can be reforged!", "§5§lEPIC GLOVES" ], + "recipe": { + "A1": "CORRUPTED_NETHER_STAR:1", + "A2": "CORRUPTED_NETHER_STAR:1", + "A3": "CORRUPTED_NETHER_STAR:1", + "B1": "ENCHANTED_GLOWSTONE:1", + "B2": "GLOWSTONE_GAUNTLET:1", + "B3": "ENCHANTED_GLOWSTONE:1", + "C1": "ENCHANTED_GLOWSTONE:1", + "C2": "", + "C3": "ENCHANTED_GLOWSTONE:1" + }, "internalname": "VANQUISHED_GLOWSTONE_GAUNTLET", - "crafttext": "", - "clickcommand": "", - "modver": "2.1.0-REL", - "infoType": "" + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL" }
\ No newline at end of file diff --git a/items/VANQUISHED_MAGMA_NECKLACE.json b/items/VANQUISHED_MAGMA_NECKLACE.json index 5da81a4a..473c577e 100644 --- a/items/VANQUISHED_MAGMA_NECKLACE.json +++ b/items/VANQUISHED_MAGMA_NECKLACE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§5Vanquished Magma Necklace", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"66184d43-795c-3e1f-9c3e-084485362420\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0ODQ5NDM1MjU3OSwKICAicHJvZmlsZUlkIiA6ICJmMTkyZGU3MDUzMTQ0ODcxOTAwMjQ1MmIzZWE3MzA3NCIsCiAgInByb2ZpbGVOYW1lIiA6ICJOZVhvU2V0IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NiZDg2N2IxOTZhZTViN2QwYTE4OGIwYzFmODMxZTA1MmMxZGI0NzhiYTlkYmE0YjFjODUwNjcwMGM0MTFmNWEiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Health: §a+20\",1:\"\",2:\"§6Ability: Cube Fanatic\",3:\"§7Gain §a20% §7more §cMagma Cream\",4:\"§c§7when killing Magma Cubes.\",5:\"\",6:\"§6Piece Bonus: Magma Cube Absorber\",7:\"§7Kill Magma Cubes to accumulate\",8:\"§7Health.\",9:\"§7Piece Bonus: §c+0❤\",10:\"§7Next Upgrade: §c+1❤ §8(§a0§7/§c1,000§8)\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§5§lEPIC NECKLACE\"],Name:\"§f§f§5Vanquished Magma Necklace\"},ExtraAttributes:{attributes:{life_regeneration:1,mana_pool:1},id:\"VANQUISHED_MAGMA_NECKLACE\",magma_cube_absorber:885}}", + "displayname": "§5Vanquished Magma Necklace", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"66184d43-795c-3e1f-9c3e-084485362420\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0ODQ5NDM1MjU3OSwKICAicHJvZmlsZUlkIiA6ICJmMTkyZGU3MDUzMTQ0ODcxOTAwMjQ1MmIzZWE3MzA3NCIsCiAgInByb2ZpbGVOYW1lIiA6ICJOZVhvU2V0IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NiZDg2N2IxOTZhZTViN2QwYTE4OGIwYzFmODMxZTA1MmMxZGI0NzhiYTlkYmE0YjFjODUwNjcwMGM0MTFmNWEiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Health: §a+20\",1:\"\",2:\"§6Ability: Cube Fanatic\",3:\"§7Gain §a20% §7more §cMagma Cream\",4:\"§c§7when killing Magma Cubes.\",5:\"\",6:\"§6Piece Bonus: Magma Cube Absorber\",7:\"§7Kill Magma Cubes to accumulate\",8:\"§7Health.\",9:\"§7Piece Bonus: §c+0❤\",10:\"§7Next Upgrade: §c+1❤ §8(§a0§7/§c1,000§8)\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§5§lEPIC NECKLACE\"],Name:\"§5Vanquished Magma Necklace\"},ExtraAttributes:{id:\"VANQUISHED_MAGMA_NECKLACE\",uuid:\"83d769cf-bc68-4c69-9ec1-332eadbb432e\",timestamp:\"4/24/22 7:40 AM\"}}", "damage": 3, "lore": [ "§7Health: §a+20", @@ -19,9 +19,22 @@ "§7§8This item can be reforged!", "§5§lEPIC NECKLACE" ], + "recipe": { + "A1": "ENCHANTED_MAGMA_CREAM:64", + "A2": "", + "A3": "ENCHANTED_MAGMA_CREAM:64", + "B1": "ENCHANTED_MAGMA_CREAM:64", + "B2": "MAGMA_NECKLACE:1", + "B3": "ENCHANTED_MAGMA_CREAM:64", + "C1": "", + "C2": "CORRUPTED_NETHER_STAR:3", + "C3": "" + }, "internalname": "VANQUISHED_MAGMA_NECKLACE", - "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Vanquished_Magma_Necklace" + ] }
\ No newline at end of file diff --git a/items/VITAMIN_DEATH.json b/items/VITAMIN_DEATH.json index 9cff6ed6..1e035d81 100644 --- a/items/VITAMIN_DEATH.json +++ b/items/VITAMIN_DEATH.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§6Vitamin Death", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0e242056-0383-368d-8e1e-4ac696c3110f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0OTQxNjgyNjc2MywKICAicHJvZmlsZUlkIiA6ICJlZThjNWMzMGY3NWU0N2QxOTBmOTllNjI5NDgyOGZjMSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTcGFya19QaGFudG9tIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2MxZjA5NDg3OWRmNTIwMDZiNzMxYjM2YzIyZjhkZjNmNGU1NzEwYWMyNGMxNDUzNDI0ZGVjYjVjZjdmOGQzMDciLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Power Stone\",1:\"\",2:\"§7Combine §a9x §7of this stone at the\",3:\"§7§6Thaumaturgist §7to permanently\",4:\"§7unlock the §aHealthy §7power.\",5:\"\",6:\"§7At §6§kmmm§r §6Magical Power§7:\",7:\"§c+§kmmm❤§r §cHealth\",8:\"\",9:\"§7Unique Power Bonus:\",10:\"§c+200❤ Health\",11:\"\",12:\"§7Requires §aCombat Skill Level XXX§7!\",13:\"\",14:\"§6§lLEGENDARY POWER STONE\"],Name:\"§f§f§6Vitamin Death\"},ExtraAttributes:{id:\"VITAMIN_DEATH\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0e242056-0383-368d-8e1e-4ac696c3110f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0OTQxNjgyNjc2MywKICAicHJvZmlsZUlkIiA6ICJlZThjNWMzMGY3NWU0N2QxOTBmOTllNjI5NDgyOGZjMSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTcGFya19QaGFudG9tIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2MxZjA5NDg3OWRmNTIwMDZiNzMxYjM2YzIyZjhkZjNmNGU1NzEwYWMyNGMxNDUzNDI0ZGVjYjVjZjdmOGQzMDciLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ==\"}]}},display:{Lore:[0:\"§8Power Stone\",1:\"\",2:\"§7Combine §a9x §7of this stone at the\",3:\"§7§6Thaumaturgist §7to permanently\",4:\"§7unlock the §aHealthy §7power.\",5:\"\",6:\"§7At §6§kmmm§r §6Magical Power§7:\",7:\"§c+§kmmm❤§r §cHealth\",8:\"\",9:\"§7Unique Power Bonus:\",10:\"§c+200❤ Health\",11:\"\",12:\"§7Requires §aCombat Skill Level XXX§7!\",13:\"\",14:\"§6§lLEGENDARY POWER STONE\"],Name:\"§f§f§6Vitamin Death\"},ExtraAttributes:{id:\"VITAMIN_DEATH\"}}", "damage": 3, "lore": [ "§8Power Stone", @@ -24,5 +24,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Vitamin_Death" + ] }
\ No newline at end of file diff --git a/items/VOLCANIC_STONEFISH_BRONZE.json b/items/VOLCANIC_STONEFISH_BRONZE.json index 07473a39..14b9bc55 100644 --- a/items/VOLCANIC_STONEFISH_BRONZE.json +++ b/items/VOLCANIC_STONEFISH_BRONZE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Volcanic Stonefish§r §l§8§LBRONZE", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"152f24af-3156-3f1c-8bf7-8a801abcfb4b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNjY2NDgwMSwKICAicHJvZmlsZUlkIiA6ICJmNThkZWJkNTlmNTA0MjIyOGY2MDIyMjExZDRjMTQwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJ1bnZlbnRpdmV0YWxlbnQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTE0MGM0MmZjM2ExYmEyZmU3N2M0NWI5NzVmYTg3ZThmNTRhMWIxODMzYmM3NmU2MzM5YjRjMjYyMzA0MDExZCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Found in Blazing Volcano.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Volcanic Stonefish§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"VOLCANIC_STONEFISH_BRONZE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"152f24af-3156-3f1c-8bf7-8a801abcfb4b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNjY2NDgwMSwKICAicHJvZmlsZUlkIiA6ICJmNThkZWJkNTlmNTA0MjIyOGY2MDIyMjExZDRjMTQwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJ1bnZlbnRpdmV0YWxlbnQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTE0MGM0MmZjM2ExYmEyZmU3N2M0NWI5NzVmYTg3ZThmNTRhMWIxODMzYmM3NmU2MzM5YjRjMjYyMzA0MDExZCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Found in Blazing Volcano.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Volcanic Stonefish§r §l§8§LBRONZE\"},ExtraAttributes:{id:\"VOLCANIC_STONEFISH_BRONZE\"}}", "damage": 3, "lore": [ "§7Found in Blazing Volcano.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§9§lRARE TROPHY FISH" ], "internalname": "VOLCANIC_STONEFISH_BRONZE", diff --git a/items/VOLCANIC_STONEFISH_DIAMOND.json b/items/VOLCANIC_STONEFISH_DIAMOND.json index a3d03d7a..bd8eff02 100644 --- a/items/VOLCANIC_STONEFISH_DIAMOND.json +++ b/items/VOLCANIC_STONEFISH_DIAMOND.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Volcanic Stonefish§r §l§B§LDIAMOND", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"86e86727-951b-3d1a-8edf-5370f14821c7\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNjY0MjgxMiwKICAicHJvZmlsZUlkIiA6ICJkOWQyZTg3ZjI1M2Q0NGI3YmYxMDc3OTZhZGRmODI2ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJIYWNrR2lybCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8xNTE2YzIzMzc5NzYyNmNlNWUwMTMyMTY2MDYyYWUxY2I0MzVjNTYxYzAwYTZmYTExYjM3ZTIyOTVmOGM3YzViIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Found in Blazing Volcano.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Volcanic Stonefish§r §l§B§LDIAMOND\"},ExtraAttributes:{id:\"VOLCANIC_STONEFISH_DIAMOND\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"86e86727-951b-3d1a-8edf-5370f14821c7\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNjY0MjgxMiwKICAicHJvZmlsZUlkIiA6ICJkOWQyZTg3ZjI1M2Q0NGI3YmYxMDc3OTZhZGRmODI2ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJIYWNrR2lybCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8xNTE2YzIzMzc5NzYyNmNlNWUwMTMyMTY2MDYyYWUxY2I0MzVjNTYxYzAwYTZmYTExYjM3ZTIyOTVmOGM3YzViIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Found in Blazing Volcano.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Volcanic Stonefish§r §l§B§LDIAMOND\"},ExtraAttributes:{id:\"VOLCANIC_STONEFISH_DIAMOND\"}}", "damage": 3, "lore": [ "§7Found in Blazing Volcano.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§9§lRARE TROPHY FISH" ], "internalname": "VOLCANIC_STONEFISH_DIAMOND", diff --git a/items/VOLCANIC_STONEFISH_GOLD.json b/items/VOLCANIC_STONEFISH_GOLD.json index 69aa769d..6432510e 100644 --- a/items/VOLCANIC_STONEFISH_GOLD.json +++ b/items/VOLCANIC_STONEFISH_GOLD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Volcanic Stonefish§r §l§6§LGOLD", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"022ee27a-b8d8-36ba-bf6e-d9b6b79f7062\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNjYyNjg1NCwKICAicHJvZmlsZUlkIiA6ICJlZThjNWMzMGY3NWU0N2QxOTBmOTllNjI5NDgyOGZjMSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTcGFya19QaGFudG9tIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzYwNTFmYzNlYTRiODQ1OWRmODM5ZTY3YzE1N2U5ZDFhNzUzYmUwNjAzY2JmMThkM2MxMzUyZWJmNjFiNTg1ODEiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Found in Blazing Volcano.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Volcanic Stonefish§r §l§6§LGOLD\"},ExtraAttributes:{id:\"VOLCANIC_STONEFISH_GOLD\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"022ee27a-b8d8-36ba-bf6e-d9b6b79f7062\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNjYyNjg1NCwKICAicHJvZmlsZUlkIiA6ICJlZThjNWMzMGY3NWU0N2QxOTBmOTllNjI5NDgyOGZjMSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTcGFya19QaGFudG9tIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzYwNTFmYzNlYTRiODQ1OWRmODM5ZTY3YzE1N2U5ZDFhNzUzYmUwNjAzY2JmMThkM2MxMzUyZWJmNjFiNTg1ODEiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Found in Blazing Volcano.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Volcanic Stonefish§r §l§6§LGOLD\"},ExtraAttributes:{id:\"VOLCANIC_STONEFISH_GOLD\"}}", "damage": 3, "lore": [ "§7Found in Blazing Volcano.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§9§lRARE TROPHY FISH" ], "internalname": "VOLCANIC_STONEFISH_GOLD", diff --git a/items/VOLCANIC_STONEFISH_SILVER.json b/items/VOLCANIC_STONEFISH_SILVER.json index 2e7d3aca..afc0430c 100644 --- a/items/VOLCANIC_STONEFISH_SILVER.json +++ b/items/VOLCANIC_STONEFISH_SILVER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Volcanic Stonefish§r §l§7§LSILVER", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"de3d6f04-aa32-3d5a-886b-f5f12f4c4a16\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNjYwNzE3OSwKICAicHJvZmlsZUlkIiA6ICI2MzMyMDgwZTY3YTI0Y2MxYjE3ZGJhNzZmM2MwMGYxZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJUZWFtSHlkcmEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWRjNTlkZjE5MzM2ZmE3YTg0ZTQ2Mzc1MTlkN2Y4NDNjMzhlNzY3M2ZmY2MzZjM5ZWRlZWQ5NTBlMjhkOGI1NyIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Found in Blazing Volcano.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Volcanic Stonefish§r §l§7§LSILVER\"},ExtraAttributes:{id:\"VOLCANIC_STONEFISH_SILVER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"de3d6f04-aa32-3d5a-886b-f5f12f4c4a16\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTIzNjYwNzE3OSwKICAicHJvZmlsZUlkIiA6ICI2MzMyMDgwZTY3YTI0Y2MxYjE3ZGJhNzZmM2MwMGYxZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJUZWFtSHlkcmEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWRjNTlkZjE5MzM2ZmE3YTg0ZTQ2Mzc1MTlkN2Y4NDNjMzhlNzY3M2ZmY2MzZjM5ZWRlZWQ5NTBlMjhkOGI1NyIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Found in Blazing Volcano.\",1:\"\",2:\"§7Bring this to §fOdger §7at the\",3:\"§7top of the Blazing Volcano.\",4:\"\",5:\"§8§l* §8Soulbound §8§l*\",6:\"§9§lRARE TROPHY FISH\"],Name:\"§f§f§9Volcanic Stonefish§r §l§7§LSILVER\"},ExtraAttributes:{id:\"VOLCANIC_STONEFISH_SILVER\"}}", "damage": 3, "lore": [ "§7Found in Blazing Volcano.", @@ -9,6 +9,7 @@ "§7Bring this to §fOdger §7at the", "§7top of the Blazing Volcano.", "", + "§8§l* §8Soulbound §8§l*", "§9§lRARE TROPHY FISH" ], "internalname": "VOLCANIC_STONEFISH_SILVER", diff --git a/items/WHIPPED_MAGMA_CREAM.json b/items/WHIPPED_MAGMA_CREAM.json index 029cd198..314035a2 100644 --- a/items/WHIPPED_MAGMA_CREAM.json +++ b/items/WHIPPED_MAGMA_CREAM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Whipped Magma Cream", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fb3072ea-3e76-3b5c-b83e-7d6f5786dea0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDMwOTNhNWI3NzY0MmQ0MDkyMTEyZjQ2ZWE2ODE0MGZiNWFlMDRiYmQyMzFjZGExMDY2YTA0YzE4Yjg5Yzk0ZSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Whipped Magma Cream\"},ExtraAttributes:{id:\"WHIPPED_MAGMA_CREAM\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fb3072ea-3e76-3b5c-b83e-7d6f5786dea0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDMwOTNhNWI3NzY0MmQ0MDkyMTEyZjQ2ZWE2ODE0MGZiNWFlMDRiYmQyMzFjZGExMDY2YTA0YzE4Yjg5Yzk0ZSJ9fX0=\"}]}},display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Whipped Magma Cream\"},ExtraAttributes:{id:\"WHIPPED_MAGMA_CREAM\"}}", "damage": 3, "lore": [ "§9§lRARE" @@ -21,5 +21,8 @@ "crafttext": "", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Whipped_Magma_Cream" + ] }
\ No newline at end of file diff --git a/items/WILSON_ENGINEERING_PLANS.json b/items/WILSON_ENGINEERING_PLANS.json new file mode 100644 index 00000000..2bcef086 --- /dev/null +++ b/items/WILSON_ENGINEERING_PLANS.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:paper", + "displayname": "§f§f§6Wilson\u0027s Engineering Plans", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Drops very rarely from the\",1:\"§7Inferno Demonlord.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§6§lLEGENDARY\"],Name:\"§f§f§6Wilson\u0027s Engineering Plans\"},ExtraAttributes:{id:\"WILSON_ENGINEERING_PLANS\"}}", + "damage": 0, + "lore": [ + "§7Drops very rarely from the", + "§7Inferno Demonlord.", + "", + "§eRight-click to view recipes!", + "", + "§6§lLEGENDARY" + ], + "internalname": "WILSON_ENGINEERING_PLANS", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/WITHER_SOUL.json b/items/WITHER_SOUL.json index ddf4d78f..ce121296 100644 --- a/items/WITHER_SOUL.json +++ b/items/WITHER_SOUL.json @@ -17,6 +17,7 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Wither_Soul", "https://wiki.hypixel.net/Wither_Soul" ] }
\ No newline at end of file |