diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-03-19 21:55:24 +0000 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-03-19 21:55:24 +0000 |
commit | e580a17989ef1df4e42ab78b82e0af0f0c3fd6b8 (patch) | |
tree | 8939c2ba48af0d1b40b06dc3d79fc0b35da0edd9 | |
parent | 08dbaee33fae02757cef77e4a8e0f53d6ccaf9ce (diff) | |
parent | a1875440aadf3e9d0cd0b527c40d75e610b0023b (diff) | |
download | NotEnoughUpdates-REPO-e580a17989ef1df4e42ab78b82e0af0f0c3fd6b8.tar.gz NotEnoughUpdates-REPO-e580a17989ef1df4e42ab78b82e0af0f0c3fd6b8.tar.bz2 NotEnoughUpdates-REPO-e580a17989ef1df4e42ab78b82e0af0f0c3fd6b8.zip |
Merge branch 'dangerous'
170 files changed, 3663 insertions, 764 deletions
diff --git a/constants/misc.json b/constants/misc.json index 32d1c672..5a581d4a 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1191,6 +1191,8 @@ "§f - §aTymanWasTaken§7: Item-repo Contributor", "§f - §aapotato321§7: Item-repo Contributor", "§f - §aSome1sm§7: Item-repo Contributor", + "§f - §aErymanthus§7: Asset Contributor", + "§f - §anea89§7: Feature Contributor", "", "§b§lDiscord Staff:", "§f - §bIRONM00N#0001§7: §cAdmin", diff --git a/constants/parents.json b/constants/parents.json index 7beaf9e9..9bb295d5 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2361,6 +2361,135 @@ "FREE_COOKIE", "REFUND_COOKIE" ], + "BITE_RUNE;1": [ + "BITE_RUNE;2", + "BITE_RUNE;3" + ], + "BLOOD_2_RUNE;1": [ + "BLOOD_2_RUNE;2", + "BLOOD_2_RUNE;3" + ], + "COUTURE_RUNE;1": [ + "COUTURE_RUNE;2", + "COUTURE_RUNE;3" + ], + "DRAGON_RUNE;1": [ + "DRAGON_RUNE;2", + "DRAGON_RUNE;3" + ], + "ENCHANT_RUNE;1": [ + "ENCHANT_RUNE;2", + "ENCHANT_RUNE;3" + ], + "ENDERSNAKE_RUNE;1": [ + "ENDERSNAKE_RUNE;2", + "ENDERSNAKE_RUNE;3" + ], + "FIRE_SPIRAL_RUNE;1": [ + "FIRE_SPIRAL_RUNE;2", + "FIRE_SPIRAL_RUNE;3" + ], + "GEM_RUNE;1": [ + "GEM_RUNE;2", + "GEM_RUNE;3" + ], + "GOLDEN_RUNE;1": [ + "GOLDEN_RUNE;2", + "GOLDEN_RUNE;3" + ], + "HEARTS_RUNE;1": [ + "HEARTS_RUNE;2", + "HEARTS_RUNE;3" + ], + "HOT_RUNE;1": [ + "HOT_RUNE;2", + "HOT_RUNE;3" + ], + "ICE_RUNE;1": [ + "ICE_RUNE;2", + "ICE_RUNE;3" + ], + "LAVA_RUNE;1": [ + "LAVA_RUNE;2", + "LAVA_RUNE;3" + ], + "LIGHTNING_RUNE;1": [ + "LIGHTNING_RUNE;2", + "LIGHTNING_RUNE;3" + ], + "MAGIC_RUNE;1": [ + "MAGIC_RUNE;2", + "MAGIC_RUNE;3" + ], + "MUSIC_RUNE;1": [ + "MUSIC_RUNE;2", + "MUSIC_RUNE;3" + ], + "RAINBOW_RUNE;1": [ + "RAINBOW_RUNE;2", + "RAINBOW_RUNE;3" + ], + "REDSTONE_RUNE;1": [ + "REDSTONE_RUNE;2", + "REDSTONE_RUNE;3" + ], + "SMOKEY_RUNE;1": [ + "SMOKEY_RUNE;2", + "SMOKEY_RUNE;3" + ], + "SNAKE_RUNE;1": [ + "SNAKE_RUNE;2", + "SNAKE_RUNE;3" + ], + "SNOW_RUNE;1": [ + "SNOW_RUNE;2", + "SNOW_RUNE;3" + ], + "SPARKLING_RUNE;1": [ + "SPARKLING_RUNE;2", + "SPARKLING_RUNE;3" + ], + "SPIRIT_RUNE;1": [ + "SPIRIT_RUNE;2", + "SPIRIT_RUNE;3" + ], + "TIDAL_RUNE;1": [ + "TIDAL_RUNE;2", + "TIDAL_RUNE;3" + ], + "WAKE_RUNE;1": [ + "WAKE_RUNE;2", + "WAKE_RUNE;3" + ], + "WHITE_SPIRAL_RUNE;1": [ + "WHITE_SPIRAL_RUNE;2", + "WHITE_SPIRAL_RUNE;3" + ], + "ZAP_RUNE;1": [ + "ZAP_RUNE;2", + "ZAP_RUNE;3" + ], + "ZOMBIE_SLAYER_RUNE;1": [ + "ZOMBIE_SLAYER_RUNE;2", + "ZOMBIE_SLAYER_RUNE;3" + ], + "PARTY_HAT_CRAB_AQUA": [ + "PARTY_HAT_CRAB_BLACK", + "PARTY_HAT_CRAB_GREEN", + "PARTY_HAT_CRAB_LIME", + "PARTY_HAT_CRAB_ORANGE", + "PARTY_HAT_CRAB_PINK", + "PARTY_HAT_CRAB_PURPLE", + "PARTY_HAT_CRAB_RED", + "PARTY_HAT_CRAB_YELLOW" + ], + "AMETHYST_CRYSTAL": [ + "AMBER_CRYSTAL", + "JADE_CRYSTAL", + "RUBY_CRYSTAL", + "SAPPHIRE_CRYSTAL", + "TOPAZ_CRYSTAL" + ], "PET_SKIN_DOLPHIN_SNUBNOSE_GREEN": [ "PET_SKIN_DOLPHIN_SNUBNOSE_RED", "PET_SKIN_DOLPHIN_SNUBNOSE_PURPLE" diff --git a/items/AMBER_CRYSTAL.json b/items/AMBER_CRYSTAL.json new file mode 100644 index 00000000..18a259b5 --- /dev/null +++ b/items/AMBER_CRYSTAL.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Amber Crystal", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5d672b4e-fee7-3af2-b2d3-f020875472c2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDA3NjM2NDU2NSwKICAicHJvZmlsZUlkIiA6ICJmN2RiZWFlNmE5MWQ0OTYxYTU4NjY5NThiMjc2MjJhNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJzbGltZWdhbWVyNDM3IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2VmNzgzNWZjOWU2ZGFmNjMyMTYwZTliN2ZmMzc4Nzg4YTQwODA2NGNjNzVlYmY5ZjUxNThlNjE1YmRkNTk2MDMiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7§7Energetic crystal found deep\",1:\"§7in the §5Crystal Hollows§7.\",2:\"\",3:\"§7§7Some say that it can be\",4:\"§7infused with §dgemstones§7, and\",5:\"§7it is rumored to unlock\",6:\"§7§etreasure§7.\",7:\"\",8:\"§9§lRARE\"],Name:\"§6Amber Crystal\"},ExtraAttributes:{id:\"AMBER_CRYSTAL\"}}", + "damage": 3, + "lore": [ + "§7§7Energetic crystal found deep", + "§7in the §5Crystal Hollows§7.", + "", + "§7§7Some say that it can be", + "§7infused with §dgemstones§7, and", + "§7it is rumored to unlock", + "§7§etreasure§7.", + "", + "§9§lRARE" + ], + "internalname": "AMBER_CRYSTAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Gemstone_Crystals" + ] +}
\ No newline at end of file diff --git a/items/AMBER_MATERIAL.json b/items/AMBER_MATERIAL.json index b5eb71ab..6d91afe7 100644 --- a/items/AMBER_MATERIAL.json +++ b/items/AMBER_MATERIAL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§5Amber Material", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f38e2ada-056c-3df5-ac6c-6f03e2914c7e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWFjZTZiYjNhYTRjY2FjMDMxMTY4MjAyZjZkNDUzMjU5N2JjYWM2MzUxMDU5YWJkOWQxMGIyODYxMDQ5M2FlYiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Ambered §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7§8§oPut a bunch of Amber\",8:\"§8§otogether and it\u0027ll make more\",9:\"§8§oAmber - Throin the Forger.\",10:\"\",11:\"§7Requires §aMining Skill Level\",12:\"§aXXX§7!\",13:\"\",14:\"§5§lEPIC REFORGE STONE\",15:\"\",16:\"§eItems Required\",17:\"§9⸕ §9Fine Amber Gemstone §7x12\",18:\"§9Golden Plate §7x1\",19:\"\",20:\"§7Duration: §b7h\"],Name:\"§f§f§5Amber Material\"},ExtraAttributes:{id:\"AMBER_MATERIAL\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f38e2ada-056c-3df5-ac6c-6f03e2914c7e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWFjZTZiYjNhYTRjY2FjMDMxMTY4MjAyZjZkNDUzMjU5N2JjYWM2MzUxMDU5YWJkOWQxMGIyODYxMDQ5M2FlYiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Ambered §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7§8§oPut a bunch of Amber\",8:\"§8§otogether and it\u0027ll make more\",9:\"§8§oAmber - Throin the Forger.\",10:\"\",11:\"§7Requires §aMining Skill Level\",12:\"§aXXX§7!\",13:\"\",14:\"§5§lEPIC REFORGE STONE\"],Name:\"§f§f§5Amber Material\"},ExtraAttributes:{id:\"AMBER_MATERIAL\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Reforge Stone", @@ -18,20 +18,26 @@ "§7Requires §aMining Skill Level", "§aXXX§7!", "", - "§5§lEPIC REFORGE STONE", - "", - "§eItems Required", - "§9⸕ §9Fine Amber Gemstone §7x12", - "§9Golden Plate §7x1", - "", - "§7Duration: §b7h" + "§5§lEPIC REFORGE STONE" ], "internalname": "AMBER_MATERIAL", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Amber_Material" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "GOLDEN_PLATE:1", + "FINE_AMBER_GEM:12" + ], + "count": 1, + "overrideOutputId": "AMBER_MATERIAL", + "duration": 25200 + } ] }
\ No newline at end of file diff --git a/items/AMBER_POLISHED_DRILL_ENGINE.json b/items/AMBER_POLISHED_DRILL_ENGINE.json index 2a38d99c..4b57809a 100644 --- a/items/AMBER_POLISHED_DRILL_ENGINE.json +++ b/items/AMBER_POLISHED_DRILL_ENGINE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Amber-polished Drill Engine", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"de8d4c78-9bd3-3f01-91a8-0b45dab9f2ed\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNTQ5MjY3ODAzMiwKICAicHJvZmlsZUlkIiA6ICI1ZjE4ZmY4NTEyZGQ0NmQ1OGY1MjJlYjg2MDg2ZjU5MiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUYWtlb3MiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWZlZjcyMmRhMDVhZThiZDgxMzI5MDVhMTFiNWI2ZGZiZjhlN2FlMGFmNTk5YzgyNjZlMTYwZmIwNWU2MTU5YiIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Drill Engine\",3:\"\",4:\"§7Grants §a+400 §6⸕ Mining\",5:\"§6Speed§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§7§4❣ §cRequires §5Heart of the\",11:\"§5Mountain Tier 7.\",12:\"§9§lRARE\",13:\"\",14:\"§eItems Required\",15:\"§9Ruby-polished Drill Engine §7x1\",16:\"§9Sapphire-polished Drill Engine §7x1\",17:\"§5⸕ §5Flawless Amber Gemstone §7x1\",18:\"§9Robotron Reflector §7x50\",19:\"\",20:\"§7Duration: §b2d 2h\"],Name:\"§f§f§9Amber-polished Drill Engine\"},ExtraAttributes:{id:\"AMBER_POLISHED_DRILL_ENGINE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"de8d4c78-9bd3-3f01-91a8-0b45dab9f2ed\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNTQ5MjY3ODAzMiwKICAicHJvZmlsZUlkIiA6ICI1ZjE4ZmY4NTEyZGQ0NmQ1OGY1MjJlYjg2MDg2ZjU5MiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUYWtlb3MiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWZlZjcyMmRhMDVhZThiZDgxMzI5MDVhMTFiNWI2ZGZiZjhlN2FlMGFmNTk5YzgyNjZlMTYwZmIwNWU2MTU5YiIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Drill Engine\",3:\"\",4:\"§7Grants §a+400 §6⸕ Mining\",5:\"§6Speed§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§7§4❣ §cRequires §5Heart of the\",11:\"§5Mountain Tier 7.\",12:\"§9§lRARE\"],Name:\"§f§f§9Amber-polished Drill Engine\"},ExtraAttributes:{id:\"AMBER_POLISHED_DRILL_ENGINE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Drill Part", @@ -16,22 +16,28 @@ "", "§7§4❣ §cRequires §5Heart of the", "§5Mountain Tier 7.", - "§9§lRARE", - "", - "§eItems Required", - "§9Ruby-polished Drill Engine §7x1", - "§9Sapphire-polished Drill Engine §7x1", - "§5⸕ §5Flawless Amber Gemstone §7x1", - "§9Robotron Reflector §7x50", - "", - "§7Duration: §b2d 2h" + "§9§lRARE" ], "internalname": "AMBER_POLISHED_DRILL_ENGINE", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Amber-polished_Drill_Engine" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "FLAWLESS_AMBER_GEM:1", + "ROBOTRON_REFLECTOR:50", + "SAPPHIRE_POLISHED_DRILL_ENGINE:1", + "RUBY_POLISHED_DRILL_ENGINE:1" + ], + "count": 1, + "overrideOutputId": "AMBER_POLISHED_DRILL_ENGINE", + "duration": 180000 + } ] }
\ No newline at end of file diff --git a/items/AMETHYST_CRYSTAL.json b/items/AMETHYST_CRYSTAL.json new file mode 100644 index 00000000..5cae0d9a --- /dev/null +++ b/items/AMETHYST_CRYSTAL.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Amethyst Crystal", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"59eb6200-b64f-3f68-8fce-1ef62a973a3e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDA3NjM3ODkzNiwKICAicHJvZmlsZUlkIiA6ICJkMGI4MjE1OThmMTE0NzI1ODBmNmNiZTliOGUxYmU3MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJqYmFydHl5IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2M0ZmM2MmNmNDc3N2FiZjM1NjVhNzA5ODUyNzc4ZTI0OGFhYWU5MzZmZDUxNTdjMzFkYjJhM2MyNDcwYTY2NWMiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7§7Energetic crystal found deep\",1:\"§7in the §5Crystal Hollows§7.\",2:\"\",3:\"§7§7Some say that it can be\",4:\"§7infused with §dgemstones§7, and\",5:\"§7it is rumored to unlock\",6:\"§7§etreasure§7.\",7:\"\",8:\"§9§lRARE\"],Name:\"§5Amethyst Crystal\"},ExtraAttributes:{id:\"AMETHYST_CRYSTAL\"}}", + "damage": 3, + "lore": [ + "§7§7Energetic crystal found deep", + "§7in the §5Crystal Hollows§7.", + "", + "§7§7Some say that it can be", + "§7infused with §dgemstones§7, and", + "§7it is rumored to unlock", + "§7§etreasure§7.", + "", + "§9§lRARE" + ], + "internalname": "AMETHYST_CRYSTAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Gemstone_Crystals" + ] +}
\ No newline at end of file diff --git a/items/AMMONITE;4.json b/items/AMMONITE;4.json index 9a5befb4..8509ff0c 100644 --- a/items/AMMONITE;4.json +++ b/items/AMMONITE;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§7[Lvl {LVL}] §6Ammonite", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d05d927e-f686-323e-9c21-a99d0e0cc2ca\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDExNTI5NDE1NiwKICAicHJvZmlsZUlkIiA6ICI0NWY3YTJlNjE3ODE0YjJjODAwODM5MmRmN2IzNWY0ZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJfSnVzdERvSXQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTA3NGE3YmQ5NzZmZTZhYmExNjI0MTYxNzkzYmU1NDdkNTRjODM1Y2Y0MjIyNDNhODUxYmEwOWQxZTY1MDU1MyIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Sea Creature Chance: §a+{SEA_CREATURE_CHANCE}%\",3:\"\",4:\"§6Heart of the Sea\",5:\"§7§7Each Heart of the Mountain\",6:\"§7level grants §3+{0}α Sea Creature\",7:\"§3Chance.\",8:\"\",9:\"§6Not a Snail\",10:\"§7§7Each fishing and mining level\",11:\"§7grants §f+{1}✦ Speed §7and §a+{2}❈\",12:\"§aDefense.\",13:\"\",14:\"§6Gift of the Ammonite\",15:\"§7§7Increases your fishing speed\",16:\"§7by §a{3}% §7for each mining\",17:\"§7level.\",18:\"\",19:\"§7§eRight-click to add this pet to\",20:\"§eyour pet menu!\",21:\"\",22:\"§6§lLEGENDARY\",23:\"\",24:\"§eItems Required\",25:\"§6Helix §7x1\",26:\"§6300,000 Coins\",27:\"\",28:\"§7Duration: §b12d\"],Name:\"§7[Lvl {LVL}] §6Ammonite\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"AMMONITE\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"AMMONITE;4\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d05d927e-f686-323e-9c21-a99d0e0cc2ca\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDExNTI5NDE1NiwKICAicHJvZmlsZUlkIiA6ICI0NWY3YTJlNjE3ODE0YjJjODAwODM5MmRmN2IzNWY0ZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJfSnVzdERvSXQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTA3NGE3YmQ5NzZmZTZhYmExNjI0MTYxNzkzYmU1NDdkNTRjODM1Y2Y0MjIyNDNhODUxYmEwOWQxZTY1MDU1MyIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Sea Creature Chance: §a+{SEA_CREATURE_CHANCE}%\",3:\"\",4:\"§6Heart of the Sea\",5:\"§7§7Each Heart of the Mountain\",6:\"§7level grants §3+{0}α Sea Creature\",7:\"§3Chance.\",8:\"\",9:\"§6Not a Snail\",10:\"§7§7Each fishing and mining level\",11:\"§7grants §f+{1}✦ Speed §7and §a+{2}❈\",12:\"§aDefense.\",13:\"\",14:\"§6Gift of the Ammonite\",15:\"§7§7Increases your fishing speed\",16:\"§7by §a{3}% §7for each mining\",17:\"§7level.\",18:\"\",19:\"§7§eRight-click to add this pet to\",20:\"§eyour pet menu!\",21:\"\",22:\"§6§lLEGENDARY\"],Name:\"§7[Lvl {LVL}] §6Ammonite\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"AMMONITE\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"AMMONITE;4\"}}", "damage": 3, "lore": [ "§8Fishing Pet", @@ -26,20 +26,26 @@ "§7§eRight-click to add this pet to", "§eyour pet menu!", "", - "§6§lLEGENDARY", - "", - "§eItems Required", - "§6Helix §7x1", - "§6300,000 Coins", - "", - "§7Duration: §b12d" + "§6§lLEGENDARY" ], "internalname": "AMMONITE;4", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ammonite_Pet" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "HELIX:1", + "SKYBLOCK_COIN:300000" + ], + "count": 1, + "overrideOutputId": "AMMONITE;4", + "duration": 1036800 + } ] -} +}
\ No newline at end of file diff --git a/items/BEACON_2.json b/items/BEACON_2.json index 8286b786..76f70f27 100644 --- a/items/BEACON_2.json +++ b/items/BEACON_2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:beacon", "displayname": "§9Beacon II", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Tier: §bII\",1:\"\",2:\"§7Can be placed on your private island.\",3:\"\",4:\"§7Grants special buffs to the\",5:\"§7island owners when powered by\",6:\"§7§dPower Crystals §7obtained from\",7:\"§7the forge in the §2Dwarven\",8:\"§2Mines§7\",9:\"\",10:\"§4❣ §cRequires §5Heart of the\",11:\"§5Mountain Tier 2\",12:\"§9§lRARE\",13:\"\",14:\"§eItems Required\",15:\"§9Beacon I §7x1\",16:\"§5Refined Mithril §7x5\",17:\"\",18:\"§7Duration: §b20h\"],Name:\"§9Beacon II\"},ExtraAttributes:{id:\"BEACON_2\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Tier: §bII\",1:\"\",2:\"§7Can be placed on your private island.\",3:\"\",4:\"§7Grants special buffs to the\",5:\"§7island owners when powered by\",6:\"§7§dPower Crystals §7obtained from\",7:\"§7the forge in the §2Dwarven\",8:\"§2Mines§7\",9:\"\",10:\"§4❣ §cRequires §5Heart of the\",11:\"§5Mountain Tier 2\",12:\"§9§lRARE\"],Name:\"§9Beacon II\"},ExtraAttributes:{id:\"BEACON_2\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Tier: §bII", @@ -16,20 +16,26 @@ "", "§4❣ §cRequires §5Heart of the", "§5Mountain Tier 2", - "§9§lRARE", - "", - "§eItems Required", - "§9Beacon I §7x1", - "§5Refined Mithril §7x5", - "", - "§7Duration: §b20h" + "§9§lRARE" ], "internalname": "BEACON_2", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Beacon" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "REFINED_MITHRIL:5", + "BEACON_1:1" + ], + "count": 1, + "overrideOutputId": "BEACON_2", + "duration": 72000 + } ] -} +}
\ No newline at end of file diff --git a/items/BEACON_3.json b/items/BEACON_3.json index b6143102..85b84dd7 100644 --- a/items/BEACON_3.json +++ b/items/BEACON_3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:beacon", "displayname": "§5Beacon III", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Tier: §bIII\",1:\"\",2:\"§7Can be placed on your private island.\",3:\"\",4:\"§7Grants special buffs to the\",5:\"§7island owners when powered by\",6:\"§7§dPower Crystals §7obtained from\",7:\"§7the forge in the §2Dwarven\",8:\"§2Mines§7\",9:\"\",10:\"§4❣ §cRequires §5Heart of the\",11:\"§5Mountain Tier 3\",12:\"§5§lEPIC\",13:\"\",14:\"§eItems Required\",15:\"§9Beacon II §7x1\",16:\"§5Refined Mithril §7x10\",17:\"\",18:\"§7Duration: §b1d 6h\"],Name:\"§5Beacon III\"},ExtraAttributes:{id:\"BEACON_3\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Tier: §bIII\",1:\"\",2:\"§7Can be placed on your private island.\",3:\"\",4:\"§7Grants special buffs to the\",5:\"§7island owners when powered by\",6:\"§7§dPower Crystals §7obtained from\",7:\"§7the forge in the §2Dwarven\",8:\"§2Mines§7\",9:\"\",10:\"§4❣ §cRequires §5Heart of the\",11:\"§5Mountain Tier 3\",12:\"§5§lEPIC\"],Name:\"§5Beacon III\"},ExtraAttributes:{id:\"BEACON_3\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Tier: §bIII", @@ -16,20 +16,26 @@ "", "§4❣ §cRequires §5Heart of the", "§5Mountain Tier 3", - "§5§lEPIC", - "", - "§eItems Required", - "§9Beacon II §7x1", - "§5Refined Mithril §7x10", - "", - "§7Duration: §b1d 6h" + "§5§lEPIC" ], "internalname": "BEACON_3", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Beacon" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "REFINED_MITHRIL:10", + "BEACON_2:1" + ], + "count": 1, + "overrideOutputId": "BEACON_3", + "duration": 108000 + } ] -} +}
\ No newline at end of file diff --git a/items/BEACON_4.json b/items/BEACON_4.json index 7b2176a2..c99c10d8 100644 --- a/items/BEACON_4.json +++ b/items/BEACON_4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:beacon", "displayname": "§5Beacon IV", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Tier: §bIV\",1:\"\",2:\"§7Can be placed on your private island.\",3:\"\",4:\"§7Grants special buffs to the\",5:\"§7island owners when powered by\",6:\"§7§dPower Crystals §7obtained from\",7:\"§7the forge in the §2Dwarven\",8:\"§2Mines§7\",9:\"\",10:\"§4❣ §cRequires §5Heart of the\",11:\"§5Mountain Tier 4\",12:\"§5§lEPIC\",13:\"\",14:\"§eItems Required\",15:\"§5Beacon III §7x1\",16:\"§5Refined Mithril §7x20\",17:\"§9Plasma §7x1\",18:\"\",19:\"§7Duration: §b1d 16h\"],Name:\"§5Beacon IV\"},ExtraAttributes:{id:\"BEACON_4\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Tier: §bIV\",1:\"\",2:\"§7Can be placed on your private island.\",3:\"\",4:\"§7Grants special buffs to the\",5:\"§7island owners when powered by\",6:\"§7§dPower Crystals §7obtained from\",7:\"§7the forge in the §2Dwarven\",8:\"§2Mines§7\",9:\"\",10:\"§4❣ §cRequires §5Heart of the\",11:\"§5Mountain Tier 4\",12:\"§5§lEPIC\"],Name:\"§5Beacon IV\"},ExtraAttributes:{id:\"BEACON_4\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Tier: §bIV", @@ -16,21 +16,27 @@ "", "§4❣ §cRequires §5Heart of the", "§5Mountain Tier 4", - "§5§lEPIC", - "", - "§eItems Required", - "§5Beacon III §7x1", - "§5Refined Mithril §7x20", - "§9Plasma §7x1", - "", - "§7Duration: §b1d 16h" + "§5§lEPIC" ], "internalname": "BEACON_4", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Beacon" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "REFINED_MITHRIL:20", + "BEACON_3:1", + "PLASMA:1" + ], + "count": 1, + "overrideOutputId": "BEACON_4", + "duration": 144000 + } ] -} +}
\ No newline at end of file diff --git a/items/BEACON_5.json b/items/BEACON_5.json index 64cb34e7..4d53501d 100644 --- a/items/BEACON_5.json +++ b/items/BEACON_5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:beacon", "displayname": "§f§f§5Beacon V", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Tier: §bV\",1:\"\",2:\"§7Can be placed on your private island.\",3:\"\",4:\"§7Grants special buffs to the\",5:\"§7island owners when powered by\",6:\"§7§dPower Crystals §7obtained from\",7:\"§7the forge in the §2Dwarven\",8:\"§2Mines§7\",9:\"\",10:\"§4❣ §cRequires §5Heart of the\",11:\"§5Mountain Tier 5\",12:\"§5EPIC\",13:\"\",14:\"§eItems Required\",15:\"§5Beacon IV §7x1\",16:\"§5Refined Mithril §7x40\",17:\"§9Plasma §7x5\",18:\"\",19:\"§7Duration: §b2d 2h\"],Name:\"§f§f§5Beacon V\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"BEACON_5\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Tier: §bV\",1:\"\",2:\"§7Can be placed on your private island.\",3:\"\",4:\"§7Grants special buffs to the\",5:\"§7island owners when powered by\",6:\"§7§dPower Crystals §7obtained from\",7:\"§7the forge in the §2Dwarven\",8:\"§2Mines§7\",9:\"\",10:\"§4❣ §cRequires §5Heart of the\",11:\"§5Mountain Tier 5\",12:\"§5EPIC\"],Name:\"§f§f§5Beacon V\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"BEACON_5\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Tier: §bV", @@ -16,21 +16,27 @@ "", "§4❣ §cRequires §5Heart of the", "§5Mountain Tier 5", - "§5EPIC", - "", - "§eItems Required", - "§5Beacon IV §7x1", - "§5Refined Mithril §7x40", - "§9Plasma §7x5", - "", - "§7Duration: §b2d 2h" + "§5EPIC" ], "internalname": "BEACON_5", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Beacon" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "BEACON_4:1", + "REFINED_MITHRIL:40", + "PLASMA:5" + ], + "count": 1, + "overrideOutputId": "BEACON_5", + "duration": 180000 + } ] -} +}
\ No newline at end of file diff --git a/items/BEJEWELED_HANDLE.json b/items/BEJEWELED_HANDLE.json index 2f8ae54f..1a0c28ce 100644 --- a/items/BEJEWELED_HANDLE.json +++ b/items/BEJEWELED_HANDLE.json @@ -1,22 +1,28 @@ { "itemid": "minecraft:stick", "displayname": "§9Bejeweled Handle", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§lRARE\",1:\"\",2:\"§eItems Required\",3:\"§9Glacite Jewel §7x3\",4:\"\",5:\"§7Duration: §b30m\"],Name:\"§9Bejeweled Handle\"},ExtraAttributes:{id:\"BEJEWELED_HANDLE\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Bejeweled Handle\"},ExtraAttributes:{id:\"BEJEWELED_HANDLE\"},AttributeModifiers:[]}", "damage": 0, "lore": [ - "§9§lRARE", - "", - "§eItems Required", - "§9Glacite Jewel §7x3", - "", - "§7Duration: §b30m" + "§9§lRARE" ], "internalname": "BEJEWELED_HANDLE", "crafttext": "", - "clickcommand": "", - "modver": "1.7.1-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Bejeweled_Handle" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "GLACITE_JEWEL:3" + ], + "count": 1, + "overrideOutputId": "BEJEWELED_HANDLE", + "duration": 1800 + } ] -} +}
\ No newline at end of file diff --git a/items/BITE_RUNE;1.json b/items/BITE_RUNE;1.json new file mode 100644 index 00000000..87c3ac5f --- /dev/null +++ b/items/BITE_RUNE;1.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§a◆ Bite Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"d4f365d2-e20c-366c-8cba-653d52ace982\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NjkzMjYxMjU5NTQsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQzYTFhZDRmY2M0MmZiNjNjNjgxMzI4ZTQyZDYzYzgzY2ExOTNiMzMzYWYyYTQyNjcyOGEyNWE4Y2M2MDA2OTIifX19\"}]}},display:{Lore:[0:\"§8Requires level 15\",1:\"§8Bows\",2:\"\",3:\"§7Obtained rarely from slaying the\",4:\"§7Tarantula Broodfather.\",5:\"\",6:\"§7Apply this rune to bows or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§5§lEPIC COSMETIC\"],Name:\"§f§f§a◆ Bite Rune I\"},ExtraAttributes:{runes:{BITE:1},id:\"BITE_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 15", + "§8Bows", + "", + "§7Obtained rarely from slaying the", + "§7Tarantula Broodfather.", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "BITE_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BITE_RUNE;2.json b/items/BITE_RUNE;2.json new file mode 100644 index 00000000..4514e43b --- /dev/null +++ b/items/BITE_RUNE;2.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§a◆ Bite Rune II", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"d4f365d2-e20c-366c-8cba-653d52ace982\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NjkzMjYxMjU5NTQsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQzYTFhZDRmY2M0MmZiNjNjNjgxMzI4ZTQyZDYzYzgzY2ExOTNiMzMzYWYyYTQyNjcyOGEyNWE4Y2M2MDA2OTIifX19\"}]}},display:{Lore:[0:\"§8Requires level 15\",1:\"§8Bows\",2:\"\",3:\"§7Obtained rarely from slaying the\",4:\"§7Tarantula Broodfather.\",5:\"\",6:\"§7Apply this rune to bows or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§5§lEPIC COSMETIC\"],Name:\"§f§f§a◆ Bite Rune II\"},ExtraAttributes:{runes:{BITE:2},id:\"BITE_RUNE;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 15", + "§8Bows", + "", + "§7Obtained rarely from slaying the", + "§7Tarantula Broodfather.", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "BITE_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BITE_RUNE;3.json b/items/BITE_RUNE;3.json new file mode 100644 index 00000000..ec21e82e --- /dev/null +++ b/items/BITE_RUNE;3.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§a◆ Bite Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"d4f365d2-e20c-366c-8cba-653d52ace982\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NjkzMjYxMjU5NTQsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQzYTFhZDRmY2M0MmZiNjNjNjgxMzI4ZTQyZDYzYzgzY2ExOTNiMzMzYWYyYTQyNjcyOGEyNWE4Y2M2MDA2OTIifX19\"}]}},display:{Lore:[0:\"§8Requires level 15\",1:\"§8Bows\",2:\"\",3:\"§7Obtained rarely from slaying the\",4:\"§7Tarantula Broodfather.\",5:\"\",6:\"§7Apply this rune to bows or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§5§lEPIC COSMETIC\"],Name:\"§f§f§a◆ Bite Rune III\"},ExtraAttributes:{runes:{BITE:3},id:\"BITE_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 15", + "§8Bows", + "", + "§7Obtained rarely from slaying the", + "§7Tarantula Broodfather.", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "BITE_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BLOOD_2_RUNE;1.json b/items/BLOOD_2_RUNE;1.json new file mode 100644 index 00000000..0674214e --- /dev/null +++ b/items/BLOOD_2_RUNE;1.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§c◆ Blood Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f4cc2be6-9951-3ab4-8912-f0408f176e55\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2UwMjY3NzA1M2RjNTQyNDVkYWM0YjM5OWQxNGFhZTIxZWU3MWEwMTBiZDljMzM2YzhlY2VlMWEwZGJlOGY1OGIifX19\"}]}},display:{Lore:[0:\"§8Requires level 1\",1:\"§8Weapons\",2:\"\",3:\"§7Create a blood effect when you\",4:\"§7kill mobs!\",5:\"\",6:\"§7Apply this rune to weapons or\",7:\"§7fuse two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§f§lCOMMON COSMETIC\"],Name:\"§f§f§c◆ Blood Rune I\"},ExtraAttributes:{runes:{BLOOD_2:1},id:\"BLOOD_2_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 1", + "§8Weapons", + "", + "§7Create a blood effect when you", + "§7kill mobs!", + "", + "§7Apply this rune to weapons or", + "§7fuse two together at the Runic", + "§7Pedestal!", + "", + "§f§lCOMMON COSMETIC" + ], + "internalname": "BLOOD_2_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BLOOD_2_RUNE;2.json b/items/BLOOD_2_RUNE;2.json new file mode 100644 index 00000000..3fb85eed --- /dev/null +++ b/items/BLOOD_2_RUNE;2.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§c◆ Blood Rune II", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f4cc2be6-9951-3ab4-8912-f0408f176e55\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2UwMjY3NzA1M2RjNTQyNDVkYWM0YjM5OWQxNGFhZTIxZWU3MWEwMTBiZDljMzM2YzhlY2VlMWEwZGJlOGY1OGIifX19\"}]}},display:{Lore:[0:\"§8Requires level 1\",1:\"§8Weapons\",2:\"\",3:\"§7Create a blood effect when you\",4:\"§7kill mobs!\",5:\"\",6:\"§7Apply this rune to weapons or\",7:\"§7fuse two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§f§lCOMMON COSMETIC\"],Name:\"§f§f§c◆ Blood Rune II\"},ExtraAttributes:{runes:{BLOOD_2:2},id:\"BLOOD_2_RUNE;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 1", + "§8Weapons", + "", + "§7Create a blood effect when you", + "§7kill mobs!", + "", + "§7Apply this rune to weapons or", + "§7fuse two together at the Runic", + "§7Pedestal!", + "", + "§f§lCOMMON COSMETIC" + ], + "internalname": "BLOOD_2_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BLOOD_2_RUNE;3.json b/items/BLOOD_2_RUNE;3.json new file mode 100644 index 00000000..7b810198 --- /dev/null +++ b/items/BLOOD_2_RUNE;3.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§c◆ Blood Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f4cc2be6-9951-3ab4-8912-f0408f176e55\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2UwMjY3NzA1M2RjNTQyNDVkYWM0YjM5OWQxNGFhZTIxZWU3MWEwMTBiZDljMzM2YzhlY2VlMWEwZGJlOGY1OGIifX19\"}]}},display:{Lore:[0:\"§8Requires level 1\",1:\"§8Weapons\",2:\"\",3:\"§7Create a blood effect when you\",4:\"§7kill mobs!\",5:\"\",6:\"§7Apply this rune to weapons or\",7:\"§7fuse two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§f§lCOMMON COSMETIC\"],Name:\"§f§f§c◆ Blood Rune III\"},ExtraAttributes:{runes:{BLOOD_2:3},id:\"BLOOD_2_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 1", + "§8Weapons", + "", + "§7Create a blood effect when you", + "§7kill mobs!", + "", + "§7Apply this rune to weapons or", + "§7fuse two together at the Runic", + "§7Pedestal!", + "", + "§f§lCOMMON COSMETIC" + ], + "internalname": "BLOOD_2_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/COUTURE_RUNE;1.json b/items/COUTURE_RUNE;1.json new file mode 100644 index 00000000..62593730 --- /dev/null +++ b/items/COUTURE_RUNE;1.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§6◆ Couture Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0120ccd2-5ee3-314a-b771-35128cc17d22\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1Njk4NDQxMTA1MTEsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzczNGZiMzIwMzIzM2VmYmFlODI2MjhiZDRmY2E3MzQ4Y2QwNzFlNWI3YjUyNDA3ZjFkMWQyNzk0ZTMxNzk5ZmYifX19\"}]}},display:{Lore:[0:\"§8Requires level 24\",1:\"§8Boots\",2:\"\",3:\"§7Obtained very rarely from\",4:\"§7slaying Sven Packmaster.\",5:\"\",6:\"§7Apply this rune to boots or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§6◆ Couture Rune I\"},ExtraAttributes:{runes:{COUTURE:1},id:\"COUTURE_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 24", + "§8Boots", + "", + "§7Obtained very rarely from", + "§7slaying Sven Packmaster.", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "COUTURE_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/COUTURE_RUNE;2.json b/items/COUTURE_RUNE;2.json new file mode 100644 index 00000000..1f2bd1d7 --- /dev/null +++ b/items/COUTURE_RUNE;2.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§6◆ Couture Rune II", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0120ccd2-5ee3-314a-b771-35128cc17d22\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1Njk4NDQxMTA1MTEsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzczNGZiMzIwMzIzM2VmYmFlODI2MjhiZDRmY2E3MzQ4Y2QwNzFlNWI3YjUyNDA3ZjFkMWQyNzk0ZTMxNzk5ZmYifX19\"}]}},display:{Lore:[0:\"§8Requires level 24\",1:\"§8Boots\",2:\"\",3:\"§7Obtained very rarely from\",4:\"§7slaying Sven Packmaster.\",5:\"\",6:\"§7Apply this rune to boots or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§6◆ Couture Rune II\"},ExtraAttributes:{runes:{COUTURE:1},id:\"COUTURE_RUNE;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 24", + "§8Boots", + "", + "§7Obtained very rarely from", + "§7slaying Sven Packmaster.", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "COUTURE_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/COUTURE_RUNE;3.json b/items/COUTURE_RUNE;3.json new file mode 100644 index 00000000..159a6fa8 --- /dev/null +++ b/items/COUTURE_RUNE;3.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§6◆ Couture Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0120ccd2-5ee3-314a-b771-35128cc17d22\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1Njk4NDQxMTA1MTEsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzczNGZiMzIwMzIzM2VmYmFlODI2MjhiZDRmY2E3MzQ4Y2QwNzFlNWI3YjUyNDA3ZjFkMWQyNzk0ZTMxNzk5ZmYifX19\"}]}},display:{Lore:[0:\"§8Requires level 24\",1:\"§8Boots\",2:\"\",3:\"§7Obtained very rarely from\",4:\"§7slaying Sven Packmaster.\",5:\"\",6:\"§7Apply this rune to boots or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§6◆ Couture Rune III\"},ExtraAttributes:{runes:{COUTURE:3},id:\"COUTURE_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 24", + "§8Boots", + "", + "§7Obtained very rarely from", + "§7slaying Sven Packmaster.", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "COUTURE_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/CRYSTAL_HOLLOWS_TRAVEL_SCROLL.json b/items/CRYSTAL_HOLLOWS_TRAVEL_SCROLL.json index 8a7bfc46..62af62e0 100644 --- a/items/CRYSTAL_HOLLOWS_TRAVEL_SCROLL.json +++ b/items/CRYSTAL_HOLLOWS_TRAVEL_SCROLL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:map", "displayname": "§9Travel Scroll to the Crystal Hollows", - "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Consume this item to add its\",1:\"§7destination to your fast travel\",2:\"§7options.\",3:\"\",4:\"§7Island: §aCrystal Hollows\",5:\"§7Teleport: §eEntrance\",6:\"\",7:\"§9§lRARE TRAVEL SCROLL\",8:\"\",9:\"§eItems Required\",10:\"§a❤ §aFlawed Ruby Gemstone §7x48\",11:\"§9❤ §9Fine Ruby Gemstone §7x80\",12:\"§aEnchanted Ender Pearl §7x16\",13:\"§650,000 Coins\",14:\"\",15:\"§7Duration: §b10h\"],Name:\"§9Travel Scroll to the Crystal Hollows\"},ExtraAttributes:{id:\"CRYSTAL_HOLLOWS_TRAVEL_SCROLL\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Consume this item to add its\",1:\"§7destination to your fast travel\",2:\"§7options.\",3:\"\",4:\"§7Island: §aCrystal Hollows\",5:\"§7Teleport: §eEntrance\",6:\"\",7:\"§9§lRARE TRAVEL SCROLL\"],Name:\"§9Travel Scroll to the Crystal Hollows\"},ExtraAttributes:{id:\"CRYSTAL_HOLLOWS_TRAVEL_SCROLL\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Consume this item to add its", @@ -11,22 +11,28 @@ "§7Island: §aCrystal Hollows", "§7Teleport: §eEntrance", "", - "§9§lRARE TRAVEL SCROLL", - "", - "§eItems Required", - "§a❤ §aFlawed Ruby Gemstone §7x48", - "§9❤ §9Fine Ruby Gemstone §7x80", - "§aEnchanted Ender Pearl §7x16", - "§650,000 Coins", - "", - "§7Duration: §b10h" + "§9§lRARE TRAVEL SCROLL" ], "internalname": "CRYSTAL_HOLLOWS_TRAVEL_SCROLL", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Travel_Scrolls" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "FLAWED_RUBY_GEM:48", + "SKYBLOCK_COIN:50000", + "ENCHANTED_ENDER_PEARL:16", + "FINE_RUBY_GEM:80" + ], + "count": 1, + "overrideOutputId": "CRYSTAL_HOLLOWS_TRAVEL_SCROLL", + "duration": 36000 + } ] }
\ No newline at end of file diff --git a/items/DIAMONITE.json b/items/DIAMONITE.json index 77bb6826..e34b5596 100644 --- a/items/DIAMONITE.json +++ b/items/DIAMONITE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Diamonite", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"5ae54b55-f9a3-31aa-b435-291bdf6ec276\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWUwNDM4OGM5YTcxYjU5NDFmOWNjMjJkNzhlNjliZmY5NmYxZGY0NmFlMjhjZjQ2YTk5N2ZhMjU4ZWJlNjk5YiJ9fX0\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Fleet §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7§8§oMagical form of diamond.\",8:\"\",9:\"§7Requires §aMining Skill Level\",10:\"§aXV§7!\",11:\"\",12:\"§9§lRARE REFORGE STONE\",13:\"\",14:\"§eItems Required\",15:\"§5Refined Diamond §7x3\",16:\"\",17:\"§7Duration: §b6h\"],Name:\"§9Diamonite\"},ExtraAttributes:{id:\"DIAMONITE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"5ae54b55-f9a3-31aa-b435-291bdf6ec276\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWUwNDM4OGM5YTcxYjU5NDFmOWNjMjJkNzhlNjliZmY5NmYxZGY0NmFlMjhjZjQ2YTk5N2ZhMjU4ZWJlNjk5YiJ9fX0\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Fleet §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7§8§oMagical form of diamond.\",8:\"\",9:\"§7Requires §aMining Skill Level\",10:\"§aXV§7!\",11:\"\",12:\"§9§lRARE REFORGE STONE\"],Name:\"§9Diamonite\"},ExtraAttributes:{id:\"DIAMONITE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Reforge Stone", @@ -16,19 +16,25 @@ "§7Requires §aMining Skill Level", "§aXV§7!", "", - "§9§lRARE REFORGE STONE", - "", - "§eItems Required", - "§5Refined Diamond §7x3", - "", - "§7Duration: §b6h" + "§9§lRARE REFORGE STONE" ], "internalname": "DIAMONITE", "crafttext": "", - "clickcommand": "", - "modver": "1.7.1-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Diamonite" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "REFINED_DIAMOND:3" + ], + "count": 1, + "overrideOutputId": "DIAMONITE", + "duration": 21600 + } ] -} +}
\ No newline at end of file diff --git a/items/DIVAN_BOOTS.json b/items/DIVAN_BOOTS.json index 220c776f..ae5a3f05 100644 --- a/items/DIVAN_BOOTS.json +++ b/items/DIVAN_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:golden_boots", "displayname": "§6Boots Of Divan", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+80\",1:\"§7Defense: §a+110\",2:\"§7Mining Speed: §a+80\",3:\"§7Mining Fortune: §a+30\",4:\" §8[§8⸕§8] §8[§8☘§8] §8[§8⸕§8] §8[§8☘§8] §8[§8✧§8]\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§7§4❣ §cRequires §5Heart of the\",8:\"§5Mountain Tier 6.\",9:\"§6§lLEGENDARY BOOTS\",10:\"\",11:\"§eItems Required\",12:\"§5Divan Fragment §7x4\",13:\"§9Gemstone Mixture §7x10\",14:\"§5❤ §5Flawless Ruby Gemstone §7x1\",15:\"\",16:\"§7Duration: §b23h\"],Name:\"§6Boots Of Divan\"},ExtraAttributes:{id:\"DIVAN_BOOTS\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+80\",1:\"§7Defense: §a+110\",2:\"§7Mining Speed: §a+80\",3:\"§7Mining Fortune: §a+30\",4:\" §8[§8⸕§8] §8[§8☘§8] §8[§8⸕§8] §8[§8☘§8] §8[§8✧§8]\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§7§4❣ §cRequires §5Heart of the\",8:\"§5Mountain Tier 6.\",9:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Boots Of Divan\"},ExtraAttributes:{id:\"DIVAN_BOOTS\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+80", @@ -13,21 +13,27 @@ "§7§8This item can be reforged!", "§7§4❣ §cRequires §5Heart of the", "§5Mountain Tier 6.", - "§6§lLEGENDARY BOOTS", - "", - "§eItems Required", - "§5Divan Fragment §7x4", - "§9Gemstone Mixture §7x10", - "§5❤ §5Flawless Ruby Gemstone §7x1", - "", - "§7Duration: §b23h" + "§6§lLEGENDARY BOOTS" ], "internalname": "DIVAN_BOOTS", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Divan_Armor" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "GEMSTONE_MIXTURE:10", + "FLAWLESS_RUBY_GEM:1", + "DIVAN_FRAGMENT:4" + ], + "count": 1, + "overrideOutputId": "DIVAN_BOOTS", + "duration": 82800 + } ] }
\ No newline at end of file diff --git a/items/DIVAN_CHESTPLATE.json b/items/DIVAN_CHESTPLATE.json index 585b04b5..9fbf2455 100644 --- a/items/DIVAN_CHESTPLATE.json +++ b/items/DIVAN_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:golden_chestplate", "displayname": "§6Chestplate Of Divan", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+200\",1:\"§7Defense: §a+130\",2:\"§7Mining Speed: §a+80\",3:\"§7Mining Fortune: §a+30\",4:\" §8[§8⸕§8] §8[§8☘§8] §8[§8⸕§8] §8[§8☘§8] §8[§8✧§8]\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§7§4❣ §cRequires §5Heart of the\",8:\"§5Mountain Tier 6.\",9:\"§6§lLEGENDARY CHESTPLATE\",10:\"\",11:\"§eItems Required\",12:\"§5Divan Fragment §7x8\",13:\"§9Gemstone Mixture §7x10\",14:\"§5❤ §5Flawless Ruby Gemstone §7x1\",15:\"\",16:\"§7Duration: §b23h\"],Name:\"§6Chestplate Of Divan\"},ExtraAttributes:{id:\"DIVAN_CHESTPLATE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+200\",1:\"§7Defense: §a+130\",2:\"§7Mining Speed: §a+80\",3:\"§7Mining Fortune: §a+30\",4:\" §8[§8⸕§8] §8[§8☘§8] §8[§8⸕§8] §8[§8☘§8] §8[§8✧§8]\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§7§4❣ §cRequires §5Heart of the\",8:\"§5Mountain Tier 6.\",9:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Chestplate Of Divan\"},ExtraAttributes:{id:\"DIVAN_CHESTPLATE\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+200", @@ -13,21 +13,27 @@ "§7§8This item can be reforged!", "§7§4❣ §cRequires §5Heart of the", "§5Mountain Tier 6.", - "§6§lLEGENDARY CHESTPLATE", - "", - "§eItems Required", - "§5Divan Fragment §7x8", - "§9Gemstone Mixture §7x10", - "§5❤ §5Flawless Ruby Gemstone §7x1", - "", - "§7Duration: §b23h" + "§6§lLEGENDARY CHESTPLATE" ], "internalname": "DIVAN_CHESTPLATE", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Divan_Armor" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "GEMSTONE_MIXTURE:10", + "FLAWLESS_RUBY_GEM:1", + "DIVAN_FRAGMENT:8" + ], + "count": 1, + "overrideOutputId": "DIVAN_CHESTPLATE", + "duration": 82800 + } ] }
\ No newline at end of file diff --git a/items/DIVAN_DRILL.json b/items/DIVAN_DRILL.json index d9bb26b0..89ca7793 100644 --- a/items/DIVAN_DRILL.json +++ b/items/DIVAN_DRILL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§dDivan\u0027s Drill", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 10\",1:\"\",2:\"§7Damage: §c+70\",3:\"§7Mining Speed: §a+1,800 \",4:\"§7Mining Fortune: §a+150\",5:\" §8[§7⸕§8] §8[§7⸕§8] §8[§8☘§8] §8[§8☘§8] §8[§8✦§8]\",6:\"\",7:\"§7Fuel Tank: §cNot Installed\",8:\"§7§7Increases fuel capacity with\",9:\"§7part installed.\",10:\"\",11:\"§7Drill Engine: §cNot Installed\",12:\"§7§7Increases §6⸕ Mining Speed\",13:\"§6§7with part installed.\",14:\"\",15:\"§7Upgrade Module: §cNot Installed\",16:\"§7§7Applies a passive upgrade with\",17:\"§7part installed.\",18:\"\",19:\"§7Apply Drill Parts to this Drill\",20:\"§7by talking to §2Jotraeline\",21:\"§2Greatforge §7in the §2Dwarven\",22:\"§2Mines§7!\",23:\"\",24:\"§7Fuel: §23,000§8/3k\",25:\"\",26:\"§7§8This item can be reforged!\",27:\"§7§4❣ §cRequires §5Heart of the\",28:\"§5Mountain Tier 7\",29:\"§d§lMYTHIC DRILL\",30:\"\",31:\"§eItems Required\",32:\"§6Divan\u0027s Alloy §7x1\",33:\"§6Titanium Drill DR-X655 §7x1\",34:\"§650,000,000 Coins\",35:\"\",36:\"§7Duration: §b2d 12h\"],Name:\"§dDivan\u0027s Drill\"},ExtraAttributes:{drill_fuel:3000,modifier:\"originTag:\\\"UNKNOWN\\\"\",id:\"DIVAN_DRILL\",enchantments:{}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 10\",1:\"\",2:\"§7Damage: §c+70\",3:\"§7Mining Speed: §a+1,800 \",4:\"§7Mining Fortune: §a+150\",5:\" §8[§7⸕§8] §8[§7⸕§8] §8[§8☘§8] §8[§8☘§8] §8[§8✦§8]\",6:\"\",7:\"§7Fuel Tank: §cNot Installed\",8:\"§7§7Increases fuel capacity with\",9:\"§7part installed.\",10:\"\",11:\"§7Drill Engine: §cNot Installed\",12:\"§7§7Increases §6⸕ Mining Speed\",13:\"§6§7with part installed.\",14:\"\",15:\"§7Upgrade Module: §cNot Installed\",16:\"§7§7Applies a passive upgrade with\",17:\"§7part installed.\",18:\"\",19:\"§7Apply Drill Parts to this Drill\",20:\"§7by talking to §2Jotraeline\",21:\"§2Greatforge §7in the §2Dwarven\",22:\"§2Mines§7!\",23:\"\",24:\"§7Fuel: §23,000§8/3k\",25:\"\",26:\"§7§8This item can be reforged!\",27:\"§7§4❣ §cRequires §5Heart of the\",28:\"§5Mountain Tier 7\",29:\"§d§lMYTHIC DRILL\"],Name:\"§dDivan\u0027s Drill\"},ExtraAttributes:{drill_fuel:3000,modifier:\"originTag:\\\"UNKNOWN\\\"\",id:\"DIVAN_DRILL\",enchantments:{}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§8Breaking Power 10", @@ -33,21 +33,27 @@ "§7§8This item can be reforged!", "§7§4❣ §cRequires §5Heart of the", "§5Mountain Tier 7", - "§d§lMYTHIC DRILL", - "", - "§eItems Required", - "§6Divan\u0027s Alloy §7x1", - "§6Titanium Drill DR-X655 §7x1", - "§650,000,000 Coins", - "", - "§7Duration: §b2d 12h" + "§d§lMYTHIC DRILL" ], "internalname": "DIVAN_DRILL", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Divan%27s_Drill" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "TITANIUM_DRILL_4:1", + "SKYBLOCK_COIN:50000000", + "DIVAN_ALLOY:1" + ], + "count": 1, + "overrideOutputId": "DIVAN_DRILL", + "duration": 216000 + } ] }
\ No newline at end of file diff --git a/items/DIVAN_HELMET.json b/items/DIVAN_HELMET.json index 293b0b4c..486780d4 100644 --- a/items/DIVAN_HELMET.json +++ b/items/DIVAN_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Helmet Of Divan", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0d4846bb-7eb0-3b66-a04f-c50a6ee167d1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODNmNjllZjI3ZjMxMjBhNTEwNTBlNmJlNjZhMGUzZjhlODlhZjg4OGQ0ODA2NzE2YmY4NmY1OTBkYTYzODMxNyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+100\",1:\"§7Defense: §a+130\",2:\"§7Mining Speed: §a+80\",3:\"§7Mining Fortune: §a+30\",4:\" §8[§8⸕§8] §8[§8☘§8] §8[§8⸕§8] §8[§8☘§8] §8[§8✧§8]\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§7§4❣ §cRequires §5Heart of the\",8:\"§5Mountain Tier 6.\",9:\"§6§lLEGENDARY HELMET\",10:\"\",11:\"§eItems Required\",12:\"§5Divan Fragment §7x5\",13:\"§9Gemstone Mixture §7x10\",14:\"§5❤ §5Flawless Ruby Gemstone §7x1\",15:\"\",16:\"§7Duration: §b23h\"],Name:\"§6Helmet Of Divan\"},ExtraAttributes:{id:\"DIVAN_HELMET\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0d4846bb-7eb0-3b66-a04f-c50a6ee167d1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODNmNjllZjI3ZjMxMjBhNTEwNTBlNmJlNjZhMGUzZjhlODlhZjg4OGQ0ODA2NzE2YmY4NmY1OTBkYTYzODMxNyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+100\",1:\"§7Defense: §a+130\",2:\"§7Mining Speed: §a+80\",3:\"§7Mining Fortune: §a+30\",4:\" §8[§8⸕§8] §8[§8☘§8] §8[§8⸕§8] §8[§8☘§8] §8[§8✧§8]\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§7§4❣ §cRequires §5Heart of the\",8:\"§5Mountain Tier 6.\",9:\"§6§lLEGENDARY HELMET\"],Name:\"§6Helmet Of Divan\"},ExtraAttributes:{id:\"DIVAN_HELMET\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7Health: §a+100", @@ -13,21 +13,27 @@ "§7§8This item can be reforged!", "§7§4❣ §cRequires §5Heart of the", "§5Mountain Tier 6.", - "§6§lLEGENDARY HELMET", - "", - "§eItems Required", - "§5Divan Fragment §7x5", - "§9Gemstone Mixture §7x10", - "§5❤ §5Flawless Ruby Gemstone §7x1", - "", - "§7Duration: §b23h" + "§6§lLEGENDARY HELMET" ], "internalname": "DIVAN_HELMET", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Divan_Armor" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "FLAWLESS_RUBY_GEM:1", + "GEMSTONE_MIXTURE:10", + "DIVAN_FRAGMENT:5" + ], + "count": 1, + "overrideOutputId": "DIVAN_HELMET", + "duration": 82800 + } ] }
\ No newline at end of file diff --git a/items/DIVAN_LEGGINGS.json b/items/DIVAN_LEGGINGS.json index 375660e7..72d5a331 100644 --- a/items/DIVAN_LEGGINGS.json +++ b/items/DIVAN_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:golden_leggings", "displayname": "§6Leggings Of Divan", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+130\",1:\"§7Defense: §a+170\",2:\"§7Mining Speed: §a+80\",3:\"§7Mining Fortune: §a+30\",4:\" §8[§8⸕§8] §8[§8☘§8] §8[§8⸕§8] §8[§8☘§8] §8[§8✧§8]\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§7§4❣ §cRequires §5Heart of the\",8:\"§5Mountain Tier 6.\",9:\"§6§lLEGENDARY LEGGINGS\",10:\"\",11:\"§eItems Required\",12:\"§5Divan Fragment §7x7\",13:\"§9Gemstone Mixture §7x10\",14:\"§5❤ §5Flawless Ruby Gemstone §7x1\",15:\"\",16:\"§7Duration: §b23h\"],Name:\"§6Leggings Of Divan\"},ExtraAttributes:{id:\"DIVAN_LEGGINGS\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+130\",1:\"§7Defense: §a+170\",2:\"§7Mining Speed: §a+80\",3:\"§7Mining Fortune: §a+30\",4:\" §8[§8⸕§8] §8[§8☘§8] §8[§8⸕§8] §8[§8☘§8] §8[§8✧§8]\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§7§4❣ §cRequires §5Heart of the\",8:\"§5Mountain Tier 6.\",9:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Leggings Of Divan\"},ExtraAttributes:{id:\"DIVAN_LEGGINGS\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+130", @@ -13,21 +13,27 @@ "§7§8This item can be reforged!", "§7§4❣ §cRequires §5Heart of the", "§5Mountain Tier 6.", - "§6§lLEGENDARY LEGGINGS", - "", - "§eItems Required", - "§5Divan Fragment §7x7", - "§9Gemstone Mixture §7x10", - "§5❤ §5Flawless Ruby Gemstone §7x1", - "", - "§7Duration: §b23h" + "§6§lLEGENDARY LEGGINGS" ], "internalname": "DIVAN_LEGGINGS", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Divan_Armor" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "DIVAN_FRAGMENT:7", + "FLAWLESS_RUBY_GEM:1", + "GEMSTONE_MIXTURE:10" + ], + "count": 1, + "overrideOutputId": "DIVAN_LEGGINGS", + "duration": 82800 + } ] }
\ No newline at end of file diff --git a/items/DRAGON_RUNE;1.json b/items/DRAGON_RUNE;1.json new file mode 100644 index 00000000..e133988d --- /dev/null +++ b/items/DRAGON_RUNE;1.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5◆ End Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9d07e315-87f9-31e7-98a2-0372ebd8e660\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNiMTFmYjkwZGI3ZjU3YmViNDM1OTU0MDEzYjFjN2VmNzc2YzZiZDk2Y2JmMzMwOGFhOGViYWMyOTU5MWViYmQifX19\"}]}},display:{Lore:[0:\"§8Requires level 1\",1:\"§8Bows\",2:\"\",3:\"§7Obtained very rarely from\",4:\"§7slaying Voidgloom Seraph.\",5:\"\",6:\"§7Apply this rune to bows or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§5§lEPIC COSMETIC\"],Name:\"§f§f§5◆ End Rune I\"},ExtraAttributes:{runes:{DRAGON:1},id:\"DRAGON_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 1", + "§8Bows", + "", + "§7Obtained very rarely from", + "§7slaying Voidgloom Seraph.", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "DRAGON_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DRAGON_RUNE;2.json b/items/DRAGON_RUNE;2.json new file mode 100644 index 00000000..aa4955d3 --- /dev/null +++ b/items/DRAGON_RUNE;2.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5◆ End Rune II", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9d07e315-87f9-31e7-98a2-0372ebd8e660\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNiMTFmYjkwZGI3ZjU3YmViNDM1OTU0MDEzYjFjN2VmNzc2YzZiZDk2Y2JmMzMwOGFhOGViYWMyOTU5MWViYmQifX19\"}]}},display:{Lore:[0:\"§8Requires level 1\",1:\"§8Bows\",2:\"\",3:\"§7Obtained very rarely from\",4:\"§7slaying Voidgloom Seraph.\",5:\"\",6:\"§7Apply this rune to bows or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§5§lEPIC COSMETIC\"],Name:\"§f§f§5◆ End Rune II\"},ExtraAttributes:{runes:{DRAGON:2},id:\"DRAGON_RUNE;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 1", + "§8Bows", + "", + "§7Obtained very rarely from", + "§7slaying Voidgloom Seraph.", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "DRAGON_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DRAGON_RUNE;3.json b/items/DRAGON_RUNE;3.json new file mode 100644 index 00000000..2c6a8c6c --- /dev/null +++ b/items/DRAGON_RUNE;3.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5◆ End Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9d07e315-87f9-31e7-98a2-0372ebd8e660\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNiMTFmYjkwZGI3ZjU3YmViNDM1OTU0MDEzYjFjN2VmNzc2YzZiZDk2Y2JmMzMwOGFhOGViYWMyOTU5MWViYmQifX19\"}]}},display:{Lore:[0:\"§8Requires level 1\",1:\"§8Bows\",2:\"\",3:\"§7Obtained very rarely from\",4:\"§7slaying Voidgloom Seraph.\",5:\"\",6:\"§7Apply this rune to bows or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§5§lEPIC COSMETIC\"],Name:\"§f§f§5◆ End Rune III\"},ExtraAttributes:{runes:{DRAGON:3},id:\"DRAGON_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 1", + "§8Bows", + "", + "§7Obtained very rarely from", + "§7slaying Voidgloom Seraph.", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "DRAGON_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DRILL_ENGINE.json b/items/DRILL_ENGINE.json index dd3683df..b74e4646 100644 --- a/items/DRILL_ENGINE.json +++ b/items/DRILL_ENGINE.json @@ -1,26 +1,32 @@ { "itemid": "minecraft:skull", "displayname": "§9Drill Engine", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"bba6de45-17c6-3109-a81f-efaeeee04f88\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmNiNGU0M2MyZjg1Nzc3MDVmM2VlMWM1NzBmYmJmNGUyN2ZkZTljM2RjMGU0NzI3MjFhYWE4YjA1Mzc3NWJlYiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§9§lRARE\",1:\"\",2:\"§eItems Required\",3:\"§9Enchanted Iron Block §7x1\",4:\"§9Enchanted Redstone Block §7x3\",5:\"§9Golden Plate §7x1\",6:\"§5Treasurite §7x10\",7:\"§5Refined Diamond §7x1\",8:\"\",9:\"§7Duration: §b1d 6h\"],Name:\"§9Drill Engine\"},ExtraAttributes:{id:\"DRILL_ENGINE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"bba6de45-17c6-3109-a81f-efaeeee04f88\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmNiNGU0M2MyZjg1Nzc3MDVmM2VlMWM1NzBmYmJmNGUyN2ZkZTljM2RjMGU0NzI3MjFhYWE4YjA1Mzc3NWJlYiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Drill Engine\"},ExtraAttributes:{id:\"DRILL_ENGINE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ - "§9§lRARE", - "", - "§eItems Required", - "§9Enchanted Iron Block §7x1", - "§9Enchanted Redstone Block §7x3", - "§9Golden Plate §7x1", - "§5Treasurite §7x10", - "§5Refined Diamond §7x1", - "", - "§7Duration: §b1d 6h" + "§9§lRARE" ], "internalname": "DRILL_ENGINE", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Drill_Engine" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "ENCHANTED_IRON_BLOCK:1", + "ENCHANTED_REDSTONE_BLOCK:3", + "TREASURITE:10", + "GOLDEN_PLATE:1", + "REFINED_DIAMOND:1" + ], + "count": 1, + "overrideOutputId": "DRILL_ENGINE", + "duration": 108000 + } ] -} +}
\ No newline at end of file diff --git a/items/ENCHANT_RUNE;1.json b/items/ENCHANT_RUNE;1.json new file mode 100644 index 00000000..4ebf347b --- /dev/null +++ b/items/ENCHANT_RUNE;1.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§7◆ Enchant Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1a34ecd4-6a5f-35aa-b5d3-617be4684d9a\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMTk4ODY4NTAxOSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTlmZmFjZWM2ZWU1YTIzZDljYjI0YTJmZTlkYzE1YjI0NDg4ZjVmNzEwMDY5MjQ1NjBiZjEyMTQ4NDIxYWU2ZCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Requires level 25\",1:\"§8Chestplates\",2:\"\",3:\"§7Obtained very rarely from\",4:\"§7slaying Voidgloom Seraph.\",5:\"\",6:\"§7Apply this rune to chestplates\",7:\"§7or fuse two together at the\",8:\"§7Runic Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§7◆ Enchant Rune I\"},ExtraAttributes:{runes:{ENCHANT:1},id:\"ENCHANT_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 25", + "§8Chestplates", + "", + "§7Obtained very rarely from", + "§7slaying Voidgloom Seraph.", + "", + "§7Apply this rune to chestplates", + "§7or fuse two together at the", + "§7Runic Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "ENCHANT_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ENCHANT_RUNE;2.json b/items/ENCHANT_RUNE;2.json new file mode 100644 index 00000000..effa8f5c --- /dev/null +++ b/items/ENCHANT_RUNE;2.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§7◆ Enchant Rune II", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1a34ecd4-6a5f-35aa-b5d3-617be4684d9a\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMTk4ODY4NTAxOSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTlmZmFjZWM2ZWU1YTIzZDljYjI0YTJmZTlkYzE1YjI0NDg4ZjVmNzEwMDY5MjQ1NjBiZjEyMTQ4NDIxYWU2ZCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Requires level 25\",1:\"§8Chestplates\",2:\"\",3:\"§7Obtained very rarely from\",4:\"§7slaying Voidgloom Seraph.\",5:\"\",6:\"§7Apply this rune to chestplates\",7:\"§7or fuse two together at the\",8:\"§7Runic Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§7◆ Enchant Rune II\"},ExtraAttributes:{runes:{ENCHANT:2},id:\"ENCHANT_RUNE;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 25", + "§8Chestplates", + "", + "§7Obtained very rarely from", + "§7slaying Voidgloom Seraph.", + "", + "§7Apply this rune to chestplates", + "§7or fuse two together at the", + "§7Runic Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "ENCHANT_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ENCHANT_RUNE;3.json b/items/ENCHANT_RUNE;3.json new file mode 100644 index 00000000..4f7f1a6d --- /dev/null +++ b/items/ENCHANT_RUNE;3.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§7◆ Enchant Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1a34ecd4-6a5f-35aa-b5d3-617be4684d9a\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMTk4ODY4NTAxOSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTlmZmFjZWM2ZWU1YTIzZDljYjI0YTJmZTlkYzE1YjI0NDg4ZjVmNzEwMDY5MjQ1NjBiZjEyMTQ4NDIxYWU2ZCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Requires level 25\",1:\"§8Chestplates\",2:\"\",3:\"§7Obtained very rarely from\",4:\"§7slaying Voidgloom Seraph.\",5:\"\",6:\"§7Apply this rune to chestplates\",7:\"§7or fuse two together at the\",8:\"§7Runic Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§7◆ Enchant Rune III\"},ExtraAttributes:{runes:{ENCHANT:3},id:\"ENCHANT_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 25", + "§8Chestplates", + "", + "§7Obtained very rarely from", + "§7slaying Voidgloom Seraph.", + "", + "§7Apply this rune to chestplates", + "§7or fuse two together at the", + "§7Runic Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "ENCHANT_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ENDERSNAKE_RUNE;1.json b/items/ENDERSNAKE_RUNE;1.json new file mode 100644 index 00000000..4b0167bc --- /dev/null +++ b/items/ENDERSNAKE_RUNE;1.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5◆ Endersnake Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9de9bfa4-30c2-383c-8a67-44c7ba4206ab\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMTk4OTczMTE3OCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzNhOWFjYmI3ZDNkNDliMWQ1NGQyNjExMTEwNGQwZGE1N2Q4YjRhYjM3ODg1YjRiYmQyNDBhYzcxMDc0Y2FkMiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Requires level 23\",1:\"§8Boots\",2:\"\",3:\"§7Obtained very rarely from\",4:\"§7slaying Voidgloom Seraph.\",5:\"\",6:\"§7Apply this rune to boots or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§5◆ Endersnake Rune I\"},ExtraAttributes:{runes:{ENDERSNAKE:1},id:\"ENDERSNAKE_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 23", + "§8Boots", + "", + "§7Obtained very rarely from", + "§7slaying Voidgloom Seraph.", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "ENDERSNAKE_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ENDERSNAKE_RUNE;2.json b/items/ENDERSNAKE_RUNE;2.json new file mode 100644 index 00000000..34186d02 --- /dev/null +++ b/items/ENDERSNAKE_RUNE;2.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5◆ Endersnake Rune II", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9de9bfa4-30c2-383c-8a67-44c7ba4206ab\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMTk4OTczMTE3OCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzNhOWFjYmI3ZDNkNDliMWQ1NGQyNjExMTEwNGQwZGE1N2Q4YjRhYjM3ODg1YjRiYmQyNDBhYzcxMDc0Y2FkMiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Requires level 23\",1:\"§8Boots\",2:\"\",3:\"§7Obtained very rarely from\",4:\"§7slaying Voidgloom Seraph.\",5:\"\",6:\"§7Apply this rune to boots or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§5◆ Endersnake Rune II\"},ExtraAttributes:{runes:{ENDERSNAKE:2},id:\"ENDERSNAKE_RUNE;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 23", + "§8Boots", + "", + "§7Obtained very rarely from", + "§7slaying Voidgloom Seraph.", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "ENDERSNAKE_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ENDERSNAKE_RUNE;3.json b/items/ENDERSNAKE_RUNE;3.json new file mode 100644 index 00000000..aadb1771 --- /dev/null +++ b/items/ENDERSNAKE_RUNE;3.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5◆ Endersnake Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9de9bfa4-30c2-383c-8a67-44c7ba4206ab\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMTk4OTczMTE3OCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzNhOWFjYmI3ZDNkNDliMWQ1NGQyNjExMTEwNGQwZGE1N2Q4YjRhYjM3ODg1YjRiYmQyNDBhYzcxMDc0Y2FkMiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Requires level 23\",1:\"§8Boots\",2:\"\",3:\"§7Obtained very rarely from\",4:\"§7slaying Voidgloom Seraph.\",5:\"\",6:\"§7Apply this rune to boots or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§5◆ Endersnake Rune III\"},ExtraAttributes:{runes:{ENDERSNAKE:3},id:\"ENDERSNAKE_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 23", + "§8Boots", + "", + "§7Obtained very rarely from", + "§7slaying Voidgloom Seraph.", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "ENDERSNAKE_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/FIRE_SPIRAL_RUNE;1.json b/items/FIRE_SPIRAL_RUNE;1.json new file mode 100644 index 00000000..b02267ad --- /dev/null +++ b/items/FIRE_SPIRAL_RUNE;1.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§6◆ Fire Spiral Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"986bf1f3-8f53-36e3-a660-c4a0aa77a4f7\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzgzMDFhYTg2Y2FmZDRiMmQ3MzJhOWI0ODk0Y2ZjZmM2NWVkYzgyOGU4NTcxYjQ1ZGJmMGEzYmE5NjU3NWNjY2YifX19\"}]}},display:{Lore:[0:\"§8Requires level 13\",1:\"§8Bows\",2:\"\",3:\"§7Inferno arrows!\",4:\"\",5:\"§7Apply this rune to bows or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§9§lRARE COSMETIC\"],Name:\"§f§f§6◆ Fire Spiral Rune I\"},ExtraAttributes:{runes:{FIRE_SPIRAL:1},id:\"FIRE_SPIRAL_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 13", + "§8Bows", + "", + "§7Inferno arrows!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "FIRE_SPIRAL_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/FIRE_SPIRAL_RUNE;2.json b/items/FIRE_SPIRAL_RUNE;2.json new file mode 100644 index 00000000..e959bf57 --- /dev/null +++ b/items/FIRE_SPIRAL_RUNE;2.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§6◆ Fire Spiral Rune II", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"986bf1f3-8f53-36e3-a660-c4a0aa77a4f7\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzgzMDFhYTg2Y2FmZDRiMmQ3MzJhOWI0ODk0Y2ZjZmM2NWVkYzgyOGU4NTcxYjQ1ZGJmMGEzYmE5NjU3NWNjY2YifX19\"}]}},display:{Lore:[0:\"§8Requires level 13\",1:\"§8Bows\",2:\"\",3:\"§7Inferno arrows!\",4:\"\",5:\"§7Apply this rune to bows or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§9§lRARE COSMETIC\"],Name:\"§f§f§6◆ Fire Spiral Rune II\"},ExtraAttributes:{runes:{FIRE_SPIRAL:2},id:\"FIRE_SPIRAL_RUNE;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 13", + "§8Bows", + "", + "§7Inferno arrows!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "FIRE_SPIRAL_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/FIRE_SPIRAL_RUNE;3.json b/items/FIRE_SPIRAL_RUNE;3.json new file mode 100644 index 00000000..32173465 --- /dev/null +++ b/items/FIRE_SPIRAL_RUNE;3.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§6◆ Fire Spiral Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"986bf1f3-8f53-36e3-a660-c4a0aa77a4f7\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzgzMDFhYTg2Y2FmZDRiMmQ3MzJhOWI0ODk0Y2ZjZmM2NWVkYzgyOGU4NTcxYjQ1ZGJmMGEzYmE5NjU3NWNjY2YifX19\"}]}},display:{Lore:[0:\"§8Requires level 13\",1:\"§8Bows\",2:\"\",3:\"§7Inferno arrows!\",4:\"\",5:\"§7Apply this rune to bows or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§9§lRARE COSMETIC\"],Name:\"§f§f§6◆ Fire Spiral Rune III\"},ExtraAttributes:{runes:{FIRE_SPIRAL:3},id:\"FIRE_SPIRAL_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 13", + "§8Bows", + "", + "§7Inferno arrows!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "FIRE_SPIRAL_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/FORGE_TRAVEL_SCROLL.json b/items/FORGE_TRAVEL_SCROLL.json index 083a9159..6c422fc3 100644 --- a/items/FORGE_TRAVEL_SCROLL.json +++ b/items/FORGE_TRAVEL_SCROLL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:map", "displayname": "§9Travel Scroll to the Dwarven Forge", - "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Consume this item to add its\",1:\"§7destination to your fast travel\",2:\"§7options.\",3:\"\",4:\"§7Island: §aDwarven Mines\",5:\"§7Teleport: §eForge\",6:\"\",7:\"§9§lRARE TRAVEL SCROLL\",8:\"\",9:\"§eItems Required\",10:\"§fMithril §7x48\",11:\"§9Titanium §7x80\",12:\"§aEnchanted Ender Pearl §7x16\",13:\"§625,000 Coins\",14:\"\",15:\"§7Duration: §b5h\"],Name:\"§9Travel Scroll to the Dwarven Forge\"},ExtraAttributes:{id:\"FORGE_TRAVEL_SCROLL\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Consume this item to add its\",1:\"§7destination to your fast travel\",2:\"§7options.\",3:\"\",4:\"§7Island: §aDwarven Mines\",5:\"§7Teleport: §eForge\",6:\"\",7:\"§9§lRARE TRAVEL SCROLL\"],Name:\"§9Travel Scroll to the Dwarven Forge\"},ExtraAttributes:{id:\"FORGE_TRAVEL_SCROLL\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Consume this item to add its", @@ -11,22 +11,28 @@ "§7Island: §aDwarven Mines", "§7Teleport: §eForge", "", - "§9§lRARE TRAVEL SCROLL", - "", - "§eItems Required", - "§fMithril §7x48", - "§9Titanium §7x80", - "§aEnchanted Ender Pearl §7x16", - "§625,000 Coins", - "", - "§7Duration: §b5h" + "§9§lRARE TRAVEL SCROLL" ], "internalname": "FORGE_TRAVEL_SCROLL", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Travel_Scrolls" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "SKYBLOCK_COIN:25000", + "ENCHANTED_ENDER_PEARL:16", + "MITHRIL_ORE:48", + "TITANIUM_ORE:80" + ], + "count": 1, + "overrideOutputId": "FORGE_TRAVEL_SCROLL", + "duration": 18000 + } ] }
\ No newline at end of file diff --git a/items/FUEL_TANK.json b/items/FUEL_TANK.json index 33ae56ca..d87db2de 100644 --- a/items/FUEL_TANK.json +++ b/items/FUEL_TANK.json @@ -1,22 +1,28 @@ { "itemid": "minecraft:skull", "displayname": "§9Fuel Tank", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"5f97943e-01ae-32c6-94a7-01ac386673b0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTc1YjU4NmQyOWFhNGY2MzAwNjcwN2ZiZTk0YTMzYzg5YzIyNWY0OWIzYjQ0Y2IxODE3Mzg2NTZjOTQyZTI3NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§9§lRARE\",1:\"\",2:\"§eItems Required\",3:\"§9Enchanted Block of Coal §7x2\",4:\"\",5:\"§7Duration: §b10h\"],Name:\"§9Fuel Tank\"},ExtraAttributes:{id:\"FUEL_TANK\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"5f97943e-01ae-32c6-94a7-01ac386673b0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTc1YjU4NmQyOWFhNGY2MzAwNjcwN2ZiZTk0YTMzYzg5YzIyNWY0OWIzYjQ0Y2IxODE3Mzg2NTZjOTQyZTI3NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Fuel Tank\"},ExtraAttributes:{id:\"FUEL_TANK\"},AttributeModifiers:[]}", "damage": 3, "lore": [ - "§9§lRARE", - "", - "§eItems Required", - "§9Enchanted Block of Coal §7x2", - "", - "§7Duration: §b10h" + "§9§lRARE" ], "internalname": "FUEL_TANK", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fuel_Tank" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "ENCHANTED_COAL_BLOCK:2" + ], + "count": 1, + "overrideOutputId": "FUEL_TANK", + "duration": 36000 + } ] -} +}
\ No newline at end of file diff --git a/items/GEMSTONE_CHAMBER.json b/items/GEMSTONE_CHAMBER.json index 0ca3806f..3922379a 100644 --- a/items/GEMSTONE_CHAMBER.json +++ b/items/GEMSTONE_CHAMBER.json @@ -1,28 +1,34 @@ { "itemid": "minecraft:skull", "displayname": "§5Gemstone Chamber", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"558648c0-4dda-371c-87d8-f983a7bc58ca\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmI4MDk4ODlkYTM2YWRmNTYxODU4MWJiZjdiNjZkMmQ4ODM5ZTJlYjcyNTRjMzMzMmU0ZjNhMjMwZmEifX19\"}]}},display:{Lore:[0:\"§7Used in the §dGemstone Grinder\",1:\"§d§7to unlock §dGemstone §7slots\",2:\"§7for §6Divan Armor§7.\",3:\"\",4:\"§5§lEPIC\",5:\"\",6:\"§eItems Required\",7:\"§aWorm Membrane §7x100\",8:\"§9Gemstone Mixture §7x1\",9:\"§625,000 Coins\",10:\"\",11:\"§7Duration: §b4h\"],Name:\"§5Gemstone Chamber\"},ExtraAttributes:{id:\"GEMSTONE_CHAMBER\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"558648c0-4dda-371c-87d8-f983a7bc58ca\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmI4MDk4ODlkYTM2YWRmNTYxODU4MWJiZjdiNjZkMmQ4ODM5ZTJlYjcyNTRjMzMzMmU0ZjNhMjMwZmEifX19\"}]}},display:{Lore:[0:\"§7Used in the §dGemstone Grinder\",1:\"§d§7to unlock §dGemstone §7slots\",2:\"§7for §6Divan Armor§7.\",3:\"\",4:\"§5§lEPIC\"],Name:\"§5Gemstone Chamber\"},ExtraAttributes:{id:\"GEMSTONE_CHAMBER\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7Used in the §dGemstone Grinder", "§d§7to unlock §dGemstone §7slots", "§7for §6Divan Armor§7.", "", - "§5§lEPIC", - "", - "§eItems Required", - "§aWorm Membrane §7x100", - "§9Gemstone Mixture §7x1", - "§625,000 Coins", - "", - "§7Duration: §b4h" + "§5§lEPIC" ], "internalname": "GEMSTONE_CHAMBER", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Gemstone_Chamber" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "WORM_MEMBRANE:100", + "GEMSTONE_MIXTURE:1", + "SKYBLOCK_COIN:25000" + ], + "count": 1, + "overrideOutputId": "GEMSTONE_CHAMBER", + "duration": 14400 + } ] }
\ No newline at end of file diff --git a/items/GEMSTONE_DRILL_1.json b/items/GEMSTONE_DRILL_1.json index 3bd35cfa..2e03972a 100644 --- a/items/GEMSTONE_DRILL_1.json +++ b/items/GEMSTONE_DRILL_1.json @@ -34,21 +34,27 @@ "§7§8This item can be reforged!", "§7§4❣ §cRequires §5Heart of the", "§5Mountain Tier 3", - "§9§lRARE DRILL", - "", - "§eItems Required", - "§9Drill Engine §7x1", - "§9Fuel Tank §7x1", - "§9❤ §9Fine Ruby Gemstone §7x6", - "", - "§7Duration: §b1h" + "§9§lRARE DRILL" ], "internalname": "GEMSTONE_DRILL_1", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ruby_Drill_TX-15" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "DRILL_ENGINE:1", + "FUEL_TANK:1", + "FINE_RUBY_GEM:6" + ], + "count": 1, + "overrideOutputId": "GEMSTONE_DRILL_1", + "duration": 3600 + } ] }
\ No newline at end of file diff --git a/items/GEMSTONE_DRILL_2.json b/items/GEMSTONE_DRILL_2.json index 3c0bce38..3df41fd1 100644 --- a/items/GEMSTONE_DRILL_2.json +++ b/items/GEMSTONE_DRILL_2.json @@ -34,20 +34,26 @@ "§7§8This item can be reforged!", "§7§4❣ §cRequires §5Heart of the", "§5Mountain Tier 4", - "§9§lRARE DRILL", - "", - "§eItems Required", - "§9Ruby Drill Model TX-15 §7x1", - "§9Gemstone Mixture §7x3", - "", - "§7Duration: §b30s" + "§9§lRARE DRILL" ], "internalname": "GEMSTONE_DRILL_2", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Gemstone_Drill_LT-522" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "GEMSTONE_DRILL_1:1", + "GEMSTONE_MIXTURE:3" + ], + "count": 1, + "overrideOutputId": "GEMSTONE_DRILL_2", + "duration": 30 + } ] }
\ No newline at end of file diff --git a/items/GEMSTONE_DRILL_3.json b/items/GEMSTONE_DRILL_3.json index c5d709bd..d586207a 100644 --- a/items/GEMSTONE_DRILL_3.json +++ b/items/GEMSTONE_DRILL_3.json @@ -35,22 +35,28 @@ "§7§8This item can be reforged!", "§7§4❣ §cRequires §5Heart of the", "§5Mountain Tier 5", - "§5§lEPIC DRILL", - "", - "§eItems Required", - "§9Gemstone Drill Model LT-522 §7x1", - "§5✧ §5Flawless Topaz Gemstone §7x1", - "§9Gemstone Mixture §7x3", - "§9Magma Core §7x5", - "", - "§7Duration: §b30s" + "§5§lEPIC DRILL" ], "internalname": "GEMSTONE_DRILL_3", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Topaz_Drill_KGR-12" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "FLAWLESS_TOPAZ_GEM:1", + "GEMSTONE_MIXTURE:3", + "GEMSTONE_DRILL_2:1", + "MAGMA_CORE:5" + ], + "count": 1, + "overrideOutputId": "GEMSTONE_DRILL_3", + "duration": 30 + } ] }
\ No newline at end of file diff --git a/items/GEMSTONE_DRILL_4.json b/items/GEMSTONE_DRILL_4.json index 5e2349d9..ae9b4fad 100644 --- a/items/GEMSTONE_DRILL_4.json +++ b/items/GEMSTONE_DRILL_4.json @@ -34,21 +34,27 @@ "§7§8This item can be reforged!", "§7§4❣ §cRequires §5Heart of the", "§5Mountain Tier 6", - "§5§lEPIC DRILL", - "", - "§eItems Required", - "§5Topaz Drill KGR-12 §7x1", - "§5❁ §5Flawless Jasper Gemstone §7x1", - "§5Treasurite §7x100", - "", - "§7Duration: §b30s" + "§5§lEPIC DRILL" ], "internalname": "GEMSTONE_DRILL_4", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Jasper_Drill_X" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "TREASURITE:100", + "FLAWLESS_JASPER_GEM:1", + "GEMSTONE_DRILL_3:1" + ], + "count": 1, + "overrideOutputId": "GEMSTONE_DRILL_4", + "duration": 30 + } ] }
\ No newline at end of file diff --git a/items/GEMSTONE_FUEL_TANK.json b/items/GEMSTONE_FUEL_TANK.json index c037a261..314de0ce 100644 --- a/items/GEMSTONE_FUEL_TANK.json +++ b/items/GEMSTONE_FUEL_TANK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Gemstone Fuel Tank", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9afc5422-ee63-3293-b316-80fad0938c70\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzNjAyNzQzOCwKICAicHJvZmlsZUlkIiA6ICI5MWZlMTk2ODdjOTA0NjU2YWExZmMwNTk4NmRkM2ZlNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJoaGphYnJpcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mYjkwNTE0ODVlMTU3MDA0MTgwMjJlMzhhNWRiMjhhMDQ5YTJlNjI3YzVmZmE1NmZkMzEzYmNkZWFkNDA2YThlIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Fuel Tank\",3:\"\",4:\"§7Increases the fuel capacity to\",5:\"§7§250,000§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to §2Jotraeline\",9:\"§2Greatforge §7in the §2Dwarven\",10:\"§2Mines§7!\",11:\"\",12:\"§7§4❣ §cRequires §5Heart of the\",13:\"§5Mountain Tier 5.\",14:\"§9§lRARE\",15:\"\",16:\"§eItems Required\",17:\"§9Titanium-Infused Fuel Tank §7x1\",18:\"§9Control Switch §7x30\",19:\"§9Gemstone Mixture §7x10\",20:\"\",21:\"§7Duration: §b1d 4h\"],Name:\"§9Gemstone Fuel Tank\"},ExtraAttributes:{id:\"GEMSTONE_FUEL_TANK\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9afc5422-ee63-3293-b316-80fad0938c70\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzNjAyNzQzOCwKICAicHJvZmlsZUlkIiA6ICI5MWZlMTk2ODdjOTA0NjU2YWExZmMwNTk4NmRkM2ZlNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJoaGphYnJpcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mYjkwNTE0ODVlMTU3MDA0MTgwMjJlMzhhNWRiMjhhMDQ5YTJlNjI3YzVmZmE1NmZkMzEzYmNkZWFkNDA2YThlIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Fuel Tank\",3:\"\",4:\"§7Increases the fuel capacity to\",5:\"§7§250,000§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to §2Jotraeline\",9:\"§2Greatforge §7in the §2Dwarven\",10:\"§2Mines§7!\",11:\"\",12:\"§7§4❣ §cRequires §5Heart of the\",13:\"§5Mountain Tier 5.\",14:\"§9§lRARE\"],Name:\"§9Gemstone Fuel Tank\"},ExtraAttributes:{id:\"GEMSTONE_FUEL_TANK\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Drill Part", @@ -18,21 +18,27 @@ "", "§7§4❣ §cRequires §5Heart of the", "§5Mountain Tier 5.", - "§9§lRARE", - "", - "§eItems Required", - "§9Titanium-Infused Fuel Tank §7x1", - "§9Control Switch §7x30", - "§9Gemstone Mixture §7x10", - "", - "§7Duration: §b1d 4h" + "§9§lRARE" ], "internalname": "GEMSTONE_FUEL_TANK", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Gemstone_Fuel_Tank" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "CONTROL_SWITCH:30", + "GEMSTONE_MIXTURE:10", + "TITANIUM_FUEL_TANK:1" + ], + "count": 1, + "overrideOutputId": "GEMSTONE_FUEL_TANK", + "duration": 108000 + } ] -} +}
\ No newline at end of file diff --git a/items/GEMSTONE_MIXTURE.json b/items/GEMSTONE_MIXTURE.json index 5e2c792b..23ccdec6 100644 --- a/items/GEMSTONE_MIXTURE.json +++ b/items/GEMSTONE_MIXTURE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Gemstone Mixture", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"bd4fa6b7-d6bf-393d-8601-00e048d57d91\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNTQ5MjQ2MDEzMSwKICAicHJvZmlsZUlkIiA6ICI0ZWQ4MjMzNzFhMmU0YmI3YTVlYWJmY2ZmZGE4NDk1NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJGaXJlYnlyZDg4IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM0ZDQyZjljNDYxY2VlMTk5N2I2N2JmMzYxMGM2NDExYmY4NTJiOWU1ZGI2MDdiYmY2MjY1MjdjZmI0MjkxMmMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7§7A collection of finely treated\",1:\"§7§dGemstones §7held together by\",2:\"§7the sturdiest of §asticky\",3:\"§a§7substances.\",4:\"\",5:\"§9§lRARE\",6:\"\",7:\"§eItems Required\",8:\"§9☘ §9Fine Jade Gemstone §7x4\",9:\"§9⸕ §9Fine Amber Gemstone §7x4\",10:\"§9❈ §9Fine Amethyst Gemstone §7x4\",11:\"§9✎ §9Fine Sapphire Gemstone §7x4\",12:\"§aSludge Juice §7x320\",13:\"\",14:\"§7Duration: §b4h\"],Name:\"§9Gemstone Mixture\"},ExtraAttributes:{id:\"GEMSTONE_MIXTURE\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"bd4fa6b7-d6bf-393d-8601-00e048d57d91\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNTQ5MjQ2MDEzMSwKICAicHJvZmlsZUlkIiA6ICI0ZWQ4MjMzNzFhMmU0YmI3YTVlYWJmY2ZmZGE4NDk1NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJGaXJlYnlyZDg4IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM0ZDQyZjljNDYxY2VlMTk5N2I2N2JmMzYxMGM2NDExYmY4NTJiOWU1ZGI2MDdiYmY2MjY1MjdjZmI0MjkxMmMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7§7A collection of finely treated\",1:\"§7§dGemstones §7held together by\",2:\"§7the sturdiest of §asticky\",3:\"§a§7substances.\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Gemstone Mixture\"},ExtraAttributes:{id:\"GEMSTONE_MIXTURE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7§7A collection of finely treated", @@ -9,23 +9,29 @@ "§7the sturdiest of §asticky", "§a§7substances.", "", - "§9§lRARE", - "", - "§eItems Required", - "§9☘ §9Fine Jade Gemstone §7x4", - "§9⸕ §9Fine Amber Gemstone §7x4", - "§9❈ §9Fine Amethyst Gemstone §7x4", - "§9✎ §9Fine Sapphire Gemstone §7x4", - "§aSludge Juice §7x320", - "", - "§7Duration: §b4h" + "§9§lRARE" ], "internalname": "GEMSTONE_MIXTURE", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Gemstone_Mixture" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "FINE_JADE_GEM:4", + "SLUDGE_JUICE:256", + "FINE_AMBER_GEM:4", + "FINE_SAPPHIRE_GEM:4", + "FINE_AMETHYST_GEM:4" + ], + "count": 1, + "overrideOutputId": "GEMSTONE_MIXTURE", + "duration": 14400 + } ] }
\ No newline at end of file diff --git a/items/GEM_RUNE;1.json b/items/GEM_RUNE;1.json new file mode 100644 index 00000000..d7e5d947 --- /dev/null +++ b/items/GEM_RUNE;1.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§2◆ Gem Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"fccca84c-6375-3d3f-b9bc-4ce4a78f632a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQzYTFhZDRmY2M0MmZiNjNjNjgxMzI4ZTQyZDYzYzgzY2ExOTNiMzMzYWYyYTQyNjcyOGEyNWE4Y2M2MDA2OTIifX19\"}]}},display:{Lore:[0:\"§8Requires level 4\",1:\"§8Bows\",2:\"\",3:\"§7Create a gem effect behind your\",4:\"§7arrows!\",5:\"\",6:\"§7Apply this rune to bows or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§f§lCOMMON COSMETIC\"],Name:\"§f§f§2◆ Gem Rune I\"},ExtraAttributes:{runes:{GEM:1},id:\"GEM_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 4", + "§8Bows", + "", + "§7Create a gem effect behind your", + "§7arrows!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§f§lCOMMON COSMETIC" + ], + "internalname": "GEM_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/GEM_RUNE;2.json b/items/GEM_RUNE;2.json new file mode 100644 index 00000000..d687b44b --- /dev/null +++ b/items/GEM_RUNE;2.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§2◆ Gem Rune II", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"fccca84c-6375-3d3f-b9bc-4ce4a78f632a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQzYTFhZDRmY2M0MmZiNjNjNjgxMzI4ZTQyZDYzYzgzY2ExOTNiMzMzYWYyYTQyNjcyOGEyNWE4Y2M2MDA2OTIifX19\"}]}},display:{Lore:[0:\"§8Requires level 4\",1:\"§8Bows\",2:\"\",3:\"§7Create a gem effect behind your\",4:\"§7arrows!\",5:\"\",6:\"§7Apply this rune to bows or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§f§lCOMMON COSMETIC\"],Name:\"§f§f§2◆ Gem Rune II\"},ExtraAttributes:{runes:{GEM:2},id:\"GEM_RUNE;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 4", + "§8Bows", + "", + "§7Create a gem effect behind your", + "§7arrows!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§f§lCOMMON COSMETIC" + ], + "internalname": "GEM_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/GEM_RUNE;3.json b/items/GEM_RUNE;3.json new file mode 100644 index 00000000..09987746 --- /dev/null +++ b/items/GEM_RUNE;3.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§2◆ Gem Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"fccca84c-6375-3d3f-b9bc-4ce4a78f632a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQzYTFhZDRmY2M0MmZiNjNjNjgxMzI4ZTQyZDYzYzgzY2ExOTNiMzMzYWYyYTQyNjcyOGEyNWE4Y2M2MDA2OTIifX19\"}]}},display:{Lore:[0:\"§8Requires level 4\",1:\"§8Bows\",2:\"\",3:\"§7Create a gem effect behind your\",4:\"§7arrows!\",5:\"\",6:\"§7Apply this rune to bows or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§f§lCOMMON COSMETIC\"],Name:\"§f§f§2◆ Gem Rune III\"},ExtraAttributes:{runes:{GEM:3},id:\"GEM_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 4", + "§8Bows", + "", + "§7Create a gem effect behind your", + "§7arrows!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§f§lCOMMON COSMETIC" + ], + "internalname": "GEM_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/GOBLIN_OMELETTE.json b/items/GOBLIN_OMELETTE.json index 698d0d37..472adee2 100644 --- a/items/GOBLIN_OMELETTE.json +++ b/items/GOBLIN_OMELETTE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Goblin Omelette", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"c400aab0-7310-3315-9f2e-7065793b3fef\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzMjI2NjM4MiwKICAicHJvZmlsZUlkIiA6ICIyYzEwNjRmY2Q5MTc0MjgyODRlM2JmN2ZhYTdlM2UxYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJOYWVtZSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS80ZTk0N2ZlMDllYmI3ZTdiMzc2OWJiOGE1ZGE1Y2I3MzQ2NDZiMmM3OTczYWI2YTM1YjY2MjdhN2RjMTI0NWQxIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Upgrade Module\",3:\"\",4:\"§7Regenerates 1 fuel every\",5:\"§7§a20s§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§7§7§oMay cause diseases\",11:\"\",12:\"§9§lRARE\",13:\"\",14:\"§eItems Required\",15:\"§9Goblin Egg §7x99\",16:\"\",17:\"§7Duration: §b18h\"],Name:\"§9Goblin Omelette\"},ExtraAttributes:{id:\"GOBLIN_OMELETTE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"c400aab0-7310-3315-9f2e-7065793b3fef\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzMjI2NjM4MiwKICAicHJvZmlsZUlkIiA6ICIyYzEwNjRmY2Q5MTc0MjgyODRlM2JmN2ZhYTdlM2UxYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJOYWVtZSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS80ZTk0N2ZlMDllYmI3ZTdiMzc2OWJiOGE1ZGE1Y2I3MzQ2NDZiMmM3OTczYWI2YTM1YjY2MjdhN2RjMTI0NWQxIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Upgrade Module\",3:\"\",4:\"§7Regenerates 1 fuel every\",5:\"§7§a20s§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§7§7§oMay cause diseases\",11:\"\",12:\"§9§lRARE\"],Name:\"§9Goblin Omelette\"},ExtraAttributes:{id:\"GOBLIN_OMELETTE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Drill Part", @@ -16,19 +16,25 @@ "", "§7§7§oMay cause diseases", "", - "§9§lRARE", - "", - "§eItems Required", - "§9Goblin Egg §7x99", - "", - "§7Duration: §b18h" + "§9§lRARE" ], "internalname": "GOBLIN_OMELETTE", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Goblin_Omelette" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "GOBLIN_EGG:99" + ], + "count": 1, + "overrideOutputId": "GOBLIN_OMELETTE", + "duration": 64800 + } ] -} +}
\ No newline at end of file diff --git a/items/GOBLIN_OMELETTE_BLUE_CHEESE.json b/items/GOBLIN_OMELETTE_BLUE_CHEESE.json index 441902a0..c286486f 100644 --- a/items/GOBLIN_OMELETTE_BLUE_CHEESE.json +++ b/items/GOBLIN_OMELETTE_BLUE_CHEESE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Blue Cheese Goblin Omelette", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"b5e74408-adbe-3b4a-83a0-a5e6bf538484\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDU0NjEzMTc5MCwKICAicHJvZmlsZUlkIiA6ICJmZDYwZjM2ZjU4NjE0ZjEyYjNjZDQ3YzJkODU1Mjk5YSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWFkIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2I1YmNhYjU1ZDUzZTQyNTU2ZjVlODU4ODc0ZWM4Yjc2YThkYTAwODk4NTIyZTZjYmQ2NzNlM2ZiOTgzM2RlYWYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Upgrade Module\",3:\"\",4:\"§7Adds §a+1§7 level to all\",5:\"§7unlocked Heart of the Mountain\",6:\"§7perks.\",7:\"\",8:\"§7Can be applied to Drills by\",9:\"§7talking to a §2Drill Mechanic§7!\",10:\"\",11:\"§7§7§oMay cause illness\",12:\"\",13:\"§9§lRARE\",14:\"\",15:\"§eItems Required\",16:\"§9Blue Goblin Egg §7x99\",17:\"§6✎ §6Perfect Sapphire Gemstone §7x1\",18:\"\",19:\"§7Duration: §b20h\"],Name:\"§9Blue Cheese Goblin Omelette\"},ExtraAttributes:{id:\"GOBLIN_OMELETTE_BLUE_CHEESE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"b5e74408-adbe-3b4a-83a0-a5e6bf538484\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDU0NjEzMTc5MCwKICAicHJvZmlsZUlkIiA6ICJmZDYwZjM2ZjU4NjE0ZjEyYjNjZDQ3YzJkODU1Mjk5YSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWFkIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2I1YmNhYjU1ZDUzZTQyNTU2ZjVlODU4ODc0ZWM4Yjc2YThkYTAwODk4NTIyZTZjYmQ2NzNlM2ZiOTgzM2RlYWYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Upgrade Module\",3:\"\",4:\"§7Adds §a+1§7 level to all\",5:\"§7unlocked Heart of the Mountain\",6:\"§7perks.\",7:\"\",8:\"§7Can be applied to Drills by\",9:\"§7talking to a §2Drill Mechanic§7!\",10:\"\",11:\"§7§7§oMay cause illness\",12:\"\",13:\"§9§lRARE\"],Name:\"§9Blue Cheese Goblin Omelette\"},ExtraAttributes:{id:\"GOBLIN_OMELETTE_BLUE_CHEESE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Drill Part", @@ -17,31 +17,26 @@ "", "§7§7§oMay cause illness", "", - "§9§lRARE", - "", - "§eItems Required", - "§9Blue Goblin Egg §7x99", - "§6✎ §6Perfect Sapphire Gemstone §7x1", - "", - "§7Duration: §b20h" + "§9§lRARE" ], - "recipe": { - "A1": "GOBLIN_EGG_BLUE:99", - "A2": "PERFECT_SAPPHIRE_GEM:1", - "A3": "", - "B1": "", - "B2": "", - "B3": "", - "C1": "", - "C2": "", - "C3": "" - }, "internalname": "GOBLIN_OMELETTE_BLUE_CHEESE", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Blue_Cheese_Goblin_Omelette" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "GOBLIN_EGG_BLUE:99", + "PERFECT_SAPPHIRE_GEM:1" + ], + "count": 1, + "overrideOutputId": "GOBLIN_OMELETTE_BLUE_CHEESE", + "duration": 72000 + } ] }
\ No newline at end of file diff --git a/items/GOBLIN_OMELETTE_PESTO.json b/items/GOBLIN_OMELETTE_PESTO.json index 6754646e..9d31a96a 100644 --- a/items/GOBLIN_OMELETTE_PESTO.json +++ b/items/GOBLIN_OMELETTE_PESTO.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Pesto Goblin Omelette", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"8d1b80d8-9525-3899-9dfc-c5c0065914cb\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDU0NjE0OTA5NiwKICAicHJvZmlsZUlkIiA6ICJhYTZhNDA5NjU4YTk0MDIwYmU3OGQwN2JkMzVlNTg5MyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiejE0IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQ0ZDM2OWU5OGY5ZGM2NWFlNTNlZTdjYjc4MGE3N2JlODY1NTA1MzkwMjRlM2JmOWUyMDY3M2RkZmY1NjI4MTYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Upgrade Module\",3:\"\",4:\"§7Regenerates 5 fuel every\",5:\"§7§a20s§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§7§7§oMay cause nausea\",11:\"\",12:\"§9§lRARE\",13:\"\",14:\"§eItems Required\",15:\"§aGreen Goblin Egg §7x99\",16:\"§9☘ §9Fine Jade Gemstone §7x1\",17:\"\",18:\"§7Duration: §b20h\"],Name:\"§9Pesto Goblin Omelette\"},ExtraAttributes:{id:\"GOBLIN_OMELETTE_PESTO\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"8d1b80d8-9525-3899-9dfc-c5c0065914cb\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDU0NjE0OTA5NiwKICAicHJvZmlsZUlkIiA6ICJhYTZhNDA5NjU4YTk0MDIwYmU3OGQwN2JkMzVlNTg5MyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiejE0IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQ0ZDM2OWU5OGY5ZGM2NWFlNTNlZTdjYjc4MGE3N2JlODY1NTA1MzkwMjRlM2JmOWUyMDY3M2RkZmY1NjI4MTYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Upgrade Module\",3:\"\",4:\"§7Regenerates 5 fuel every\",5:\"§7§a20s§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§7§7§oMay cause nausea\",11:\"\",12:\"§9§lRARE\"],Name:\"§9Pesto Goblin Omelette\"},ExtraAttributes:{id:\"GOBLIN_OMELETTE_PESTO\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Drill Part", @@ -16,20 +16,26 @@ "", "§7§7§oMay cause nausea", "", - "§9§lRARE", - "", - "§eItems Required", - "§aGreen Goblin Egg §7x99", - "§9☘ §9Fine Jade Gemstone §7x1", - "", - "§7Duration: §b20h" + "§9§lRARE" ], "internalname": "GOBLIN_OMELETTE_PESTO", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pesto_Goblin_Omelette" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "GOBLIN_EGG_GREEN:99", + "FINE_JADE_GEM:1" + ], + "count": 1, + "overrideOutputId": "GOBLIN_OMELETTE_PESTO", + "duration": 72000 + } ] }
\ No newline at end of file diff --git a/items/GOBLIN_OMELETTE_SPICY.json b/items/GOBLIN_OMELETTE_SPICY.json index 3ac7b62e..8ad3ffe1 100644 --- a/items/GOBLIN_OMELETTE_SPICY.json +++ b/items/GOBLIN_OMELETTE_SPICY.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Spicy Goblin Omelette", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"4ff58c17-027b-38cc-aceb-bcc751e593d0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDU0NjEwODc2NSwKICAicHJvZmlsZUlkIiA6ICI0ZjU2ZTg2ODk2OGU0ZWEwYmNjM2M2NzRlNzQ3ODdjOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJDVUNGTDE1IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2JjOTRjNmVkYmQ5YzkxYTQ1MTA1YjdlMWZlOWViNThmMWJlZWM1NDliNzM4NTAxZDc4NDFmZTczZTA0NzQ3YjkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Upgrade Module\",3:\"\",4:\"§7Titanium Ore will drop §a20§7\",5:\"§7Mithril Powder when mined.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§7§7§oMay cause infections\",11:\"\",12:\"§9§lRARE\",13:\"\",14:\"§eItems Required\",15:\"§5Red Goblin Egg §7x99\",16:\"§5❤ §5Flawless Ruby Gemstone §7x1\",17:\"\",18:\"§7Duration: §b20h\"],Name:\"§9Spicy Goblin Omelette\"},ExtraAttributes:{id:\"GOBLIN_OMELETTE_SPICY\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"4ff58c17-027b-38cc-aceb-bcc751e593d0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDU0NjEwODc2NSwKICAicHJvZmlsZUlkIiA6ICI0ZjU2ZTg2ODk2OGU0ZWEwYmNjM2M2NzRlNzQ3ODdjOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJDVUNGTDE1IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2JjOTRjNmVkYmQ5YzkxYTQ1MTA1YjdlMWZlOWViNThmMWJlZWM1NDliNzM4NTAxZDc4NDFmZTczZTA0NzQ3YjkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Upgrade Module\",3:\"\",4:\"§7Titanium Ore will drop §a20§7\",5:\"§7Mithril Powder when mined.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§7§7§oMay cause infections\",11:\"\",12:\"§9§lRARE\"],Name:\"§9Spicy Goblin Omelette\"},ExtraAttributes:{id:\"GOBLIN_OMELETTE_SPICY\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Drill Part", @@ -16,20 +16,26 @@ "", "§7§7§oMay cause infections", "", - "§9§lRARE", - "", - "§eItems Required", - "§5Red Goblin Egg §7x99", - "§5❤ §5Flawless Ruby Gemstone §7x1", - "", - "§7Duration: §b20h" + "§9§lRARE" ], "internalname": "GOBLIN_OMELETTE_SPICY", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Spicy_Goblin_Omelette" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "GOBLIN_EGG_RED:99", + "FLAWLESS_RUBY_GEM:1" + ], + "count": 1, + "overrideOutputId": "GOBLIN_OMELETTE_SPICY", + "duration": 72000 + } ] }
\ No newline at end of file diff --git a/items/GOBLIN_OMELETTE_SUNNY_SIDE.json b/items/GOBLIN_OMELETTE_SUNNY_SIDE.json index 438b1bd3..35f5f929 100644 --- a/items/GOBLIN_OMELETTE_SUNNY_SIDE.json +++ b/items/GOBLIN_OMELETTE_SUNNY_SIDE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Sunny Side Goblin Omelette", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"926075b2-0c17-329a-bf58-20058452d971\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDU0NjE2NTc4OSwKICAicHJvZmlsZUlkIiA6ICIwNjNhMTc2Y2RkMTU0ODRiYjU1MjRhNjQyMGM1YjdhNCIsCiAgInByb2ZpbGVOYW1lIiA6ICJkYXZpcGF0dXJ5IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzk5ZmU5N2MyODI1ZWU5YzE0NDFkZWEzY2QyYjY4ZGEzZDYzYmY2NDZhZTFiMTdmOGQzZTFhOTg2MTgwYWU0MmMiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Upgrade Module\",3:\"\",4:\"§7Grants §a+50 §6☘ Mining\",5:\"§6Fortune§7, but fuel consumption\",6:\"§7is doubled.\",7:\"\",8:\"§7Can be applied to Drills by\",9:\"§7talking to a §2Drill Mechanic§7!\",10:\"\",11:\"§7§7§oMay cause inflammation\",12:\"\",13:\"§9§lRARE\",14:\"\",15:\"§eItems Required\",16:\"§6Yellow Goblin Egg §7x99\",17:\"§9✧ §9Fine Topaz Gemstone §7x1\",18:\"\",19:\"§7Duration: §b20h\"],Name:\"§9Sunny Side Goblin Omelette\"},ExtraAttributes:{id:\"GOBLIN_OMELETTE_SUNNY_SIDE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"926075b2-0c17-329a-bf58-20058452d971\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDU0NjE2NTc4OSwKICAicHJvZmlsZUlkIiA6ICIwNjNhMTc2Y2RkMTU0ODRiYjU1MjRhNjQyMGM1YjdhNCIsCiAgInByb2ZpbGVOYW1lIiA6ICJkYXZpcGF0dXJ5IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzk5ZmU5N2MyODI1ZWU5YzE0NDFkZWEzY2QyYjY4ZGEzZDYzYmY2NDZhZTFiMTdmOGQzZTFhOTg2MTgwYWU0MmMiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Upgrade Module\",3:\"\",4:\"§7Grants §a+50 §6☘ Mining\",5:\"§6Fortune§7, but fuel consumption\",6:\"§7is doubled.\",7:\"\",8:\"§7Can be applied to Drills by\",9:\"§7talking to a §2Drill Mechanic§7!\",10:\"\",11:\"§7§7§oMay cause inflammation\",12:\"\",13:\"§9§lRARE\"],Name:\"§9Sunny Side Goblin Omelette\"},ExtraAttributes:{id:\"GOBLIN_OMELETTE_SUNNY_SIDE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Drill Part", @@ -17,20 +17,26 @@ "", "§7§7§oMay cause inflammation", "", - "§9§lRARE", - "", - "§eItems Required", - "§6Yellow Goblin Egg §7x99", - "§9✧ §9Fine Topaz Gemstone §7x1", - "", - "§7Duration: §b20h" + "§9§lRARE" ], "internalname": "GOBLIN_OMELETTE_SUNNY_SIDE", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sunny_Side_Goblin_Omelette" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "GOBLIN_EGG_YELLOW:99", + "FINE_TOPAZ_GEM:1" + ], + "count": 1, + "overrideOutputId": "GOBLIN_OMELETTE_SUNNY_SIDE", + "duration": 72000 + } ] -} +}
\ No newline at end of file diff --git a/items/GOLDEN_PLATE.json b/items/GOLDEN_PLATE.json index f127e285..07cb3915 100644 --- a/items/GOLDEN_PLATE.json +++ b/items/GOLDEN_PLATE.json @@ -1,24 +1,30 @@ { "itemid": "minecraft:skull", "displayname": "§9Golden Plate", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"ca957cd6-0ae7-3822-95ab-1dd3a843f848\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzMjAyMDczMiwKICAicHJvZmlsZUlkIiA6ICIxNzhmMTJkYWMzNTQ0ZjRhYjExNzkyZDc1MDkzY2JmYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJzaWxlbnRkZXRydWN0aW9uIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzZhNWZkMDljZWM0ZmU5N2NjYzc3NjIxYjczZDg5YWQ2ZTQ1ZDc5MzExN2Y1NzY1NTdkNjUzODQ1YWNiNGYwYWQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§9§lRARE\",1:\"\",2:\"§eItems Required\",3:\"§9Enchanted Gold Block §7x2\",4:\"§9Glacite Jewel §7x5\",5:\"§5Refined Diamond §7x1\",6:\"\",7:\"§7Duration: §b6h\"],Name:\"§9Golden Plate\"},ExtraAttributes:{id:\"GOLDEN_PLATE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"ca957cd6-0ae7-3822-95ab-1dd3a843f848\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzMjAyMDczMiwKICAicHJvZmlsZUlkIiA6ICIxNzhmMTJkYWMzNTQ0ZjRhYjExNzkyZDc1MDkzY2JmYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJzaWxlbnRkZXRydWN0aW9uIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzZhNWZkMDljZWM0ZmU5N2NjYzc3NjIxYjczZDg5YWQ2ZTQ1ZDc5MzExN2Y1NzY1NTdkNjUzODQ1YWNiNGYwYWQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Golden Plate\"},ExtraAttributes:{id:\"GOLDEN_PLATE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ - "§9§lRARE", - "", - "§eItems Required", - "§9Enchanted Gold Block §7x2", - "§9Glacite Jewel §7x5", - "§5Refined Diamond §7x1", - "", - "§7Duration: §b6h" + "§9§lRARE" ], "internalname": "GOLDEN_PLATE", "crafttext": "", - "clickcommand": "", - "modver": "1.7.1-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Golden_Plate" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "ENCHANTED_GOLD_BLOCK:2", + "REFINED_DIAMOND:1", + "GLACITE_JEWEL:5" + ], + "count": 1, + "overrideOutputId": "GOLDEN_PLATE", + "duration": 21600 + } ] -} +}
\ No newline at end of file diff --git a/items/GOLDEN_RUNE;1.json b/items/GOLDEN_RUNE;1.json new file mode 100644 index 00000000..6ffa905b --- /dev/null +++ b/items/GOLDEN_RUNE;1.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§e◆ Golden Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1596b0a3-a6a9-3d0f-9526-c94545652325\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM1ZjQ4NjFhYTViMjJlZTI4YTkwZTc1ZGFiNDVkMjIxZWZkMTRjMGIxZWNjOGVlOTk4ZmI2N2U0M2JiOGYzZGUifX19\"}]}},display:{Lore:[0:\"§8Requires level 14\",1:\"§8Bows\",2:\"\",3:\"§7Flaunt your wealth with golden\",4:\"§7arrows!\",5:\"\",6:\"§7Apply this rune to bows or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§5§lEPIC COSMETIC\"],Name:\"§f§f§e◆ Golden Rune I\"},ExtraAttributes:{runes:{GOLDEN:1},id:\"GOLDEN_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 14", + "§8Bows", + "", + "§7Flaunt your wealth with golden", + "§7arrows!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "GOLDEN_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/GOLDEN_RUNE;2.json b/items/GOLDEN_RUNE;2.json new file mode 100644 index 00000000..e63d5b5f --- /dev/null +++ b/items/GOLDEN_RUNE;2.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§e◆ Golden Rune II", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1596b0a3-a6a9-3d0f-9526-c94545652325\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM1ZjQ4NjFhYTViMjJlZTI4YTkwZTc1ZGFiNDVkMjIxZWZkMTRjMGIxZWNjOGVlOTk4ZmI2N2U0M2JiOGYzZGUifX19\"}]}},display:{Lore:[0:\"§8Requires level 14\",1:\"§8Bows\",2:\"\",3:\"§7Flaunt your wealth with golden\",4:\"§7arrows!\",5:\"\",6:\"§7Apply this rune to bows or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§5§lEPIC COSMETIC\"],Name:\"§e◆ Golden Rune II\"},ExtraAttributes:{runes:{GOLDEN:2},id:\"GOLDEN_RUNE;2\"}}", + "damage": 3, + "lore": [ + "§8Requires level 14", + "§8Bows", + "", + "§7Flaunt your wealth with golden", + "§7arrows!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "GOLDEN_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/GOLDEN_RUNE;3.json b/items/GOLDEN_RUNE;3.json new file mode 100644 index 00000000..08f70b97 --- /dev/null +++ b/items/GOLDEN_RUNE;3.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§e◆ Golden Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1596b0a3-a6a9-3d0f-9526-c94545652325\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM1ZjQ4NjFhYTViMjJlZTI4YTkwZTc1ZGFiNDVkMjIxZWZkMTRjMGIxZWNjOGVlOTk4ZmI2N2U0M2JiOGYzZGUifX19\"}]}},display:{Lore:[0:\"§8Requires level 14\",1:\"§8Bows\",2:\"\",3:\"§7Flaunt your wealth with golden\",4:\"§7arrows!\",5:\"\",6:\"§7Apply this rune to bows or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§5§lEPIC COSMETIC\"],Name:\"§f§f§e◆ Golden Rune III\"},ExtraAttributes:{runes:{GOLDEN:3},id:\"GOLDEN_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 14", + "§8Bows", + "", + "§7Flaunt your wealth with golden", + "§7arrows!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "GOLDEN_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/HEARTS_RUNE;1.json b/items/HEARTS_RUNE;1.json new file mode 100644 index 00000000..ae1bb7e4 --- /dev/null +++ b/items/HEARTS_RUNE;1.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§d◆ Hearts Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"4be82992-916d-3d2d-a68c-18cc6a30f7bb\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzJjMWMxNzlhZDUxOTU1ZjE1MjJjNDhlYTk5MzFmMDljMTYyNzQxYjQ1ZTIyZTlkM2ZlYjY4MmM3ZTVlZDgyNzQifX19\"}]}},display:{Lore:[0:\"§8Requires level 10\",1:\"§8Weapons\",2:\"\",3:\"§7Shower your enemies in love!\",4:\"\",5:\"§7Apply this rune to weapons or\",6:\"§7fuse two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§9§lRARE COSMETIC\"],Name:\"§f§f§d◆ Hearts Rune I\"},ExtraAttributes:{runes:{HEARTS:1},id:\"HEARTS_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 10", + "§8Weapons", + "", + "§7Shower your enemies in love!", + "", + "§7Apply this rune to weapons or", + "§7fuse two together at the Runic", + "§7Pedestal!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "HEARTS_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/HEARTS_RUNE;2.json b/items/HEARTS_RUNE;2.json new file mode 100644 index 00000000..ba8444df --- /dev/null +++ b/items/HEARTS_RUNE;2.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§d◆ Hearts Rune II", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"4be82992-916d-3d2d-a68c-18cc6a30f7bb\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzJjMWMxNzlhZDUxOTU1ZjE1MjJjNDhlYTk5MzFmMDljMTYyNzQxYjQ1ZTIyZTlkM2ZlYjY4MmM3ZTVlZDgyNzQifX19\"}]}},display:{Lore:[0:\"§8Requires level 10\",1:\"§8Weapons\",2:\"\",3:\"§7Shower your enemies in love!\",4:\"\",5:\"§7Apply this rune to weapons or\",6:\"§7fuse two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§9§lRARE COSMETIC\"],Name:\"§f§f§d◆ Hearts Rune II\"},ExtraAttributes:{runes:{HEARTS:2},id:\"HEARTS_RUNE;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 10", + "§8Weapons", + "", + "§7Shower your enemies in love!", + "", + "§7Apply this rune to weapons or", + "§7fuse two together at the Runic", + "§7Pedestal!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "HEARTS_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/HEARTS_RUNE;3.json b/items/HEARTS_RUNE;3.json new file mode 100644 index 00000000..d0522956 --- /dev/null +++ b/items/HEARTS_RUNE;3.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§d◆ Hearts Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"4be82992-916d-3d2d-a68c-18cc6a30f7bb\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzJjMWMxNzlhZDUxOTU1ZjE1MjJjNDhlYTk5MzFmMDljMTYyNzQxYjQ1ZTIyZTlkM2ZlYjY4MmM3ZTVlZDgyNzQifX19\"}]}},display:{Lore:[0:\"§8Requires level 10\",1:\"§8Weapons\",2:\"\",3:\"§7Shower your enemies in love!\",4:\"\",5:\"§7Apply this rune to weapons or\",6:\"§7fuse two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§9§lRARE COSMETIC\"],Name:\"§f§f§d◆ Hearts Rune III\"},ExtraAttributes:{runes:{HEARTS:3},id:\"HEARTS_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 10", + "§8Weapons", + "", + "§7Shower your enemies in love!", + "", + "§7Apply this rune to weapons or", + "§7fuse two together at the Runic", + "§7Pedestal!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "HEARTS_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/HOT_RUNE;1.json b/items/HOT_RUNE;1.json new file mode 100644 index 00000000..2a8bf435 --- /dev/null +++ b/items/HOT_RUNE;1.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§c◆ Hot Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"e374f242-b595-3991-bad6-161747170ff0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzI2NjYwYjAxNmQwNTY0NWZmZmQxZjQ4Yjc5MmQxYWJlNWQ4ZjMwZGM5NjU2NzU2OWFlMWQ5ODJkMjUwYjY5M2MifX19\"}]}},display:{Lore:[0:\"§8Requires level 8\",1:\"§8Boots\",2:\"\",3:\"§7Your shoes must be burning!\",4:\"\",5:\"§7Apply this rune to boots or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§a§lUNCOMMON COSMETIC\"],Name:\"§f§f§c◆ Hot Rune I\"},ExtraAttributes:{runes:{HOT:1},id:\"HOT_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 8", + "§8Boots", + "", + "§7Your shoes must be burning!", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§a§lUNCOMMON COSMETIC" + ], + "internalname": "HOT_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/HOT_RUNE;2.json b/items/HOT_RUNE;2.json new file mode 100644 index 00000000..063d6f9f --- /dev/null +++ b/items/HOT_RUNE;2.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§c◆ Hot Rune II", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"e374f242-b595-3991-bad6-161747170ff0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzI2NjYwYjAxNmQwNTY0NWZmZmQxZjQ4Yjc5MmQxYWJlNWQ4ZjMwZGM5NjU2NzU2OWFlMWQ5ODJkMjUwYjY5M2MifX19\"}]}},display:{Lore:[0:\"§8Requires level 8\",1:\"§8Boots\",2:\"\",3:\"§7Your shoes must be burning!\",4:\"\",5:\"§7Apply this rune to boots or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§a§lUNCOMMON COSMETIC\"],Name:\"§f§f§c◆ Hot Rune II\"},ExtraAttributes:{runes:{HOT:2},id:\"HOT_RUNE;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 8", + "§8Boots", + "", + "§7Your shoes must be burning!", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§a§lUNCOMMON COSMETIC" + ], + "internalname": "HOT_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/HOT_RUNE;3.json b/items/HOT_RUNE;3.json new file mode 100644 index 00000000..71e00bb5 --- /dev/null +++ b/items/HOT_RUNE;3.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§c◆ Hot Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"e374f242-b595-3991-bad6-161747170ff0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzI2NjYwYjAxNmQwNTY0NWZmZmQxZjQ4Yjc5MmQxYWJlNWQ4ZjMwZGM5NjU2NzU2OWFlMWQ5ODJkMjUwYjY5M2MifX19\"}]}},display:{Lore:[0:\"§8Requires level 8\",1:\"§8Boots\",2:\"\",3:\"§7Your shoes must be burning!\",4:\"\",5:\"§7Apply this rune to boots or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§a§lUNCOMMON COSMETIC\"],Name:\"§f§f§c◆ Hot Rune III\"},ExtraAttributes:{runes:{HOT:3},id:\"HOT_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 8", + "§8Boots", + "", + "§7Your shoes must be burning!", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§a§lUNCOMMON COSMETIC" + ], + "internalname": "HOT_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/HOT_STUFF.json b/items/HOT_STUFF.json index 3fedff80..d9b80921 100644 --- a/items/HOT_STUFF.json +++ b/items/HOT_STUFF.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Hot Stuff", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"6c9395c7-b592-303b-a340-1b2336fb4f23\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxNTY3MDA4NTU4NiwKICAicHJvZmlsZUlkIiA6ICIzZmM3ZmRmOTM5NjM0YzQxOTExOTliYTNmN2NjM2ZlZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJZZWxlaGEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2ZhNmNiOGQ2NDUzYjY4N2ZkZDA5ZWJmNzYwOWM2OGNkNmFlMzllNTUyYTkyYTM0YTcxMWRlOTJmZmM0MTNhMSIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Heated §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7§8§oOooh, das hot!\",8:\"\",9:\"§6§lLEGENDARY\",10:\"\",11:\"§eItems Required\",12:\"§fHard Stone §7x128\",13:\"§f⸕ §fRough Amber Gemstone §7x64\",14:\"\",15:\"§7Duration: §b1d\"],Name:\"§6Hot Stuff\"},ExtraAttributes:{id:\"HOT_STUFF\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"6c9395c7-b592-303b-a340-1b2336fb4f23\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxNTY3MDA4NTU4NiwKICAicHJvZmlsZUlkIiA6ICIzZmM3ZmRmOTM5NjM0YzQxOTExOTliYTNmN2NjM2ZlZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJZZWxlaGEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2ZhNmNiOGQ2NDUzYjY4N2ZkZDA5ZWJmNzYwOWM2OGNkNmFlMzllNTUyYTkyYTM0YTcxMWRlOTJmZmM0MTNhMSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Heated §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7§8§oOooh, das hot!\",8:\"\",9:\"§6§lLEGENDARY\"],Name:\"§6Hot Stuff\"},ExtraAttributes:{id:\"HOT_STUFF\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Reforge Stone", @@ -13,13 +13,7 @@ "", "§7§8§oOooh, das hot!", "", - "§6§lLEGENDARY", - "", - "§eItems Required", - "§fHard Stone §7x128", - "§f⸕ §fRough Amber Gemstone §7x64", - "", - "§7Duration: §b1d" + "§6§lLEGENDARY" ], "recipe": { "A1": "ENCHANTED_HARD_STONE:12", @@ -35,9 +29,21 @@ "internalname": "HOT_STUFF", "crafttext": "Requires Hard Stone Collection IV", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hot_Stuff" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "ROUGH_AMBER_GEM:64", + "HARD_STONE:128" + ], + "count": 1, + "overrideOutputId": "HOT_STUFF", + "duration": 86400 + } ] -} +}
\ No newline at end of file diff --git a/items/ICE_RUNE;1.json b/items/ICE_RUNE;1.json new file mode 100644 index 00000000..5473e6fe --- /dev/null +++ b/items/ICE_RUNE;1.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§f◆ Ice Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"e9fb8a1a-9257-3fcf-bf94-71dc1c92cfbf\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NkYzU3Yzc1YWRmMzllYzZmMGUwOTE2MDQ5ZGQ5NjcxZTk4YThhMWU2MDAxMDRlODRlNjQ1Yzk4ODk1MGJkNyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Requires level 8\",1:\"§8Bows\",2:\"\",3:\"§7Your arrows are icy cold!\",4:\"\",5:\"§7Apply this rune to bows or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§9§lRARE COSMETIC\"],Name:\"§f§f§f◆ Ice Rune I\"},ExtraAttributes:{runes:{ICE:1},id:\"ICE_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 8", + "§8Bows", + "", + "§7Your arrows are icy cold!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "ICE_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ICE_RUNE;2.json b/items/ICE_RUNE;2.json new file mode 100644 index 00000000..1fa1c1cc --- /dev/null +++ b/items/ICE_RUNE;2.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§f◆ Ice Rune II", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"e9fb8a1a-9257-3fcf-bf94-71dc1c92cfbf\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NkYzU3Yzc1YWRmMzllYzZmMGUwOTE2MDQ5ZGQ5NjcxZTk4YThhMWU2MDAxMDRlODRlNjQ1Yzk4ODk1MGJkNyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Requires level 8\",1:\"§8Bows\",2:\"\",3:\"§7Your arrows are icy cold!\",4:\"\",5:\"§7Apply this rune to bows or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§9§lRARE COSMETIC\"],Name:\"§f§f§f◆ Ice Rune II\"},ExtraAttributes:{runes:{ICE:2},id:\"ICE_RUNE;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 8", + "§8Bows", + "", + "§7Your arrows are icy cold!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "ICE_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ICE_RUNE;3.json b/items/ICE_RUNE;3.json new file mode 100644 index 00000000..159f6ff9 --- /dev/null +++ b/items/ICE_RUNE;3.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§f◆ Ice Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"e9fb8a1a-9257-3fcf-bf94-71dc1c92cfbf\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NkYzU3Yzc1YWRmMzllYzZmMGUwOTE2MDQ5ZGQ5NjcxZTk4YThhMWU2MDAxMDRlODRlNjQ1Yzk4ODk1MGJkNyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Requires level 8\",1:\"§8Bows\",2:\"\",3:\"§7Your arrows are icy cold!\",4:\"\",5:\"§7Apply this rune to bows or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§9§lRARE COSMETIC\"],Name:\"§f§f§f◆ Ice Rune III\"},ExtraAttributes:{runes:{ICE:3},id:\"ICE_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 8", + "§8Bows", + "", + "§7Your arrows are icy cold!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "ICE_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/JADE_CRYSTAL.json b/items/JADE_CRYSTAL.json new file mode 100644 index 00000000..0278d5d6 --- /dev/null +++ b/items/JADE_CRYSTAL.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aJade Crystal", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"590d8a78-e836-39ff-87a7-2c5cdfd40e3c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDA3NjM5MzU2NywKICAicHJvZmlsZUlkIiA6ICI1N2IzZGZiNWY4YTY0OWUyOGI1NDRlNGZmYzYzMjU2ZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJYaWthcm8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGIxZWFjNDI5MDAwZWIyYzQxOGJlNDZlYTA2YWNkZWZlZDRiNzA1M2EwMGUzZTdmMTEyNzI4MzAwNjhmMjEiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7§7Energetic crystal found deep\",1:\"§7in the §5Crystal Hollows§7.\",2:\"\",3:\"§7§7Some say that it can be\",4:\"§7infused with §dgemstones§7, and\",5:\"§7it is rumored to unlock\",6:\"§7§etreasure§7.\",7:\"\",8:\"§9§lRARE\"],Name:\"§aJade Crystal\"},ExtraAttributes:{id:\"JADE_CRYSTAL\"}}", + "damage": 3, + "lore": [ + "§7§7Energetic crystal found deep", + "§7in the §5Crystal Hollows§7.", + "", + "§7§7Some say that it can be", + "§7infused with §dgemstones§7, and", + "§7it is rumored to unlock", + "§7§etreasure§7.", + "", + "§9§lRARE" + ], + "internalname": "JADE_CRYSTAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Gemstone_Crystals" + ] +}
\ No newline at end of file diff --git a/items/JERRY_RUNE;3.json b/items/JERRY_RUNE;3.json new file mode 100644 index 00000000..ecdf995e --- /dev/null +++ b/items/JERRY_RUNE;3.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§a◆ Jerry Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0ea6074d-700d-397e-ae3b-0ba189279a0c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDM2NDA3MTU1MCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTEzNTNiYTY1YjY1MjFmOTIyYjY0NjRkMTdhZjM5YmRkZDQzYzk4NGI4YTIyN2Q5OTE2MTU5NGViYTdhMTRjNCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Requires level 4\",1:\"§8Weapons\",2:\"\",3:\"§7It\u0027s Jerrys all the way down.\",4:\"\",5:\"§7Apply this rune to weapons or\",6:\"§7fuse two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§f§lCOMMON COSMETIC\"],Name:\"§f§f§a◆ Jerry Rune III\"},ExtraAttributes:{runes:{JERRY:3},id:\"JERRY_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 4", + "§8Weapons", + "", + "§7It\u0027s Jerrys all the way down.", + "", + "§7Apply this rune to weapons or", + "§7fuse two together at the Runic", + "§7Pedestal!", + "", + "§f§lCOMMON COSMETIC" + ], + "internalname": "JERRY_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/LAVA_RUNE;1.json b/items/LAVA_RUNE;1.json new file mode 100644 index 00000000..d009acfd --- /dev/null +++ b/items/LAVA_RUNE;1.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§4◆ Lava Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1fed7942-4e84-3cbb-97bc-8bb71d267071\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2IxM2Q5MDNmNjAxMDM0YWMzNDAwZDI2MjVmZWYxMDRlOWIwOTQwNzQ2YzU1NDE5M2Y2ZDllODVhODRhOTY2YTEifX19\"}]}},display:{Lore:[0:\"§8Requires level 3\",1:\"§8Bows\",2:\"\",3:\"§7Shoot magma arrows!\",4:\"\",5:\"§7Apply this rune to bows or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§f§lCOMMON COSMETIC\"],Name:\"§f§f§4◆ Lava Rune I\"},ExtraAttributes:{runes:{LAVA:1},id:\"LAVA_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 3", + "§8Bows", + "", + "§7Shoot magma arrows!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§f§lCOMMON COSMETIC" + ], + "internalname": "LAVA_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/LAVA_RUNE;2.json b/items/LAVA_RUNE;2.json new file mode 100644 index 00000000..3e4356bb --- /dev/null +++ b/items/LAVA_RUNE;2.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§4◆ Lava Rune II", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1fed7942-4e84-3cbb-97bc-8bb71d267071\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2IxM2Q5MDNmNjAxMDM0YWMzNDAwZDI2MjVmZWYxMDRlOWIwOTQwNzQ2YzU1NDE5M2Y2ZDllODVhODRhOTY2YTEifX19\"}]}},display:{Lore:[0:\"§8Requires level 3\",1:\"§8Bows\",2:\"\",3:\"§7Shoot magma arrows!\",4:\"\",5:\"§7Apply this rune to bows or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§f§lCOMMON COSMETIC\"],Name:\"§f§f§4◆ Lava Rune II\"},ExtraAttributes:{runes:{LAVA:2},id:\"LAVA_RUNE;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 3", + "§8Bows", + "", + "§7Shoot magma arrows!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§f§lCOMMON COSMETIC" + ], + "internalname": "LAVA_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/LAVA_RUNE;3.json b/items/LAVA_RUNE;3.json new file mode 100644 index 00000000..28321bd6 --- /dev/null +++ b/items/LAVA_RUNE;3.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§4◆ Lava Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1fed7942-4e84-3cbb-97bc-8bb71d267071\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2IxM2Q5MDNmNjAxMDM0YWMzNDAwZDI2MjVmZWYxMDRlOWIwOTQwNzQ2YzU1NDE5M2Y2ZDllODVhODRhOTY2YTEifX19\"}]}},display:{Lore:[0:\"§8Requires level 3\",1:\"§8Bows\",2:\"\",3:\"§7Shoot magma arrows!\",4:\"\",5:\"§7Apply this rune to bows or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§f§lCOMMON COSMETIC\"],Name:\"§f§f§4◆ Lava Rune III\"},ExtraAttributes:{runes:{LAVA:3},id:\"LAVA_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 3", + "§8Bows", + "", + "§7Shoot magma arrows!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§f§lCOMMON COSMETIC" + ], + "internalname": "LAVA_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/LIGHTNING_RUNE;1.json b/items/LIGHTNING_RUNE;1.json new file mode 100644 index 00000000..507969c8 --- /dev/null +++ b/items/LIGHTNING_RUNE;1.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9◆ Lightning Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"d288d78a-317c-3b55-8a9a-71bd69af8170\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2I4NWJjZjdmODJkMzRkYjg5YTk1YWRkZjhlNTMyNTNlMmQ5NTU0YzZmZDJmMmUzOWUyNDM2MmQyNDNhMGNjZjcifX19\"}]}},display:{Lore:[0:\"§8Requires level 19\",1:\"§8Weapons\",2:\"\",3:\"§7Chance to strike lightning on\",4:\"§7the enemies you defeat!\",5:\"\",6:\"§7Apply this rune to weapons or\",7:\"§7fuse two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§9◆ Lightning Rune I\"},ExtraAttributes:{runes:{LIGHTNING:1},id:\"LIGHTNING_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 19", + "§8Weapons", + "", + "§7Chance to strike lightning on", + "§7the enemies you defeat!", + "", + "§7Apply this rune to weapons or", + "§7fuse two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "LIGHTNING_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/LIGHTNING_RUNE;2.json b/items/LIGHTNING_RUNE;2.json new file mode 100644 index 00000000..7aa5339e --- /dev/null +++ b/items/LIGHTNING_RUNE;2.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9◆ Lightning Rune II", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"d288d78a-317c-3b55-8a9a-71bd69af8170\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2I4NWJjZjdmODJkMzRkYjg5YTk1YWRkZjhlNTMyNTNlMmQ5NTU0YzZmZDJmMmUzOWUyNDM2MmQyNDNhMGNjZjcifX19\"}]}},display:{Lore:[0:\"§8Requires level 19\",1:\"§8Weapons\",2:\"\",3:\"§7Chance to strike lightning on\",4:\"§7the enemies you defeat!\",5:\"\",6:\"§7Apply this rune to weapons or\",7:\"§7fuse two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§9◆ Lightning Rune II\"},ExtraAttributes:{runes:{LIGHTNING:2},id:\"LIGHTNING_RUNE;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 19", + "§8Weapons", + "", + "§7Chance to strike lightning on", + "§7the enemies you defeat!", + "", + "§7Apply this rune to weapons or", + "§7fuse two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "LIGHTNING_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/LIGHTNING_RUNE;3.json b/items/LIGHTNING_RUNE;3.json new file mode 100644 index 00000000..7fcd3327 --- /dev/null +++ b/items/LIGHTNING_RUNE;3.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9◆ Lightning Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"d288d78a-317c-3b55-8a9a-71bd69af8170\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2I4NWJjZjdmODJkMzRkYjg5YTk1YWRkZjhlNTMyNTNlMmQ5NTU0YzZmZDJmMmUzOWUyNDM2MmQyNDNhMGNjZjcifX19\"}]}},display:{Lore:[0:\"§8Requires level 19\",1:\"§8Weapons\",2:\"\",3:\"§7Chance to strike lightning on\",4:\"§7the enemies you defeat!\",5:\"\",6:\"§7Apply this rune to weapons or\",7:\"§7fuse two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§9◆ Lightning Rune III\"},ExtraAttributes:{runes:{LIGHTNING:3},id:\"LIGHTNING_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 19", + "§8Weapons", + "", + "§7Chance to strike lightning on", + "§7the enemies you defeat!", + "", + "§7Apply this rune to weapons or", + "§7fuse two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "LIGHTNING_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/MAGIC_RUNE;1.json b/items/MAGIC_RUNE;1.json new file mode 100644 index 00000000..ad8cd6d1 --- /dev/null +++ b/items/MAGIC_RUNE;1.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§d◆ Magical Rune I", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2d7c4a2d-db4b-387f-ac07-748695796e76\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzI0NDgwZTM5ZWE2M2UzNDdkMjY4ZGU4MzA5MGQwOTk4NGJmMzQzOTQxMTg4NDgzNDhiZjRlYjU3NDkwY2U5ZDIifX19\"}]}},display:{Lore:[0:\"§8Requires level 12\",1:\"§8Bows\",2:\"\",3:\"§7Your arrows have a magical\",4:\"§7shine!\",5:\"\",6:\"§7Apply this rune to bows or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§9§lRARE COSMETIC\"],Name:\"§d◆ Magical Rune I\"},ExtraAttributes:{runes:{MAGIC:1},id:\"MAGIC_RUNE;1\"}}", + "damage": 3, + "lore": [ + "§8Requires level 12", + "§8Bows", + "", + "§7Your arrows have a magical", + "§7shine!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "MAGIC_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/MAGIC_RUNE;2.json b/items/MAGIC_RUNE;2.json new file mode 100644 index 00000000..b059e729 --- /dev/null +++ b/items/MAGIC_RUNE;2.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§d◆ Magical Rune II", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2d7c4a2d-db4b-387f-ac07-748695796e76\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzI0NDgwZTM5ZWE2M2UzNDdkMjY4ZGU4MzA5MGQwOTk4NGJmMzQzOTQxMTg4NDgzNDhiZjRlYjU3NDkwY2U5ZDIifX19\"}]}},display:{Lore:[0:\"§8Requires level 12\",1:\"§8Bows\",2:\"\",3:\"§7Your arrows have a magical\",4:\"§7shine!\",5:\"\",6:\"§7Apply this rune to bows or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§9§lRARE COSMETIC\"],Name:\"§d◆ Magical Rune II\"},ExtraAttributes:{runes:{MAGIC:2},id:\"MAGIC_RUNE;2\"}}", + "damage": 3, + "lore": [ + "§8Requires level 12", + "§8Bows", + "", + "§7Your arrows have a magical", + "§7shine!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "MAGIC_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/MAGIC_RUNE;3.json b/items/MAGIC_RUNE;3.json new file mode 100644 index 00000000..4909ea2d --- /dev/null +++ b/items/MAGIC_RUNE;3.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§d◆ Magical Rune III", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2d7c4a2d-db4b-387f-ac07-748695796e76\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzI0NDgwZTM5ZWE2M2UzNDdkMjY4ZGU4MzA5MGQwOTk4NGJmMzQzOTQxMTg4NDgzNDhiZjRlYjU3NDkwY2U5ZDIifX19\"}]}},display:{Lore:[0:\"§8Requires level 12\",1:\"§8Bows\",2:\"\",3:\"§7Your arrows have a magical\",4:\"§7shine!\",5:\"\",6:\"§7Apply this rune to bows or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§9§lRARE COSMETIC\"],Name:\"§d◆ Magical Rune III\"},ExtraAttributes:{runes:{MAGIC:3},id:\"MAGIC_RUNE;3\"}}", + "damage": 3, + "lore": [ + "§8Requires level 12", + "§8Bows", + "", + "§7Your arrows have a magical", + "§7shine!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "MAGIC_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/MITHRIL_DRILL_1.json b/items/MITHRIL_DRILL_1.json index d116212a..cbdffa38 100644 --- a/items/MITHRIL_DRILL_1.json +++ b/items/MITHRIL_DRILL_1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§9Mithril Drill SX-R226", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 5\",1:\"\",2:\"§7Damage: §c+65\",3:\"§7Mining Speed: §a+450\",4:\"\",5:\"§7Fuel Tank: §cNot Installed\",6:\"§7§7Increases fuel capacity with\",7:\"§7part installed.\",8:\"\",9:\"§7Drill Engine: §cNot Installed\",10:\"§7§7Increases §6⸕ Mining Speed\",11:\"§6§7with part installed.\",12:\"\",13:\"§7Upgrade Module: §cNot Installed\",14:\"§7§7Applies a passive upgrade with\",15:\"§7part installed.\",16:\"\",17:\"§7Apply Drill Parts to this Drill\",18:\"§7by talking to §2Jotraeline\",19:\"§2Greatforge §7in the §2Dwarven\",20:\"§2Mines§7!\",21:\"\",22:\"§7Fuel: §23,000§8/3k\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4❣ §cRequires §5Heart of the\",26:\"§5Mountain Tier 3\",27:\"§9§lRARE DRILL\",28:\"\",29:\"§eItems Required\",30:\"§9Drill Engine §7x1\",31:\"§5Refined Mithril §7x3\",32:\"§9Fuel Tank §7x1\",33:\"\",34:\"§7Duration: §b4h\"],Name:\"§9Mithril Drill SX-R226\"},ExtraAttributes:{id:\"MITHRIL_DRILL_1\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 5\",1:\"\",2:\"§7Damage: §c+65\",3:\"§7Mining Speed: §a+450\",4:\"\",5:\"§7Fuel Tank: §cNot Installed\",6:\"§7§7Increases fuel capacity with\",7:\"§7part installed.\",8:\"\",9:\"§7Drill Engine: §cNot Installed\",10:\"§7§7Increases §6⸕ Mining Speed\",11:\"§6§7with part installed.\",12:\"\",13:\"§7Upgrade Module: §cNot Installed\",14:\"§7§7Applies a passive upgrade with\",15:\"§7part installed.\",16:\"\",17:\"§7Apply Drill Parts to this Drill\",18:\"§7by talking to §2Jotraeline\",19:\"§2Greatforge §7in the §2Dwarven\",20:\"§2Mines§7!\",21:\"\",22:\"§7Fuel: §23,000§8/3k\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4❣ §cRequires §5Heart of the\",26:\"§5Mountain Tier 3\",27:\"§9§lRARE DRILL\"],Name:\"§9Mithril Drill SX-R226\"},ExtraAttributes:{id:\"MITHRIL_DRILL_1\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§8Breaking Power 5", @@ -31,21 +31,27 @@ "§7§8This item can be reforged!", "§7§4❣ §cRequires §5Heart of the", "§5Mountain Tier 3", - "§9§lRARE DRILL", - "", - "§eItems Required", - "§9Drill Engine §7x1", - "§5Refined Mithril §7x3", - "§9Fuel Tank §7x1", - "", - "§7Duration: §b4h" + "§9§lRARE DRILL" ], "internalname": "MITHRIL_DRILL_1", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mithril_Drill_SX-R226" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "REFINED_MITHRIL:3", + "DRILL_ENGINE:1", + "FUEL_TANK:1" + ], + "count": 1, + "overrideOutputId": "MITHRIL_DRILL_1", + "duration": 14400 + } ] }
\ No newline at end of file diff --git a/items/MITHRIL_DRILL_2.json b/items/MITHRIL_DRILL_2.json index 6f3e6312..a488d744 100644 --- a/items/MITHRIL_DRILL_2.json +++ b/items/MITHRIL_DRILL_2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§9Mithril Drill SX-R326", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 6\",1:\"\",2:\"§7Damage: §c+65\",3:\"§7Mining Speed: §a+600\",4:\"\",5:\"§7Fuel Tank: §cNot Installed\",6:\"§7§7Increases fuel capacity with\",7:\"§7part installed.\",8:\"\",9:\"§7Drill Engine: §cNot Installed\",10:\"§7§7Increases §6⸕ Mining Speed\",11:\"§6§7with part installed.\",12:\"\",13:\"§7Upgrade Module: §cNot Installed\",14:\"§7§7Applies a passive upgrade with\",15:\"§7part installed.\",16:\"\",17:\"§7Apply Drill Parts to this Drill\",18:\"§7by talking to §2Jotraeline\",19:\"§2Greatforge §7in the §2Dwarven\",20:\"§2Mines§7!\",21:\"\",22:\"§7Fuel: §23,000§8/3k\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4❣ §cRequires §5Heart of the\",26:\"§5Mountain Tier 4\",27:\"§9§lRARE DRILL\",28:\"\",29:\"§eItems Required\",30:\"§9Mithril Drill SX-R226 §7x1\",31:\"§9Golden Plate §7x10\",32:\"§9Mithril Plate §7x2\",33:\"\",34:\"§7Duration: §b30s\"],Name:\"§9Mithril Drill SX-R326\"},ExtraAttributes:{id:\"MITHRIL_DRILL_2\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 6\",1:\"\",2:\"§7Damage: §c+65\",3:\"§7Mining Speed: §a+600\",4:\"\",5:\"§7Fuel Tank: §cNot Installed\",6:\"§7§7Increases fuel capacity with\",7:\"§7part installed.\",8:\"\",9:\"§7Drill Engine: §cNot Installed\",10:\"§7§7Increases §6⸕ Mining Speed\",11:\"§6§7with part installed.\",12:\"\",13:\"§7Upgrade Module: §cNot Installed\",14:\"§7§7Applies a passive upgrade with\",15:\"§7part installed.\",16:\"\",17:\"§7Apply Drill Parts to this Drill\",18:\"§7by talking to §2Jotraeline\",19:\"§2Greatforge §7in the §2Dwarven\",20:\"§2Mines§7!\",21:\"\",22:\"§7Fuel: §23,000§8/3k\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4❣ §cRequires §5Heart of the\",26:\"§5Mountain Tier 4\",27:\"§9§lRARE DRILL\"],Name:\"§9Mithril Drill SX-R326\"},ExtraAttributes:{id:\"MITHRIL_DRILL_2\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§8Breaking Power 6", @@ -31,21 +31,27 @@ "§7§8This item can be reforged!", "§7§4❣ §cRequires §5Heart of the", "§5Mountain Tier 4", - "§9§lRARE DRILL", - "", - "§eItems Required", - "§9Mithril Drill SX-R226 §7x1", - "§9Golden Plate §7x10", - "§9Mithril Plate §7x2", - "", - "§7Duration: §b30s" + "§9§lRARE DRILL" ], "internalname": "MITHRIL_DRILL_2", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mithril_Drill_SX-R326" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "GOLDEN_PLATE:10", + "MITHRIL_DRILL_1:1", + "MITHRIL_PLATE:2" + ], + "count": 1, + "overrideOutputId": "MITHRIL_DRILL_2", + "duration": 30 + } ] }
\ No newline at end of file diff --git a/items/MITHRIL_DRILL_ENGINE.json b/items/MITHRIL_DRILL_ENGINE.json index 8a6d1030..f43d5315 100644 --- a/items/MITHRIL_DRILL_ENGINE.json +++ b/items/MITHRIL_DRILL_ENGINE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Mithril-Plated Drill Engine", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"2d5766d3-3b4e-3e72-9d0d-6ece4ac8efc0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzNTk0Nzk2NiwKICAicHJvZmlsZUlkIiA6ICIzOWEzOTMzZWE4MjU0OGU3ODQwNzQ1YzBjNGY3MjU2ZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJkZW1pbmVjcmFmdGVybG9sIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzRhN2Q1NGNhNDVhMzk4YzM2NGNlYmJmZmI1MzkwY2U1ZTAzNDVlMGM3YmM1ZTg2M2FjYWJmNTdkMTM0MmM0YmQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Drill Engine\",3:\"\",4:\"§7Grants §a+20 §6↑ Mining Speed§7.\",5:\"\",6:\"§7Can be applied to Drills by\",7:\"§7talking to a §2Drill Mechanic§7!\",8:\"\",9:\"§4❣ §cRequires §5Heart of the\",10:\"§5Mountain Tier 3\",11:\"§9§lRARE\",12:\"\",13:\"§eItems Required\",14:\"§9Drill Engine §7x2\",15:\"§9Mithril Plate §7x3\",16:\"\",17:\"§7Duration: §b15h\"],Name:\"§9Mithril-Plated Drill Engine\"},ExtraAttributes:{id:\"MITHRIL_DRILL_ENGINE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"2d5766d3-3b4e-3e72-9d0d-6ece4ac8efc0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzNTk0Nzk2NiwKICAicHJvZmlsZUlkIiA6ICIzOWEzOTMzZWE4MjU0OGU3ODQwNzQ1YzBjNGY3MjU2ZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJkZW1pbmVjcmFmdGVybG9sIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzRhN2Q1NGNhNDVhMzk4YzM2NGNlYmJmZmI1MzkwY2U1ZTAzNDVlMGM3YmM1ZTg2M2FjYWJmNTdkMTM0MmM0YmQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Drill Engine\",3:\"\",4:\"§7Grants §a+20 §6↑ Mining Speed§7.\",5:\"\",6:\"§7Can be applied to Drills by\",7:\"§7talking to a §2Drill Mechanic§7!\",8:\"\",9:\"§4❣ §cRequires §5Heart of the\",10:\"§5Mountain Tier 3\",11:\"§9§lRARE\"],Name:\"§9Mithril-Plated Drill Engine\"},ExtraAttributes:{id:\"MITHRIL_DRILL_ENGINE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Drill Part", @@ -15,20 +15,26 @@ "", "§4❣ §cRequires §5Heart of the", "§5Mountain Tier 3", - "§9§lRARE", - "", - "§eItems Required", - "§9Drill Engine §7x2", - "§9Mithril Plate §7x3", - "", - "§7Duration: §b15h" + "§9§lRARE" ], "internalname": "MITHRIL_DRILL_ENGINE", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mithril-Plated_Drill_Engine" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "MITHRIL_PLATE:3", + "DRILL_ENGINE:2" + ], + "count": 1, + "overrideOutputId": "MITHRIL_DRILL_ENGINE", + "duration": 54000 + } ] -} +}
\ No newline at end of file diff --git a/items/MITHRIL_FUEL_TANK.json b/items/MITHRIL_FUEL_TANK.json index b100485e..836364bc 100644 --- a/items/MITHRIL_FUEL_TANK.json +++ b/items/MITHRIL_FUEL_TANK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Mithril-Infused Fuel Tank", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"894f7fb5-932e-30f8-a1f3-948d105fb451\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzNjYwMzY2NCwKICAicHJvZmlsZUlkIiA6ICJjNTBhZmE4YWJlYjk0ZTQ1OTRiZjFiNDI1YTk4MGYwMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUd29FQmFlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2VjYjMxNmY3YTIyN2E4YzU5ZDU4YWUwZGQ2NzY4ZmU0ZmE1NDZkNTViOWNmZGQ1NmNmZTQwYjY1ODZkODFjMjQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Fuel Tank\",3:\"\",4:\"§7Increases the fuel capacity to\",5:\"§7§210,000§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§9§lRARE\",11:\"\",12:\"§eItems Required\",13:\"§9Mithril Plate §7x3\",14:\"§9Fuel Tank §7x5\",15:\"\",16:\"§7Duration: §b10h\"],Name:\"§9Mithril-Infused Fuel Tank\"},ExtraAttributes:{id:\"MITHRIL_FUEL_TANK\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"894f7fb5-932e-30f8-a1f3-948d105fb451\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzNjYwMzY2NCwKICAicHJvZmlsZUlkIiA6ICJjNTBhZmE4YWJlYjk0ZTQ1OTRiZjFiNDI1YTk4MGYwMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUd29FQmFlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2VjYjMxNmY3YTIyN2E4YzU5ZDU4YWUwZGQ2NzY4ZmU0ZmE1NDZkNTViOWNmZGQ1NmNmZTQwYjY1ODZkODFjMjQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Fuel Tank\",3:\"\",4:\"§7Increases the fuel capacity to\",5:\"§7§210,000§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§9§lRARE\"],Name:\"§9Mithril-Infused Fuel Tank\"},ExtraAttributes:{id:\"MITHRIL_FUEL_TANK\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Drill Part", @@ -14,20 +14,26 @@ "§7Can be applied to Drills by", "§7talking to a §2Drill Mechanic§7!", "", - "§9§lRARE", - "", - "§eItems Required", - "§9Mithril Plate §7x3", - "§9Fuel Tank §7x5", - "", - "§7Duration: §b10h" + "§9§lRARE" ], "internalname": "MITHRIL_FUEL_TANK", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mithril-Infused_Fuel_Tank" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "MITHRIL_PLATE:3", + "FUEL_TANK:5" + ], + "count": 1, + "overrideOutputId": "MITHRIL_FUEL_TANK", + "duration": 36000 + } ] -} +}
\ No newline at end of file diff --git a/items/MITHRIL_PICKAXE.json b/items/MITHRIL_PICKAXE.json index f39d13e4..765946cd 100644 --- a/items/MITHRIL_PICKAXE.json +++ b/items/MITHRIL_PICKAXE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_pickaxe", "displayname": "§aMithril Pickaxe", - "nbttag": "{ench:[],overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 5\",1:\"\",2:\"§7Damage: §c+40\",3:\"§7Mining Speed: §a+280\",4:\"\",5:\"§7Grants §a+20 §6↑ Mining Speed\",6:\"§6§7when mining Mithril Ore§7.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§a§lUNCOMMON PICKAXE\",10:\"\",11:\"§eItems Required\",12:\"§9Enchanted Mithril §7x30\",13:\"§9Bejeweled Handle §7x1\",14:\"§aEnchanted Gold §7x10\",15:\"\",16:\"§7Duration: §b45m\"],Name:\"§aMithril Pickaxe\"},ExtraAttributes:{id:\"MITHRIL_PICKAXE\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 5\",1:\"\",2:\"§7Damage: §c+40\",3:\"§7Mining Speed: §a+280\",4:\"\",5:\"§7Grants §a+20 §6↑ Mining Speed\",6:\"§6§7when mining Mithril Ore§7.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§a§lUNCOMMON PICKAXE\"],Name:\"§aMithril Pickaxe\"},ExtraAttributes:{id:\"MITHRIL_PICKAXE\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§8Breaking Power 5", @@ -13,21 +13,27 @@ "§6§7when mining Mithril Ore§7.", "", "§7§8This item can be reforged!", - "§a§lUNCOMMON PICKAXE", - "", - "§eItems Required", - "§9Enchanted Mithril §7x30", - "§9Bejeweled Handle §7x1", - "§aEnchanted Gold §7x10", - "", - "§7Duration: §b45m" + "§a§lUNCOMMON PICKAXE" ], "internalname": "MITHRIL_PICKAXE", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mithril_Pickaxe" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "ENCHANTED_MITHRIL:30", + "ENCHANTED_GOLD:10", + "BEJEWELED_HANDLE:1" + ], + "count": 1, + "overrideOutputId": "MITHRIL_PICKAXE", + "duration": 2700 + } ] }
\ No newline at end of file diff --git a/items/MITHRIL_PLATE.json b/items/MITHRIL_PLATE.json index 5198a5ff..a8c6af0a 100644 --- a/items/MITHRIL_PLATE.json +++ b/items/MITHRIL_PLATE.json @@ -1,25 +1,31 @@ { "itemid": "minecraft:skull", "displayname": "§9Mithril Plate", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"56f7d562-8d19-3645-b7ee-13aa44ed58c9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzMjE0MDk0MSwKICAicHJvZmlsZUlkIiA6ICIwZjczMDA3NjEyNGU0NGM3YWYxMTE1NDY5YzQ5OTY3OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJPcmVfTWluZXIxMjMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWJjMWZkN2VjMWExMTQ1MDYzMjM5MDk1YjE3MTM1NTY4ZTMxODhiZTIwM2IzMThhOTg5ZGY0OTY0YjhjZjJlMCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§9§lRARE\",1:\"\",2:\"§eItems Required\",3:\"§5Refined Mithril §7x5\",4:\"§9Golden Plate §7x1\",5:\"§9Enchanted Iron Block §7x1\",6:\"§6Refined Titanium §7x1\",7:\"\",8:\"§7Duration: §b18h\"],Name:\"§9Mithril Plate\"},ExtraAttributes:{id:\"MITHRIL_PLATE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"56f7d562-8d19-3645-b7ee-13aa44ed58c9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzMjE0MDk0MSwKICAicHJvZmlsZUlkIiA6ICIwZjczMDA3NjEyNGU0NGM3YWYxMTE1NDY5YzQ5OTY3OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJPcmVfTWluZXIxMjMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWJjMWZkN2VjMWExMTQ1MDYzMjM5MDk1YjE3MTM1NTY4ZTMxODhiZTIwM2IzMThhOTg5ZGY0OTY0YjhjZjJlMCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Mithril Plate\"},ExtraAttributes:{id:\"MITHRIL_PLATE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ - "§9§lRARE", - "", - "§eItems Required", - "§5Refined Mithril §7x5", - "§9Golden Plate §7x1", - "§9Enchanted Iron Block §7x1", - "§6Refined Titanium §7x1", - "", - "§7Duration: §b18h" + "§9§lRARE" ], "internalname": "MITHRIL_PLATE", "crafttext": "", - "clickcommand": "", - "modver": "1.7.1-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mithril_Plate" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "GOLDEN_PLATE:1", + "REFINED_TITANIUM:1", + "REFINED_MITHRIL:5", + "ENCHANTED_IRON_BLOCK:1" + ], + "count": 1, + "overrideOutputId": "MITHRIL_PLATE", + "duration": 64800 + } ] -} +}
\ No newline at end of file diff --git a/items/MUSIC_RUNE;1.json b/items/MUSIC_RUNE;1.json new file mode 100644 index 00000000..b6569d9f --- /dev/null +++ b/items/MUSIC_RUNE;1.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§b◆ Music Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"d6884a25-fcfa-32be-8bcb-41a2d576b2b1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNiNDgxYzMxZGM2ODNiZGNiN2QzNzVhN2M1ZGI3YWM3YWRmOWU5ZmU4YjZjMDRhNjQ5MzE2MTNlMjlmZTQ3MGUifX19\"}]}},display:{Lore:[0:\"§8Requires level 15\",1:\"§8Weapons\",2:\"\",3:\"§7Put monsters out of their misery\",4:\"§7with sweet tunes!\",5:\"\",6:\"§7Apply this rune to weapons or\",7:\"§7fuse two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§5§lEPIC COSMETIC\"],Name:\"§f§f§b◆ Music Rune I\"},ExtraAttributes:{runes:{MUSIC:1},id:\"MUSIC_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 15", + "§8Weapons", + "", + "§7Put monsters out of their misery", + "§7with sweet tunes!", + "", + "§7Apply this rune to weapons or", + "§7fuse two together at the Runic", + "§7Pedestal!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "MUSIC_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/MUSIC_RUNE;2.json b/items/MUSIC_RUNE;2.json new file mode 100644 index 00000000..bbfeb770 --- /dev/null +++ b/items/MUSIC_RUNE;2.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§b◆ Music Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"d6884a25-fcfa-32be-8bcb-41a2d576b2b1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNiNDgxYzMxZGM2ODNiZGNiN2QzNzVhN2M1ZGI3YWM3YWRmOWU5ZmU4YjZjMDRhNjQ5MzE2MTNlMjlmZTQ3MGUifX19\"}]}},display:{Lore:[0:\"§8Requires level 15\",1:\"§8Weapons\",2:\"\",3:\"§7Put monsters out of their misery\",4:\"§7with sweet tunes!\",5:\"\",6:\"§7Apply this rune to weapons or\",7:\"§7fuse two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§5§lEPIC COSMETIC\"],Name:\"§f§f§b◆ Music Rune I\"},ExtraAttributes:{runes:{MUSIC:2},id:\"MUSIC_RUNE;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 15", + "§8Weapons", + "", + "§7Put monsters out of their misery", + "§7with sweet tunes!", + "", + "§7Apply this rune to weapons or", + "§7fuse two together at the Runic", + "§7Pedestal!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "MUSIC_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/MUSIC_RUNE;3.json b/items/MUSIC_RUNE;3.json new file mode 100644 index 00000000..193a64d3 --- /dev/null +++ b/items/MUSIC_RUNE;3.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§b◆ Music Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"d6884a25-fcfa-32be-8bcb-41a2d576b2b1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNiNDgxYzMxZGM2ODNiZGNiN2QzNzVhN2M1ZGI3YWM3YWRmOWU5ZmU4YjZjMDRhNjQ5MzE2MTNlMjlmZTQ3MGUifX19\"}]}},display:{Lore:[0:\"§8Requires level 15\",1:\"§8Weapons\",2:\"\",3:\"§7Put monsters out of their misery\",4:\"§7with sweet tunes!\",5:\"\",6:\"§7Apply this rune to weapons or\",7:\"§7fuse two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§5§lEPIC COSMETIC\"],Name:\"§f§f§b◆ Music Rune III\"},ExtraAttributes:{runes:{MUSIC:3},id:\"MUSIC_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 15", + "§8Weapons", + "", + "§7Put monsters out of their misery", + "§7with sweet tunes!", + "", + "§7Apply this rune to weapons or", + "§7fuse two together at the Runic", + "§7Pedestal!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "MUSIC_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/PARTY_HAT_CRAB.json b/items/PARTY_HAT_CRAB.json deleted file mode 100644 index 84c06dce..00000000 --- a/items/PARTY_HAT_CRAB.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "itemid": "minecraft:skull", - "displayname": "§dPink Crab Hat of Celebration", - "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"799d2425-b833-385b-82db-281dacc81dac\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTgwMDQ2NDY1NCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWZmYWYwZGM4OWRhNThiZDFlZDA4ZjkxNzQwNzg1M2U1OGQ3YmNiZjVlNmI1ZjMzNTg2Mzg5ZWI4NjNhNWJiZCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item year: §e2020\",1:\"\",2:\"§6Item Ability: Party Time!\",3:\"§7Gain §b+1✎ Intelligence §7while\",4:\"§7on your head for each SkyBlock\",5:\"§7year you\u0027ve been playing.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§f§lCOMMON HATCCESSORY\"],Name:\"§dPink Crab Hat of Celebration\"},ExtraAttributes:{party_hat_year:2020,party_hat_color:\"pink\",id:\"PARTY_HAT_CRAB\"}}", - "lore": [ - "§7Item year: §e2020", - "", - "§6Item Ability: Party Time!", - "§7Gain §b+1✎ Intelligence §7while", - "§7on your head for each SkyBlock", - "§7year you\u0027ve been playing.", - "", - "§7§8This item can be reforged!", - "§f§lCOMMON HATCCESSORY" - ], - "internalname": "PARTY_HAT_CRAB", - "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Crab_Hat_of_Celebration" - ] -} diff --git a/items/PARTY_HAT_CRAB_AQUA.json b/items/PARTY_HAT_CRAB_AQUA.json new file mode 100644 index 00000000..3e160f60 --- /dev/null +++ b/items/PARTY_HAT_CRAB_AQUA.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§bAqua Crab Hat of Celebration", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"3bec7119-3a7a-3e8d-864a-0215c6cf86d4\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTgwMDE5MDc3NCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmUxNTU2OTU4YjFkZjRmZDYyMjhjOWRjYmQ4YzA1M2Y1ZDg5MDJhNDFjNGE1OTM3NmJkMGRmMWM2MGJlODM2OSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Magic Find: §a+1\",1:\"\",2:\"§7Item year: §e2020\",3:\"\",4:\"§6Ability: Party Time!\",5:\"§7Gain §b+1✎ Intelligence §7while\",6:\"§7on your head for each SkyBlock\",7:\"§7year you\u0027ve been playing.\",8:\"\",9:\"§7Your bonus: §b+§k420§b✎ Intelligence\",10:\"\",11:\"§f§lCOMMON HATCCESSORY\"],Name:\"§f§f§bAqua Crab Hat of Celebration\"},ExtraAttributes:{party_hat_year:2020,party_hat_color:\"aqua\",originTag:\"REWARD_PARTY_TIME_HAT_NPC\",id:\"PARTY_HAT_CRAB_AQUA\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Magic Find: §a+1", + "", + "§7Item year: §e2020", + "", + "§6Ability: Party Time!", + "§7Gain §b+1✎ Intelligence §7while", + "§7on your head for each SkyBlock", + "§7year you\u0027ve been playing.", + "", + "§7Your bonus: §b+§k420§b✎ Intelligence", + "", + "§f§lCOMMON HATCCESSORY" + ], + "internalname": "PARTY_HAT_CRAB_AQUA", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crab_Hat_of_Celebration" + ] +}
\ No newline at end of file diff --git a/items/PARTY_HAT_CRAB_BLACK.json b/items/PARTY_HAT_CRAB_BLACK.json new file mode 100644 index 00000000..9c3f04dd --- /dev/null +++ b/items/PARTY_HAT_CRAB_BLACK.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§0 Black Crab Hat of Celebration", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"ac902844-6ccc-3a2e-8459-e35b7ff129bb\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTgwMDMyNzc0NCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2I4NTgyODI2N2U1OWU4M2VkYzNiZWYyMzUxMDJlNDNmYjcwOTIyNjIyY2NjMzgwOWEzMjZhOGM1NjMyMTk5YSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Magic Find: §a+1\",1:\"\",2:\"§7Item year: §e2020\",3:\"\",4:\"§6Ability: Party Time!\",5:\"§7Gain §b+1✎ Intelligence §7while\",6:\"§7on your head for each SkyBlock\",7:\"§7year you\u0027ve been playing.\",8:\"\",9:\"§7Your bonus: §b+§k420§b✎ Intelligence\",10:\"\",11:\"§f§lCOMMON HATCCESSORY\"],Name:\"§f§f§0 Black Crab Hat of Celebration\"},ExtraAttributes:{party_hat_year:2020,party_hat_color:\"black\",originTag:\"REWARD_PARTY_TIME_HAT_NPC\",id:\"PARTY_HAT_CRAB_BLACK\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Magic Find: §a+1", + "", + "§7Item year: §e2020", + "", + "§6Ability: Party Time!", + "§7Gain §b+1✎ Intelligence §7while", + "§7on your head for each SkyBlock", + "§7year you\u0027ve been playing.", + "", + "§7Your bonus: §b+§k420§b✎ Intelligence", + "", + "§f§lCOMMON HATCCESSORY" + ], + "internalname": "PARTY_HAT_CRAB_BLACK", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crab_Hat_of_Celebration" + ] +}
\ No newline at end of file diff --git a/items/PARTY_HAT_CRAB_GREEN.json b/items/PARTY_HAT_CRAB_GREEN.json new file mode 100644 index 00000000..34a71bb1 --- /dev/null +++ b/items/PARTY_HAT_CRAB_GREEN.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§2Green Crab Hat of Celebration", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"6ea041f1-3d3d-312f-a0fb-3784cfde4bd3\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTgwMDI1OTI0NCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOThkOTk5ODNhYjU5ODY5MjEyNTFhMjliYmE5NmM4ZTczNGY1ZGUwODRhMjk2Y2I2MjdiY2Q2NGZkMGZiYTU5MyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Magic Find: §a+1\",1:\"\",2:\"§7Item year: §e2020\",3:\"\",4:\"§6Ability: Party Time!\",5:\"§7Gain §b+1✎ Intelligence §7while\",6:\"§7on your head for each SkyBlock\",7:\"§7year you\u0027ve been playing.\",8:\"\",9:\"§7Your bonus: §b+§k420§b✎ Intelligence\",10:\"\",11:\"§f§lCOMMON HATCCESSORY\"],Name:\"§f§f§2Green Crab Hat of Celebration\"},ExtraAttributes:{party_hat_year:2020,party_hat_color:\"green\",originTag:\"REWARD_PARTY_TIME_HAT_NPC\",id:\"PARTY_HAT_CRAB_GREEN\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Magic Find: §a+1", + "", + "§7Item year: §e2020", + "", + "§6Ability: Party Time!", + "§7Gain §b+1✎ Intelligence §7while", + "§7on your head for each SkyBlock", + "§7year you\u0027ve been playing.", + "", + "§7Your bonus: §b+§k420§b✎ Intelligence", + "", + "§f§lCOMMON HATCCESSORY" + ], + "internalname": "PARTY_HAT_CRAB_GREEN", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crab_Hat_of_Celebration" + ] +}
\ No newline at end of file diff --git a/items/PARTY_HAT_CRAB_LIME.json b/items/PARTY_HAT_CRAB_LIME.json new file mode 100644 index 00000000..036b3e59 --- /dev/null +++ b/items/PARTY_HAT_CRAB_LIME.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§aLime Crab Hat of Celebration", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"e95e0200-5ef3-327d-ae17-3336b35b3bd3\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTgwMDM5NjEyMywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTkzYzYwZmQwZGQxMzA2OTVlMzc4ZWVmMDEwYTdkM2M1ZGZkZTc3ZjZiODJiMjBiODEyNGNmYjgzMDAxN2ZmIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Magic Find: §a+1\",1:\"\",2:\"§7Item year: §e2020\",3:\"\",4:\"§6Ability: Party Time!\",5:\"§7Gain §b+1✎ Intelligence §7while\",6:\"§7on your head for each SkyBlock\",7:\"§7year you\u0027ve been playing.\",8:\"\",9:\"§7Your bonus: §b+§k420§b✎ Intelligence\",10:\"\",11:\"§f§lCOMMON HATCCESSORY\"],Name:\"§f§f§aLime Crab Hat of Celebration\"},ExtraAttributes:{party_hat_year:2020,party_hat_color:\"lime\",originTag:\"REWARD_PARTY_TIME_HAT_NPC\",id:\"PARTY_HAT_CRAB_LIME\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Magic Find: §a+1", + "", + "§7Item year: §e2020", + "", + "§6Ability: Party Time!", + "§7Gain §b+1✎ Intelligence §7while", + "§7on your head for each SkyBlock", + "§7year you\u0027ve been playing.", + "", + "§7Your bonus: §b+§k420§b✎ Intelligence", + "", + "§f§lCOMMON HATCCESSORY" + ], + "internalname": "PARTY_HAT_CRAB_LIME", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crab_Hat_of_Celebration" + ] +}
\ No newline at end of file diff --git a/items/PARTY_HAT_CRAB_ORANGE.json b/items/PARTY_HAT_CRAB_ORANGE.json new file mode 100644 index 00000000..8da15aba --- /dev/null +++ b/items/PARTY_HAT_CRAB_ORANGE.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§6Orange Crab Hat of Celebration", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"302a0169-c61e-375b-a1f5-94cee276bf93\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTgwMDgzNzY5MywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWUzOGExNTcwNDA4OTY3NmEyNGU5ZWVjY2Y0YzI5MDY0NGQzNTJjN2Q4ZjJiNDEzNWZhMzUzODYyNTEwN2RiIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Magic Find: §a+1\",1:\"\",2:\"§7Item year: §e2020\",3:\"\",4:\"§6Ability: Party Time!\",5:\"§7Gain §b+1✎ Intelligence §7while\",6:\"§7on your head for each SkyBlock\",7:\"§7year you\u0027ve been playing.\",8:\"\",9:\"§7Your bonus: §b+§K420§b✎ Intelligence\",10:\"\",11:\"§f§lCOMMON HATCCESSORY\"],Name:\"§f§f§6Orange Crab Hat of Celebration\"},ExtraAttributes:{party_hat_year:2020,party_hat_color:\"orange\",originTag:\"REWARD_PARTY_TIME_HAT_NPC\",id:\"PARTY_HAT_CRAB_ORANGE\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Magic Find: §a+1", + "", + "§7Item year: §e2020", + "", + "§6Ability: Party Time!", + "§7Gain §b+1✎ Intelligence §7while", + "§7on your head for each SkyBlock", + "§7year you\u0027ve been playing.", + "", + "§7Your bonus: §b+§K420§b✎ Intelligence", + "", + "§f§lCOMMON HATCCESSORY" + ], + "internalname": "PARTY_HAT_CRAB_ORANGE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crab_Hat_of_Celebration" + ] +}
\ No newline at end of file diff --git a/items/PARTY_HAT_CRAB_PINK.json b/items/PARTY_HAT_CRAB_PINK.json new file mode 100644 index 00000000..6d2a8ef8 --- /dev/null +++ b/items/PARTY_HAT_CRAB_PINK.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§dPink Crab Hat of Celebration", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"799d2425-b833-385b-82db-281dacc81dac\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTgwMDQ2NDY1NCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWZmYWYwZGM4OWRhNThiZDFlZDA4ZjkxNzQwNzg1M2U1OGQ3YmNiZjVlNmI1ZjMzNTg2Mzg5ZWI4NjNhNWJiZCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Magic Find: §a+1\",1:\"\",2:\"§7Item year: §e2020\",3:\"\",4:\"§6Ability: Party Time!\",5:\"§7Gain §b+1✎ Intelligence §7while\",6:\"§7on your head for each SkyBlock\",7:\"§7year you\u0027ve been playing.\",8:\"\",9:\"§7Your bonus: §b+§k420§b✎ Intelligence\",10:\"\",11:\"§f§lCOMMON HATCCESSORY\"],Name:\"§f§f§dPink Crab Hat of Celebration\"},ExtraAttributes:{party_hat_year:2020,party_hat_color:\"pink\",originTag:\"REWARD_PARTY_TIME_HAT_NPC\",id:\"PARTY_HAT_CRAB_PINK\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Magic Find: §a+1", + "", + "§7Item year: §e2020", + "", + "§6Ability: Party Time!", + "§7Gain §b+1✎ Intelligence §7while", + "§7on your head for each SkyBlock", + "§7year you\u0027ve been playing.", + "", + "§7Your bonus: §b+§k420§b✎ Intelligence", + "", + "§f§lCOMMON HATCCESSORY" + ], + "internalname": "PARTY_HAT_CRAB_PINK", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crab_Hat_of_Celebration" + ] +}
\ No newline at end of file diff --git a/items/PARTY_HAT_CRAB_PURPLE.json b/items/PARTY_HAT_CRAB_PURPLE.json new file mode 100644 index 00000000..1adfc9b0 --- /dev/null +++ b/items/PARTY_HAT_CRAB_PURPLE.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Purple Crab Hat of Celebration", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"2dee36c6-eb1c-321f-a065-39939a016cfa\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTgwMDUzMzAyMSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmUzYWY1ODI0MDE0YjU3ZjRhNGE4NGQ0YmI3ZmI4OGNhYzllNGFjNzVkMDBjN2FkYjA5ZGZlNWFiNzM3ZTIyNCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Magic Find: §a+1\",1:\"\",2:\"§7Item year: §e2020\",3:\"\",4:\"§6Ability: Party Time!\",5:\"§7Gain §b+1✎ Intelligence §7while\",6:\"§7on your head for each SkyBlock\",7:\"§7year you\u0027ve been playing.\",8:\"\",9:\"§7Your bonus: §b+§k420§b✎ Intelligence\",10:\"\",11:\"§f§lCOMMON HATCCESSORY\"],Name:\"§f§f§5Purple Crab Hat of Celebration\"},ExtraAttributes:{party_hat_year:2020,party_hat_color:\"purple\",originTag:\"REWARD_PARTY_TIME_HAT_NPC\",id:\"PARTY_HAT_CRAB_PURPLE\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Magic Find: §a+1", + "", + "§7Item year: §e2020", + "", + "§6Ability: Party Time!", + "§7Gain §b+1✎ Intelligence §7while", + "§7on your head for each SkyBlock", + "§7year you\u0027ve been playing.", + "", + "§7Your bonus: §b+§k420§b✎ Intelligence", + "", + "§f§lCOMMON HATCCESSORY" + ], + "internalname": "PARTY_HAT_CRAB_PURPLE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crab_Hat_of_Celebration" + ] +}
\ No newline at end of file diff --git a/items/PARTY_HAT_CRAB_RED.json b/items/PARTY_HAT_CRAB_RED.json new file mode 100644 index 00000000..06c44279 --- /dev/null +++ b/items/PARTY_HAT_CRAB_RED.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§cRed Crab Hat of Celebration", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"14bd5ea9-5091-3ed6-bbc7-c360cc81b422\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTgwMDYwMTQzNywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTZiNjFmODI2ZGQ2YmZjMWUzMTkxYTgzNjlhZWIwNDM1YzVhNTMzNTU2MzQzMWE1Mzg1ODVhZDAzOWRhMWUwYyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Magic Find: §a+1\",1:\"\",2:\"§7Item year: §e2020\",3:\"\",4:\"§6Ability: Party Time!\",5:\"§7Gain §b+1✎ Intelligence §7while\",6:\"§7on your head for each SkyBlock\",7:\"§7year you\u0027ve been playing.\",8:\"\",9:\"§7Your bonus: §b+§k420§b✎ Intelligence\",10:\"\",11:\"§f§lCOMMON HATCCESSORY\"],Name:\"§f§f§cRed Crab Hat of Celebration\"},ExtraAttributes:{party_hat_year:2020,party_hat_color:\"red\",originTag:\"REWARD_PARTY_TIME_HAT_NPC\",id:\"PARTY_HAT_CRAB_RED\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Magic Find: §a+1", + "", + "§7Item year: §e2020", + "", + "§6Ability: Party Time!", + "§7Gain §b+1✎ Intelligence §7while", + "§7on your head for each SkyBlock", + "§7year you\u0027ve been playing.", + "", + "§7Your bonus: §b+§k420§b✎ Intelligence", + "", + "§f§lCOMMON HATCCESSORY" + ], + "internalname": "PARTY_HAT_CRAB_RED", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crab_Hat_of_Celebration" + ] +}
\ No newline at end of file diff --git a/items/PARTY_HAT_CRAB_YELLOW.json b/items/PARTY_HAT_CRAB_YELLOW.json new file mode 100644 index 00000000..0560356c --- /dev/null +++ b/items/PARTY_HAT_CRAB_YELLOW.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§eYellow Crab Hat of Celebration", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"2b9773d7-d8aa-3d9f-9491-b45b9957f4cd\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTgwMDY2OTgyMSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmI5MjY4NDY0NzA1MWJkMjdlZTA0YWRiNDA5OGVlOWJjY2NhNDVhNzI2YTdjYmYzOGU5OGI3ZTc1Y2I4ODlmNCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Magic Find: §a+1\",1:\"\",2:\"§7Item year: §e2020\",3:\"\",4:\"§6Ability: Party Time!\",5:\"§7Gain §b+1✎ Intelligence §7while\",6:\"§7on your head for each SkyBlock\",7:\"§7year you\u0027ve been playing.\",8:\"\",9:\"§7Your bonus: §b+§k420§b✎ Intelligence\",10:\"\",11:\"§f§lCOMMON HATCCESSORY\"],Name:\"§f§f§eYellow Crab Hat of Celebration\"},ExtraAttributes:{party_hat_year:2020,party_hat_color:\"yellow\",originTag:\"REWARD_PARTY_TIME_HAT_NPC\",id:\"PARTY_HAT_CRAB_YELLOW\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Magic Find: §a+1", + "", + "§7Item year: §e2020", + "", + "§6Ability: Party Time!", + "§7Gain §b+1✎ Intelligence §7while", + "§7on your head for each SkyBlock", + "§7year you\u0027ve been playing.", + "", + "§7Your bonus: §b+§k420§b✎ Intelligence", + "", + "§f§lCOMMON HATCCESSORY" + ], + "internalname": "PARTY_HAT_CRAB_YELLOW", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crab_Hat_of_Celebration" + ] +}
\ No newline at end of file diff --git a/items/PERFECTLY_CUT_FUEL_TANK.json b/items/PERFECTLY_CUT_FUEL_TANK.json index 704813a1..4002c2b9 100644 --- a/items/PERFECTLY_CUT_FUEL_TANK.json +++ b/items/PERFECTLY_CUT_FUEL_TANK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Perfectly-Cut Fuel Tank", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7e36a3df-9a3e-34b5-ad5a-0a4ff1657867\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNTQ5MjcxMjIxMiwKICAicHJvZmlsZUlkIiA6ICI5ZDIyZGRhOTVmZGI0MjFmOGZhNjAzNTI1YThkZmE4ZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJTYWZlRHJpZnQ0OCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mN2U1NDFkZmI0YmExZjdkYzI4YjU0OGUzNDdhYmJkYzk4N2ViZTBlNjFjNDlmYTg3MTExZWYxYjJkY2IyMjE4IiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Fuel Tank\",3:\"\",4:\"§7Increases the fuel capacity to\",5:\"§7§2100,000§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§9§lRARE\",11:\"\",12:\"§eItems Required\",13:\"§9Gemstone Fuel Tank §7x1\",14:\"§9Synthetic Heart §7x70\",15:\"§9Gemstone Mixture §7x25\",16:\"\",17:\"§7Duration: §b2d 2h\"],Name:\"§9Perfectly-Cut Fuel Tank\"},ExtraAttributes:{id:\"PERFECTLY_CUT_FUEL_TANK\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7e36a3df-9a3e-34b5-ad5a-0a4ff1657867\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNTQ5MjcxMjIxMiwKICAicHJvZmlsZUlkIiA6ICI5ZDIyZGRhOTVmZGI0MjFmOGZhNjAzNTI1YThkZmE4ZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJTYWZlRHJpZnQ0OCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mN2U1NDFkZmI0YmExZjdkYzI4YjU0OGUzNDdhYmJkYzk4N2ViZTBlNjFjNDlmYTg3MTExZWYxYjJkY2IyMjE4IiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Fuel Tank\",3:\"\",4:\"§7Increases the fuel capacity to\",5:\"§7§2100,000§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§9§lRARE\"],Name:\"§9Perfectly-Cut Fuel Tank\"},ExtraAttributes:{id:\"PERFECTLY_CUT_FUEL_TANK\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Drill Part", @@ -14,21 +14,27 @@ "§7Can be applied to Drills by", "§7talking to a §2Drill Mechanic§7!", "", - "§9§lRARE", - "", - "§eItems Required", - "§9Gemstone Fuel Tank §7x1", - "§9Synthetic Heart §7x70", - "§9Gemstone Mixture §7x25", - "", - "§7Duration: §b2d 2h" + "§9§lRARE" ], "internalname": "PERFECTLY_CUT_FUEL_TANK", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfectly-Cut_Fuel_Tank" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "GEMSTONE_FUEL_TANK:1", + "GEMSTONE_MIXTURE:25", + "SYNTHETIC_HEART:70" + ], + "count": 1, + "overrideOutputId": "PERFECTLY_CUT_FUEL_TANK", + "duration": 180000 + } ] -} +}
\ No newline at end of file diff --git a/items/PERFECT_AMBER_GEM.json b/items/PERFECT_AMBER_GEM.json index afb7e3e0..79495d50 100644 --- a/items/PERFECT_AMBER_GEM.json +++ b/items/PERFECT_AMBER_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6⸕ §6Perfect Amber Gemstone", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a049882d-0f0e-3ed6-82c9-1852557efc88\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTI5MzQ4MCwKICAicHJvZmlsZUlkIiA6ICI5OTdjZjFlMmY1NGQ0YzEyOWY2ZjU5ZTVlNjU1YjZmNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJpbzEyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM3YWUyMzZjZGVjM2YyYTZmNTFlYWUxNWUyYzhmNjIyOGIzNGYxMzdkYTE1NjlmZWM5ZTgwM2Y5Y2Q4MTc1OWQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §6refined §6Amber§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its\",4:\"§7owner extra §6⸕ Mining Speed§7.\",5:\"\",6:\"§6§lLEGENDARY\",7:\"\",8:\"§eItems Required\",9:\"§5⸕ §5Flawless Amber Gemstone §7x5\",10:\"§6Amber Crystal §7x1\",11:\"\",12:\"§7Duration: §b20h\"],Name:\"§6⸕ §6Perfect Amber Gemstone\"},ExtraAttributes:{id:\"PERFECT_AMBER_GEM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a049882d-0f0e-3ed6-82c9-1852557efc88\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTI5MzQ4MCwKICAicHJvZmlsZUlkIiA6ICI5OTdjZjFlMmY1NGQ0YzEyOWY2ZjU5ZTVlNjU1YjZmNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJpbzEyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM3YWUyMzZjZGVjM2YyYTZmNTFlYWUxNWUyYzhmNjIyOGIzNGYxMzdkYTE1NjlmZWM5ZTgwM2Y5Y2Q4MTc1OWQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §6refined §6Amber§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its\",4:\"§7owner extra §6⸕ Mining Speed§7.\",5:\"\",6:\"§6§lLEGENDARY\"],Name:\"§6⸕ §6Perfect Amber Gemstone\"},ExtraAttributes:{id:\"PERFECT_AMBER_GEM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7A perfectly §6refined §6Amber§7.", @@ -10,20 +10,26 @@ "§eproperly§7, it can give its", "§7owner extra §6⸕ Mining Speed§7.", "", - "§6§lLEGENDARY", - "", - "§eItems Required", - "§5⸕ §5Flawless Amber Gemstone §7x5", - "§6Amber Crystal §7x1", - "", - "§7Duration: §b20h" + "§6§lLEGENDARY" ], "internalname": "PERFECT_AMBER_GEM", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Gemstone" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "AMBER_CRYSTAL:1", + "FLAWLESS_AMBER_GEM:5" + ], + "count": 1, + "overrideOutputId": "PERFECT_AMBER_GEM", + "duration": 72000 + } ] }
\ No newline at end of file diff --git a/items/PERFECT_AMETHYST_GEM.json b/items/PERFECT_AMETHYST_GEM.json index b63453c3..f2ee6bf6 100644 --- a/items/PERFECT_AMETHYST_GEM.json +++ b/items/PERFECT_AMETHYST_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6❈ §6Perfect Amethyst Gemstone", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"08e13e8e-2831-3e9c-a7b0-d9506b0f65b0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTI3NDk3OSwKICAicHJvZmlsZUlkIiA6ICJiNjM2OWQ0MzMwNTU0NGIzOWE5OTBhODYyNWY5MmEwNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJCb2JpbmhvXyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kODg2ZTBmNDExODViMThhM2FmZDg5NDg4ZDJlZTRjYWEwNzM1MDA5MjQ3Y2NjZjAzOWNlZDZhZWQ3NTJmZjFhIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7A perfectly §5refined\",1:\"§5§5Amethyst§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §a❈ Defense§7.\",6:\"\",7:\"§6§lLEGENDARY\",8:\"\",9:\"§eItems Required\",10:\"§5❈ §5Flawless Amethyst Gemstone §7x5\",11:\"§5Amethyst Crystal §7x1\",12:\"\",13:\"§7Duration: §b20h\"],Name:\"§6❈ §6Perfect Amethyst Gemstone\"},ExtraAttributes:{id:\"PERFECT_AMETHYST_GEM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"08e13e8e-2831-3e9c-a7b0-d9506b0f65b0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTI3NDk3OSwKICAicHJvZmlsZUlkIiA6ICJiNjM2OWQ0MzMwNTU0NGIzOWE5OTBhODYyNWY5MmEwNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJCb2JpbmhvXyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kODg2ZTBmNDExODViMThhM2FmZDg5NDg4ZDJlZTRjYWEwNzM1MDA5MjQ3Y2NjZjAzOWNlZDZhZWQ3NTJmZjFhIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7A perfectly §5refined\",1:\"§5§5Amethyst§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §a❈ Defense§7.\",6:\"\",7:\"§6§lLEGENDARY\"],Name:\"§6❈ §6Perfect Amethyst Gemstone\"},ExtraAttributes:{id:\"PERFECT_AMETHYST_GEM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7A perfectly §5refined", @@ -11,20 +11,26 @@ "§eproperly§7, it can give its", "§7owner extra §a❈ Defense§7.", "", - "§6§lLEGENDARY", - "", - "§eItems Required", - "§5❈ §5Flawless Amethyst Gemstone §7x5", - "§5Amethyst Crystal §7x1", - "", - "§7Duration: §b20h" + "§6§lLEGENDARY" ], "internalname": "PERFECT_AMETHYST_GEM", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Gemstone" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "AMETHYST_CRYSTAL:1", + "FLAWLESS_AMETHYST_GEM:5" + ], + "count": 1, + "overrideOutputId": "PERFECT_AMETHYST_GEM", + "duration": 72000 + } ] }
\ No newline at end of file diff --git a/items/PERFECT_JADE_GEM.json b/items/PERFECT_JADE_GEM.json index 84a64f1f..9088c786 100644 --- a/items/PERFECT_JADE_GEM.json +++ b/items/PERFECT_JADE_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6☘ §6Perfect Jade Gemstone", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"64546365-6b22-3369-8b42-27f9b0b3f70d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTI1NjAxMiwKICAicHJvZmlsZUlkIiA6ICJmZDQ3Y2I4YjgzNjQ0YmY3YWIyYmUxODZkYjI1ZmMwZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJDVUNGTDEyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNmY2VkNzk3NzM4MmJmNzFkNGVlMTdmZjViOTE5ZTBlYjc5NzIwODNjNGNjY2ZhMTc1Yzg3NTNhZTQwYmEwMDYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §arefined §aJade§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its\",4:\"§7owner extra §6☘ Mining\",5:\"§6Fortune§7.\",6:\"\",7:\"§6§lLEGENDARY\",8:\"\",9:\"§eItems Required\",10:\"§5☘ §5Flawless Jade Gemstone §7x5\",11:\"§aJade Crystal §7x1\",12:\"\",13:\"§7Duration: §b20h\"],Name:\"§6☘ §6Perfect Jade Gemstone\"},ExtraAttributes:{id:\"PERFECT_JADE_GEM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"64546365-6b22-3369-8b42-27f9b0b3f70d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTI1NjAxMiwKICAicHJvZmlsZUlkIiA6ICJmZDQ3Y2I4YjgzNjQ0YmY3YWIyYmUxODZkYjI1ZmMwZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJDVUNGTDEyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNmY2VkNzk3NzM4MmJmNzFkNGVlMTdmZjViOTE5ZTBlYjc5NzIwODNjNGNjY2ZhMTc1Yzg3NTNhZTQwYmEwMDYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §arefined §aJade§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its\",4:\"§7owner extra §6☘ Mining\",5:\"§6Fortune§7.\",6:\"\",7:\"§6§lLEGENDARY\"],Name:\"§6☘ §6Perfect Jade Gemstone\"},ExtraAttributes:{id:\"PERFECT_JADE_GEM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7A perfectly §arefined §aJade§7.", @@ -11,20 +11,26 @@ "§7owner extra §6☘ Mining", "§6Fortune§7.", "", - "§6§lLEGENDARY", - "", - "§eItems Required", - "§5☘ §5Flawless Jade Gemstone §7x5", - "§aJade Crystal §7x1", - "", - "§7Duration: §b20h" + "§6§lLEGENDARY" ], "internalname": "PERFECT_JADE_GEM", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Gemstone" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "FLAWLESS_JADE_GEM:5", + "JADE_CRYSTAL:1" + ], + "count": 1, + "overrideOutputId": "PERFECT_JADE_GEM", + "duration": 72000 + } ] }
\ No newline at end of file diff --git a/items/PERFECT_JASPER_GEM.json b/items/PERFECT_JASPER_GEM.json index 11d20635..352f0927 100644 --- a/items/PERFECT_JASPER_GEM.json +++ b/items/PERFECT_JASPER_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6❁ §6Perfect Jasper Gemstone", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"12f10879-db2c-35e1-a2b2-4868393c3e7e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTIzNzA3NywKICAicHJvZmlsZUlkIiA6ICJmZDYwZjM2ZjU4NjE0ZjEyYjNjZDQ3YzJkODU1Mjk5YSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWFkIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzI2M2Y5OTFiOGUwMzhlNDZiOGVkNzYzMmY0NGNhMmUzMGMxNWY0Mjk3NzA3MGE4YzhkODcyOGUzZmMwNGZjN2MiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §drefined\",1:\"§d§dJasper§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §c❁ Strength§7.\",6:\"\",7:\"§6§lLEGENDARY\",8:\"\",9:\"§eItems Required\",10:\"§5❁ §5Flawless Jasper Gemstone §7x5\",11:\"§dJasper Crystal §7x1\",12:\"\",13:\"§7Duration: §b20h\"],Name:\"§6❁ §6Perfect Jasper Gemstone\"},ExtraAttributes:{id:\"PERFECT_JASPER_GEM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"12f10879-db2c-35e1-a2b2-4868393c3e7e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTIzNzA3NywKICAicHJvZmlsZUlkIiA6ICJmZDYwZjM2ZjU4NjE0ZjEyYjNjZDQ3YzJkODU1Mjk5YSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWFkIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzI2M2Y5OTFiOGUwMzhlNDZiOGVkNzYzMmY0NGNhMmUzMGMxNWY0Mjk3NzA3MGE4YzhkODcyOGUzZmMwNGZjN2MiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §drefined\",1:\"§d§dJasper§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §c❁ Strength§7.\",6:\"\",7:\"§6§lLEGENDARY\"],Name:\"§6❁ §6Perfect Jasper Gemstone\"},ExtraAttributes:{id:\"PERFECT_JASPER_GEM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7A perfectly §drefined", @@ -11,20 +11,26 @@ "§eproperly§7, it can give its", "§7owner extra §c❁ Strength§7.", "", - "§6§lLEGENDARY", - "", - "§eItems Required", - "§5❁ §5Flawless Jasper Gemstone §7x5", - "§dJasper Crystal §7x1", - "", - "§7Duration: §b20h" + "§6§lLEGENDARY" ], "internalname": "PERFECT_JASPER_GEM", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Gemstone" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "FLAWLESS_JASPER_GEM:5", + "JASPER_CRYSTAL:1" + ], + "count": 1, + "overrideOutputId": "PERFECT_JASPER_GEM", + "duration": 72000 + } ] }
\ No newline at end of file diff --git a/items/PERFECT_RUBY_GEM.json b/items/PERFECT_RUBY_GEM.json index 1ea81e48..b19be2d1 100644 --- a/items/PERFECT_RUBY_GEM.json +++ b/items/PERFECT_RUBY_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6❤ §6Perfect Ruby Gemstone", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"6173f4f6-03dd-36b6-9797-4bd41cde5552\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTIxNzI5OCwKICAicHJvZmlsZUlkIiA6ICI5MThhMDI5NTU5ZGQ0Y2U2YjE2ZjdhNWQ1M2VmYjQxMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJCZWV2ZWxvcGVyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM5YjZlMDQ3ZDNiMmJjYTg1ZThjYzQ5ZTU0ODBmOTc3NGQ4YTBlYWZlNmRmYTk1NTk1MzA1OTAyODM3MTUxNDIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §crefined §cRuby§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its\",4:\"§7owner extra §c❤ Health§7.\",5:\"\",6:\"§6§lLEGENDARY\",7:\"\",8:\"§eItems Required\",9:\"§5❤ §5Flawless Ruby Gemstone §7x5\",10:\"§cRuby Crystal §7x1\",11:\"\",12:\"§7Duration: §b20h\"],Name:\"§6❤ §6Perfect Ruby Gemstone\"},ExtraAttributes:{id:\"PERFECT_RUBY_GEM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"6173f4f6-03dd-36b6-9797-4bd41cde5552\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTIxNzI5OCwKICAicHJvZmlsZUlkIiA6ICI5MThhMDI5NTU5ZGQ0Y2U2YjE2ZjdhNWQ1M2VmYjQxMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJCZWV2ZWxvcGVyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM5YjZlMDQ3ZDNiMmJjYTg1ZThjYzQ5ZTU0ODBmOTc3NGQ4YTBlYWZlNmRmYTk1NTk1MzA1OTAyODM3MTUxNDIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §crefined §cRuby§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its\",4:\"§7owner extra §c❤ Health§7.\",5:\"\",6:\"§6§lLEGENDARY\"],Name:\"§6❤ §6Perfect Ruby Gemstone\"},ExtraAttributes:{id:\"PERFECT_RUBY_GEM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7A perfectly §crefined §cRuby§7.", @@ -10,20 +10,26 @@ "§eproperly§7, it can give its", "§7owner extra §c❤ Health§7.", "", - "§6§lLEGENDARY", - "", - "§eItems Required", - "§5❤ §5Flawless Ruby Gemstone §7x5", - "§cRuby Crystal §7x1", - "", - "§7Duration: §b20h" + "§6§lLEGENDARY" ], "internalname": "PERFECT_RUBY_GEM", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Gemstone" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "RUBY_CRYSTAL:1", + "FLAWLESS_RUBY_GEM:5" + ], + "count": 1, + "overrideOutputId": "PERFECT_RUBY_GEM", + "duration": 72000 + } ] }
\ No newline at end of file diff --git a/items/PERFECT_SAPPHIRE_GEM.json b/items/PERFECT_SAPPHIRE_GEM.json index 92737c16..75637648 100644 --- a/items/PERFECT_SAPPHIRE_GEM.json +++ b/items/PERFECT_SAPPHIRE_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6✎ §6Perfect Sapphire Gemstone", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"493e6696-11b4-3137-8501-391ee7a99b8b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTE5NzMwNSwKICAicHJvZmlsZUlkIiA6ICJjNTBhZmE4YWJlYjk0ZTQ1OTRiZjFiNDI1YTk4MGYwMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUd29FQmFlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzhlOTNlYmFjYjYwYjcxNzkzMzU1ZmRlMGQ0YmJhNDNhOWM1ZWMwOWMzZjM4ODk3YzQ4YzFmODU3NTIzYTBhMjkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §brefined\",1:\"§b§bSapphire§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §b✎ Intelligence§7.\",6:\"\",7:\"§6§lLEGENDARY\",8:\"\",9:\"§eItems Required\",10:\"§5✎ §5Flawless Sapphire Gemstone §7x5\",11:\"§bSapphire Crystal §7x1\",12:\"\",13:\"§7Duration: §b20h\"],Name:\"§6✎ §6Perfect Sapphire Gemstone\"},ExtraAttributes:{id:\"PERFECT_SAPPHIRE_GEM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"493e6696-11b4-3137-8501-391ee7a99b8b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTE5NzMwNSwKICAicHJvZmlsZUlkIiA6ICJjNTBhZmE4YWJlYjk0ZTQ1OTRiZjFiNDI1YTk4MGYwMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUd29FQmFlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzhlOTNlYmFjYjYwYjcxNzkzMzU1ZmRlMGQ0YmJhNDNhOWM1ZWMwOWMzZjM4ODk3YzQ4YzFmODU3NTIzYTBhMjkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §brefined\",1:\"§b§bSapphire§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §b✎ Intelligence§7.\",6:\"\",7:\"§6§lLEGENDARY\"],Name:\"§6✎ §6Perfect Sapphire Gemstone\"},ExtraAttributes:{id:\"PERFECT_SAPPHIRE_GEM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7A perfectly §brefined", @@ -11,20 +11,26 @@ "§eproperly§7, it can give its", "§7owner extra §b✎ Intelligence§7.", "", - "§6§lLEGENDARY", - "", - "§eItems Required", - "§5✎ §5Flawless Sapphire Gemstone §7x5", - "§bSapphire Crystal §7x1", - "", - "§7Duration: §b20h" + "§6§lLEGENDARY" ], "internalname": "PERFECT_SAPPHIRE_GEM", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Gemstone" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "FLAWLESS_SAPPHIRE_GEM:5", + "SAPPHIRE_CRYSTAL:1" + ], + "count": 1, + "overrideOutputId": "PERFECT_SAPPHIRE_GEM", + "duration": 72000 + } ] }
\ No newline at end of file diff --git a/items/PERFECT_TOPAZ_GEM.json b/items/PERFECT_TOPAZ_GEM.json index 82fe6f99..70d440fa 100644 --- a/items/PERFECT_TOPAZ_GEM.json +++ b/items/PERFECT_TOPAZ_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6✧ §6Perfect Topaz Gemstone", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"71cc923c-cd14-35a0-95e8-6b048be8d45b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTE3ODQ1MywKICAicHJvZmlsZUlkIiA6ICJiYzRlZGZiNWYzNmM0OGE3YWM5ZjFhMzlkYzIzZjRmOCIsCiAgInByb2ZpbGVOYW1lIiA6ICI4YWNhNjgwYjIyNDYxMzQwIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNkYTZlY2RjYmMzZmUzNTVjYTA2MTExOTJhM2ZiZDM1ZGQ1NjM1ZDVmY2RmM2ZiYzc5ZWQyYmMxZjRhMDE3ZmUiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §erefined §eTopaz§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its\",4:\"§7owner extra §5✧ Pristine§7.\",5:\"\",6:\"§6§lLEGENDARY\",7:\"\",8:\"§eItems Required\",9:\"§5✧ §5Flawless Topaz Gemstone §7x5\",10:\"§eTopaz Crystal §7x1\",11:\"\",12:\"§7Duration: §b20h\"],Name:\"§6✧ §6Perfect Topaz Gemstone\"},ExtraAttributes:{id:\"PERFECT_TOPAZ_GEM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"71cc923c-cd14-35a0-95e8-6b048be8d45b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTE3ODQ1MywKICAicHJvZmlsZUlkIiA6ICJiYzRlZGZiNWYzNmM0OGE3YWM5ZjFhMzlkYzIzZjRmOCIsCiAgInByb2ZpbGVOYW1lIiA6ICI4YWNhNjgwYjIyNDYxMzQwIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNkYTZlY2RjYmMzZmUzNTVjYTA2MTExOTJhM2ZiZDM1ZGQ1NjM1ZDVmY2RmM2ZiYzc5ZWQyYmMxZjRhMDE3ZmUiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §erefined §eTopaz§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its\",4:\"§7owner extra §5✧ Pristine§7.\",5:\"\",6:\"§6§lLEGENDARY\"],Name:\"§6✧ §6Perfect Topaz Gemstone\"},ExtraAttributes:{id:\"PERFECT_TOPAZ_GEM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7A perfectly §erefined §eTopaz§7.", @@ -10,20 +10,26 @@ "§eproperly§7, it can give its", "§7owner extra §5✧ Pristine§7.", "", - "§6§lLEGENDARY", - "", - "§eItems Required", - "§5✧ §5Flawless Topaz Gemstone §7x5", - "§eTopaz Crystal §7x1", - "", - "§7Duration: §b20h" + "§6§lLEGENDARY" ], "internalname": "PERFECT_TOPAZ_GEM", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Gemstone" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "FLAWLESS_TOPAZ_GEM:5", + "TOPAZ_CRYSTAL:1" + ], + "count": 1, + "overrideOutputId": "PERFECT_TOPAZ_GEM", + "duration": 72000 + } ] }
\ No newline at end of file diff --git a/items/PETRIFIED_STARFALL.json b/items/PETRIFIED_STARFALL.json index b6b2da3a..028b68b9 100644 --- a/items/PETRIFIED_STARFALL.json +++ b/items/PETRIFIED_STARFALL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Petrified Starfall", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"fadc8a32-bfbd-3f4c-8a48-ab9051f87a6d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjZhM2ZkOGYyZjNlMzExNGY2NWY5Nzg5NzU4YmQ5NTk1MWNmYTBkNWExMmNhNmRiNGYyYTlhZGZhMjQ5YmQifX19\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Stellar §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7§8§oIt\u0027s not actually a star.\",8:\"\",9:\"§7Requires §aMining Skill Level\",10:\"§aXXVI§7!\",11:\"\",12:\"§5§lEPIC REFORGE STONE\",13:\"\",14:\"§eItems Required\",15:\"§9Starfall §7x512\",16:\"\",17:\"§7Duration: §b14h\"],Name:\"§5Petrified Starfall\"},ExtraAttributes:{id:\"PETRIFIED_STARFALL\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"fadc8a32-bfbd-3f4c-8a48-ab9051f87a6d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjZhM2ZkOGYyZjNlMzExNGY2NWY5Nzg5NzU4YmQ5NTk1MWNmYTBkNWExMmNhNmRiNGYyYTlhZGZhMjQ5YmQifX19\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Stellar §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7§8§oIt\u0027s not actually a star.\",8:\"\",9:\"§7Requires §aMining Skill Level\",10:\"§aXXVI§7!\",11:\"\",12:\"§5§lEPIC REFORGE STONE\"],Name:\"§5Petrified Starfall\"},ExtraAttributes:{id:\"PETRIFIED_STARFALL\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Reforge Stone", @@ -16,19 +16,25 @@ "§7Requires §aMining Skill Level", "§aXXVI§7!", "", - "§5§lEPIC REFORGE STONE", - "", - "§eItems Required", - "§9Starfall §7x512", - "", - "§7Duration: §b14h" + "§5§lEPIC REFORGE STONE" ], "internalname": "PETRIFIED_STARFALL", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Petrified_Starfall" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "STARFALL:512" + ], + "count": 1, + "overrideOutputId": "PETRIFIED_STARFALL", + "duration": 50400 + } ] -} +}
\ No newline at end of file diff --git a/items/POWER_CRYSTAL.json b/items/POWER_CRYSTAL.json index 0ba95e76..e07aa069 100644 --- a/items/POWER_CRYSTAL.json +++ b/items/POWER_CRYSTAL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:nether_star", "displayname": "§5Power Crystal", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7§7Powers §bBeacons §7for up to\",1:\"§7§348 hours §7at a time!\",2:\"\",3:\"§7§7Can be obtained through refining at forges\",4:\"§7§7in the §6Dwarven Mines§7.\",5:\"\",6:\"§7Has a single §7use and can be stacked.\",7:\"\",8:\"§5§lEPIC\",9:\"\",10:\"§eItems Required\",11:\"§9Starfall §7x256\",12:\"\",13:\"§7Duration: §b2h\"],Name:\"§5Power Crystal\"},ExtraAttributes:{id:\"POWER_CRYSTAL\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7§7Powers §bBeacons §7for up to\",1:\"§7§348 hours §7at a time!\",2:\"\",3:\"§7§7Can be obtained through refining at forges\",4:\"§7§7in the §6Dwarven Mines§7.\",5:\"\",6:\"§7Has a single §7use and can be stacked.\",7:\"\",8:\"§5§lEPIC\"],Name:\"§5Power Crystal\"},ExtraAttributes:{id:\"POWER_CRYSTAL\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7§7Powers §bBeacons §7for up to", @@ -12,19 +12,25 @@ "", "§7Has a single §7use and can be stacked.", "", - "§5§lEPIC", - "", - "§eItems Required", - "§9Starfall §7x256", - "", - "§7Duration: §b2h" + "§5§lEPIC" ], "internalname": "POWER_CRYSTAL", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Power_Crystal" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "STARFALL:256" + ], + "count": 1, + "overrideOutputId": "POWER_CRYSTAL", + "duration": 7200 + } ] -} +}
\ No newline at end of file diff --git a/items/PURE_MITHRIL.json b/items/PURE_MITHRIL.json index 2e11dd63..772e4dfd 100644 --- a/items/PURE_MITHRIL.json +++ b/items/PURE_MITHRIL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Pure Mithril", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"5dafd990-b622-31d0-b4c8-369ae0c0a1ad\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTQ4MGQ1N2IwZDFkNDMyZTA3NDg3OGM2YWVjNWY0NWEyY2U5OGQ5YzQ4MWZiOGNjODM4MmNmZjE3MWY4MzY5OSJ9fX0\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Mithraic\",5:\"§9§7reforge to a pickaxe.\",6:\"\",7:\"§7§8§oIt takes a few hours of\",8:\"§8§oforging to purify Mithril - the\",9:\"§8§oimpurities extract themselves\",10:\"§8§owhile the Mithril coalesces.\",11:\"\",12:\"§7Requires §aMining Skill Level\",13:\"§aXVIII§7!\",14:\"\",15:\"§9§lRARE REFORGE STONE\",16:\"\",17:\"§eItems Required\",18:\"§5Refined Mithril §7x2\",19:\"\",20:\"§7Duration: §b12h\"],Name:\"§9Pure Mithril\"},ExtraAttributes:{id:\"PURE_MITHRIL\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"5dafd990-b622-31d0-b4c8-369ae0c0a1ad\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTQ4MGQ1N2IwZDFkNDMyZTA3NDg3OGM2YWVjNWY0NWEyY2U5OGQ5YzQ4MWZiOGNjODM4MmNmZjE3MWY4MzY5OSJ9fX0\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Mithraic\",5:\"§9§7reforge to a pickaxe.\",6:\"\",7:\"§7§8§oIt takes a few hours of\",8:\"§8§oforging to purify Mithril - the\",9:\"§8§oimpurities extract themselves\",10:\"§8§owhile the Mithril coalesces.\",11:\"\",12:\"§7Requires §aMining Skill Level\",13:\"§aXVIII§7!\",14:\"\",15:\"§9§lRARE REFORGE STONE\"],Name:\"§9Pure Mithril\"},ExtraAttributes:{id:\"PURE_MITHRIL\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Reforge Stone", @@ -19,19 +19,25 @@ "§7Requires §aMining Skill Level", "§aXVIII§7!", "", - "§9§lRARE REFORGE STONE", - "", - "§eItems Required", - "§5Refined Mithril §7x2", - "", - "§7Duration: §b12h" + "§9§lRARE REFORGE STONE" ], "internalname": "PURE_MITHRIL", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pure_Mithril" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "REFINED_MITHRIL:2" + ], + "count": 1, + "overrideOutputId": "PURE_MITHRIL", + "duration": 43200 + } ] -} +}
\ No newline at end of file diff --git a/items/RAINBOW_RUNE;1.json b/items/RAINBOW_RUNE;1.json new file mode 100644 index 00000000..1d5473b2 --- /dev/null +++ b/items/RAINBOW_RUNE;1.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§d◆ §cR§6a§ei§an§bb§9o§dw§9 Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0c7eef14-f5cb-3058-b2e0-2ca728224ec7\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzcyMTE0YTgwMzU3NDYzZmUyZjU5ZTM5N2FhYjlmYzY2ZDQ4MmE2NWQ1MjRmODg3MGQyMWM3MjRjMThlY2Y3NTcifX19\"}]}},display:{Lore:[0:\"§8Requires level 20\",1:\"§8Boots\",2:\"\",3:\"§7Walkin\u0027 on rainbows!\",4:\"\",5:\"§7Apply this rune to boots or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§d◆ §cR§6a§ei§an§bb§9o§dw§9 Rune I\"},ExtraAttributes:{runes:{RAINBOW:1},id:\"RAINBOW_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 20", + "§8Boots", + "", + "§7Walkin\u0027 on rainbows!", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "RAINBOW_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/RAINBOW_RUNE;2.json b/items/RAINBOW_RUNE;2.json new file mode 100644 index 00000000..f4c93ad4 --- /dev/null +++ b/items/RAINBOW_RUNE;2.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§d◆ §cR§6a§ei§an§bb§9o§dw§9 Rune II", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0c7eef14-f5cb-3058-b2e0-2ca728224ec7\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzcyMTE0YTgwMzU3NDYzZmUyZjU5ZTM5N2FhYjlmYzY2ZDQ4MmE2NWQ1MjRmODg3MGQyMWM3MjRjMThlY2Y3NTcifX19\"}]}},display:{Lore:[0:\"§8Requires level 20\",1:\"§8Boots\",2:\"\",3:\"§7Walkin\u0027 on rainbows!\",4:\"\",5:\"§7Apply this rune to boots or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§d◆ §cR§6a§ei§an§bb§9o§dw§9 Rune II\"},ExtraAttributes:{runes:{RAINBOW:2},id:\"RAINBOW_RUNE;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 20", + "§8Boots", + "", + "§7Walkin\u0027 on rainbows!", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "RAINBOW_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/RAINBOW_RUNE;3.json b/items/RAINBOW_RUNE;3.json new file mode 100644 index 00000000..62a8c9e5 --- /dev/null +++ b/items/RAINBOW_RUNE;3.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§d◆ §cR§6a§ei§an§bb§9o§dw§9 Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0c7eef14-f5cb-3058-b2e0-2ca728224ec7\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzcyMTE0YTgwMzU3NDYzZmUyZjU5ZTM5N2FhYjlmYzY2ZDQ4MmE2NWQ1MjRmODg3MGQyMWM3MjRjMThlY2Y3NTcifX19\"}]}},display:{Lore:[0:\"§8Requires level 20\",1:\"§8Boots\",2:\"\",3:\"§7Walkin\u0027 on rainbows!\",4:\"\",5:\"§7Apply this rune to boots or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§d◆ §cR§6a§ei§an§bb§9o§dw§9 Rune III\"},ExtraAttributes:{runes:{RAINBOW:3},id:\"RAINBOW_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 20", + "§8Boots", + "", + "§7Walkin\u0027 on rainbows!", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "RAINBOW_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/REDSTONE_RUNE;1.json b/items/REDSTONE_RUNE;1.json new file mode 100644 index 00000000..8e6d9f3b --- /dev/null +++ b/items/REDSTONE_RUNE;1.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§c◆ Redstone Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f9105cb1-bdcb-3f64-9abc-46978efd072c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzg3YTdhODk0MDU3ZDRhMWZmMjJhMTYxZDc2NjAwZjcxOWRhNTc5MTY2MzNmNjgzODA4Y2Y0ZDM1OGJiNzNhMjEifX19\"}]}},display:{Lore:[0:\"§8Requires level 9\",1:\"§8Boots\",2:\"\",3:\"§7Walk like an engineer!\",4:\"\",5:\"§7Apply this rune to boots or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§9§lRARE COSMETIC\"],Name:\"§f§f§c◆ Redstone Rune I\"},ExtraAttributes:{runes:{REDSTONE:1},id:\"REDSTONE_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 9", + "§8Boots", + "", + "§7Walk like an engineer!", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "REDSTONE_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/REDSTONE_RUNE;2.json b/items/REDSTONE_RUNE;2.json new file mode 100644 index 00000000..38c8dcdc --- /dev/null +++ b/items/REDSTONE_RUNE;2.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§c◆ Redstone Rune II", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f9105cb1-bdcb-3f64-9abc-46978efd072c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzg3YTdhODk0MDU3ZDRhMWZmMjJhMTYxZDc2NjAwZjcxOWRhNTc5MTY2MzNmNjgzODA4Y2Y0ZDM1OGJiNzNhMjEifX19\"}]}},display:{Lore:[0:\"§8Requires level 9\",1:\"§8Boots\",2:\"\",3:\"§7Walk like an engineer!\",4:\"\",5:\"§7Apply this rune to boots or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§9§lRARE COSMETIC\"],Name:\"§f§f§c◆ Redstone Rune II\"},ExtraAttributes:{runes:{REDSTONE:2},id:\"REDSTONE_RUNE;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 9", + "§8Boots", + "", + "§7Walk like an engineer!", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "REDSTONE_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/REDSTONE_RUNE;3.json b/items/REDSTONE_RUNE;3.json new file mode 100644 index 00000000..de609da4 --- /dev/null +++ b/items/REDSTONE_RUNE;3.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§c◆ Redstone Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f9105cb1-bdcb-3f64-9abc-46978efd072c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzg3YTdhODk0MDU3ZDRhMWZmMjJhMTYxZDc2NjAwZjcxOWRhNTc5MTY2MzNmNjgzODA4Y2Y0ZDM1OGJiNzNhMjEifX19\"}]}},display:{Lore:[0:\"§8Requires level 9\",1:\"§8Boots\",2:\"\",3:\"§7Walk like an engineer!\",4:\"\",5:\"§7Apply this rune to boots or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§9§lRARE COSMETIC\"],Name:\"§f§f§c◆ Redstone Rune III\"},ExtraAttributes:{runes:{REDSTONE:3},id:\"REDSTONE_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 9", + "§8Boots", + "", + "§7Walk like an engineer!", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "REDSTONE_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/REFINED_DIAMOND.json b/items/REFINED_DIAMOND.json index 5d87431a..f0455ab0 100644 --- a/items/REFINED_DIAMOND.json +++ b/items/REFINED_DIAMOND.json @@ -1,25 +1,31 @@ { "itemid": "minecraft:diamond", "displayname": "§5Refined Diamond", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7§7§oLooking at it for too long\",1:\"§7§omay cause eye trauma.\",2:\"\",3:\"§5§lEPIC\",4:\"\",5:\"§eItems Required\",6:\"§9Enchanted Diamond Block §7x2\",7:\"\",8:\"§7Duration: §b8h\"],Name:\"§5Refined Diamond\"},ExtraAttributes:{id:\"REFINED_DIAMOND\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7§7§oLooking at it for too long\",1:\"§7§omay cause eye trauma.\",2:\"\",3:\"§5§lEPIC\"],Name:\"§5Refined Diamond\"},ExtraAttributes:{id:\"REFINED_DIAMOND\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7§7§oLooking at it for too long", "§7§omay cause eye trauma.", "", - "§5§lEPIC", - "", - "§eItems Required", - "§9Enchanted Diamond Block §7x2", - "", - "§7Duration: §b8h" + "§5§lEPIC" ], "internalname": "REFINED_DIAMOND", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Refined_Diamond" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "ENCHANTED_DIAMOND_BLOCK:2" + ], + "count": 1, + "overrideOutputId": "REFINED_DIAMOND", + "duration": 28800 + } ] -} +}
\ No newline at end of file diff --git a/items/REFINED_MITHRIL.json b/items/REFINED_MITHRIL.json index e23cb1ab..71afb1b4 100644 --- a/items/REFINED_MITHRIL.json +++ b/items/REFINED_MITHRIL.json @@ -4,19 +4,25 @@ "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"d448b288-ea09-312f-86bf-b6b597a6bc90\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDk5NjQ2NTYzMCwKICAicHJvZmlsZUlkIiA6ICI2ZmU4OTUxZDVhY2M0NDc3OWI2ZmYxMmU3YzFlOTQ2MyIsCiAgInByb2ZpbGVOYW1lIiA6ICJlcGhlbXJhIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM1YTc2NjMzMDA2MTliYjZhMTU2ZDc2MzUxYWMwNWY3YjNjYWZlYWMzMWUyZmYwNGM1NWNjOWYyMzYzMjc4MzIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§5§lEPIC\"],Name:\"§5Refined Mithril\"},ExtraAttributes:{id:\"REFINED_MITHRIL\"}}", "damage": 3, "lore": [ - "§5§lEPIC", - "", - "§eItems Required", - "§9Enchanted Mithril §7x160", - "", - "§7Duration: §b6h" + "§5§lEPIC" ], "internalname": "REFINED_MITHRIL", "crafttext": "", - "clickcommand": "", - "modver": "1.7.1-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Refined_Mithril" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "ENCHANTED_MITHRIL:160" + ], + "count": 1, + "overrideOutputId": "REFINED_MITHRIL", + "duration": 21600 + } ] -} +}
\ No newline at end of file diff --git a/items/REFINED_MITHRIL_PICKAXE.json b/items/REFINED_MITHRIL_PICKAXE.json index 8e610327..9fda8835 100644 --- a/items/REFINED_MITHRIL_PICKAXE.json +++ b/items/REFINED_MITHRIL_PICKAXE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_pickaxe", "displayname": "§9Refined Mithril Pickaxe", - "nbttag": "{ench:[],overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 5\",1:\"\",2:\"§7Damage: §c+50\",3:\"§7Mining Speed: §a+300\",4:\"\",5:\"§7Grants §a+50 §6↑ Mining Speed\",6:\"§6§7when mining Mithril Ore§7.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§9§lRARE PICKAXE\",10:\"\",11:\"§eItems Required\",12:\"§5Refined Mithril §7x3\",13:\"§9Bejeweled Handle §7x2\",14:\"§5Refined Diamond §7x1\",15:\"§aEnchanted Gold §7x30\",16:\"\",17:\"§7Duration: §b22h\"],Name:\"§9Refined Mithril Pickaxe\"},ExtraAttributes:{id:\"REFINED_MITHRIL_PICKAXE\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 5\",1:\"\",2:\"§7Damage: §c+50\",3:\"§7Mining Speed: §a+300\",4:\"\",5:\"§7Grants §a+50 §6↑ Mining Speed\",6:\"§6§7when mining Mithril Ore§7.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§9§lRARE PICKAXE\"],Name:\"§9Refined Mithril Pickaxe\"},ExtraAttributes:{id:\"REFINED_MITHRIL_PICKAXE\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§8Breaking Power 5", @@ -13,22 +13,28 @@ "§6§7when mining Mithril Ore§7.", "", "§7§8This item can be reforged!", - "§9§lRARE PICKAXE", - "", - "§eItems Required", - "§5Refined Mithril §7x3", - "§9Bejeweled Handle §7x2", - "§5Refined Diamond §7x1", - "§aEnchanted Gold §7x30", - "", - "§7Duration: §b22h" + "§9§lRARE PICKAXE" ], "internalname": "REFINED_MITHRIL_PICKAXE", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Refined_Mithril_Pickaxe" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "REFINED_DIAMOND:1", + "ENCHANTED_GOLD:30", + "BEJEWELED_HANDLE:2", + "REFINED_MITHRIL:3" + ], + "count": 1, + "overrideOutputId": "REFINED_MITHRIL_PICKAXE", + "duration": 79200 + } ] }
\ No newline at end of file diff --git a/items/REFINED_TITANIUM.json b/items/REFINED_TITANIUM.json index f3d4748c..88efd7f5 100644 --- a/items/REFINED_TITANIUM.json +++ b/items/REFINED_TITANIUM.json @@ -1,22 +1,28 @@ { "itemid": "minecraft:skull", "displayname": "§6Refined Titanium", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3eb7b44c-9955-3dcb-ad6c-2174f55eafb6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODk0OTM4MzMxOSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzA0YmFhYmY3ZWY4NTQ4MjVhYWUxOTkyZTRhNzVmZjcyODZlZDE2NTRkOGYxYTA4OTUyZTdiODY2OWNmNjkyZCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§6§lLEGENDARY\",1:\"\",2:\"§eItems Required\",3:\"§5Enchanted Titanium §7x16\",4:\"\",5:\"§7Duration: §b12h\"],Name:\"§6Refined Titanium\"},ExtraAttributes:{id:\"REFINED_TITANIUM\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3eb7b44c-9955-3dcb-ad6c-2174f55eafb6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODk0OTM4MzMxOSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzA0YmFhYmY3ZWY4NTQ4MjVhYWUxOTkyZTRhNzVmZjcyODZlZDE2NTRkOGYxYTA4OTUyZTdiODY2OWNmNjkyZCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§6§lLEGENDARY\"],Name:\"§6Refined Titanium\"},ExtraAttributes:{id:\"REFINED_TITANIUM\"}}", "damage": 3, "lore": [ - "§6§lLEGENDARY", - "", - "§eItems Required", - "§5Enchanted Titanium §7x16", - "", - "§7Duration: §b12h" + "§6§lLEGENDARY" ], "internalname": "REFINED_TITANIUM", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Refined_Titanium" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "ENCHANTED_TITANIUM:16" + ], + "count": 1, + "overrideOutputId": "REFINED_TITANIUM", + "duration": 43200 + } ] -} +}
\ No newline at end of file diff --git a/items/ROCK_GEMSTONE.json b/items/ROCK_GEMSTONE.json index a8e38bf3..ed39d1c4 100644 --- a/items/ROCK_GEMSTONE.json +++ b/items/ROCK_GEMSTONE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Rock Gemstone", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7bdda670-637b-32fa-92c1-ef5a672adeb5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjE0NmQ3YjJjZjlhMjE3ODRmMzZmNDU5MjE1MWRmYzU1YWE3YzZlZjlhZjRhNDMwYWJkODZkZTBmMDhiMjI0ZCJ9fX0\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Auspicious\",5:\"§9§7reforge to a pickaxe.\",6:\"\",7:\"§7§8§oThe lowest gemstone in the\",8:\"§8§ofood chain.\",9:\"\",10:\"§7Requires §aMining Skill Level\",11:\"§aXXI§7!\",12:\"\",13:\"§9§lRARE REFORGE STONE\",14:\"\",15:\"§eItems Required\",16:\"§aEnchanted Cobblestone §7x128\",17:\"§5Treasurite §7x64\",18:\"\",19:\"§7Duration: §b22h\"],Name:\"§9Rock Gemstone\"},ExtraAttributes:{id:\"ROCK_GEMSTONE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7bdda670-637b-32fa-92c1-ef5a672adeb5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjE0NmQ3YjJjZjlhMjE3ODRmMzZmNDU5MjE1MWRmYzU1YWE3YzZlZjlhZjRhNDMwYWJkODZkZTBmMDhiMjI0ZCJ9fX0\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Auspicious\",5:\"§9§7reforge to a pickaxe.\",6:\"\",7:\"§7§8§oThe lowest gemstone in the\",8:\"§8§ofood chain.\",9:\"\",10:\"§7Requires §aMining Skill Level\",11:\"§aXXI§7!\",12:\"\",13:\"§9§lRARE REFORGE STONE\"],Name:\"§9Rock Gemstone\"},ExtraAttributes:{id:\"ROCK_GEMSTONE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Reforge Stone", @@ -17,20 +17,26 @@ "§7Requires §aMining Skill Level", "§aXXI§7!", "", - "§9§lRARE REFORGE STONE", - "", - "§eItems Required", - "§aEnchanted Cobblestone §7x128", - "§5Treasurite §7x64", - "", - "§7Duration: §b22h" + "§9§lRARE REFORGE STONE" ], "internalname": "ROCK_GEMSTONE", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Rock_Gemstone" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "TREASURITE:64", + "ENCHANTED_COBBLESTONE:128" + ], + "count": 1, + "overrideOutputId": "ROCK_GEMSTONE", + "duration": 79200 + } ] -} +}
\ No newline at end of file diff --git a/items/RUBY_CRYSTAL.json b/items/RUBY_CRYSTAL.json new file mode 100644 index 00000000..7c9e8012 --- /dev/null +++ b/items/RUBY_CRYSTAL.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§cRuby Crystal", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e1012368-ea28-3e1c-9a83-1cda29b50ac9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMTQ2MzkzNTc3NSwKICAicHJvZmlsZUlkIiA6ICIwYTUzMDU0MTM4YWI0YjIyOTVhMGNlZmJiMGU4MmFkYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJQX0hpc2lybyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8yMWRiZTMwYjAyN2FjYmNlYjYxMjU2M2JkODc3Y2Q3ZWJiNzE5ZWE2ZWQxMzk5MDI3ZGNlZTU4YmI5MDQ5ZDRhIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7§7Energetic crystal found deep\",1:\"§7in the §5Crystal Hollows§7.\",2:\"\",3:\"§7§7Some say that it can be\",4:\"§7infused with §dgemstones§7, and\",5:\"§7it is rumored to unlock\",6:\"§7§etreasure§7.\",7:\"\",8:\"§9§lRARE\"],Name:\"§cRuby Crystal\"},ExtraAttributes:{id:\"RUBY_CRYSTAL\"}}", + "damage": 3, + "lore": [ + "§7§7Energetic crystal found deep", + "§7in the §5Crystal Hollows§7.", + "", + "§7§7Some say that it can be", + "§7infused with §dgemstones§7, and", + "§7it is rumored to unlock", + "§7§etreasure§7.", + "", + "§9§lRARE" + ], + "internalname": "RUBY_CRYSTAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Gemstone_Crystals" + ] +}
\ No newline at end of file diff --git a/items/RUBY_POLISHED_DRILL_ENGINE.json b/items/RUBY_POLISHED_DRILL_ENGINE.json index 0dd8de6a..bb527347 100644 --- a/items/RUBY_POLISHED_DRILL_ENGINE.json +++ b/items/RUBY_POLISHED_DRILL_ENGINE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Ruby-polished Drill Engine", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9afc5422-ee63-3293-b316-80fad0938c70\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzNjAyNzQzOCwKICAicHJvZmlsZUlkIiA6ICI5MWZlMTk2ODdjOTA0NjU2YWExZmMwNTk4NmRkM2ZlNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJoaGphYnJpcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mYjkwNTE0ODVlMTU3MDA0MTgwMjJlMzhhNWRiMjhhMDQ5YTJlNjI3YzVmZmE1NmZkMzEzYmNkZWFkNDA2YThlIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Drill Engine\",3:\"\",4:\"§7Grants §a+150 §6⸕ Mining\",5:\"§6Speed§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to §2Jotraeline\",9:\"§2Greatforge §7in the §2Dwarven\",10:\"§2Mines§7!\",11:\"\",12:\"§9§lRARE\",13:\"\",14:\"§eItems Required\",15:\"§9Mithril-Plated Drill Engine §7x1\",16:\"§9Superlite Motor §7x10\",17:\"§9❤ §9Fine Ruby Gemstone §7x10\",18:\"\",19:\"§7Duration: §b20h\"],Name:\"§9Ruby-polished Drill Engine\"},ExtraAttributes:{id:\"RUBY_POLISHED_DRILL_ENGINE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9afc5422-ee63-3293-b316-80fad0938c70\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzNjAyNzQzOCwKICAicHJvZmlsZUlkIiA6ICI5MWZlMTk2ODdjOTA0NjU2YWExZmMwNTk4NmRkM2ZlNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJoaGphYnJpcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mYjkwNTE0ODVlMTU3MDA0MTgwMjJlMzhhNWRiMjhhMDQ5YTJlNjI3YzVmZmE1NmZkMzEzYmNkZWFkNDA2YThlIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Drill Engine\",3:\"\",4:\"§7Grants §a+150 §6⸕ Mining\",5:\"§6Speed§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to §2Jotraeline\",9:\"§2Greatforge §7in the §2Dwarven\",10:\"§2Mines§7!\",11:\"\",12:\"§9§lRARE\"],Name:\"§9Ruby-polished Drill Engine\"},ExtraAttributes:{id:\"RUBY_POLISHED_DRILL_ENGINE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Drill Part", @@ -16,21 +16,27 @@ "§2Greatforge §7in the §2Dwarven", "§2Mines§7!", "", - "§9§lRARE", - "", - "§eItems Required", - "§9Mithril-Plated Drill Engine §7x1", - "§9Superlite Motor §7x10", - "§9❤ §9Fine Ruby Gemstone §7x10", - "", - "§7Duration: §b20h" + "§9§lRARE" ], "internalname": "RUBY_POLISHED_DRILL_ENGINE", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ruby-Polished_Drill_Engine" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "SUPERLITE_MOTOR:10", + "MITHRIL_DRILL_ENGINE:1", + "FINE_RUBY_GEM:10" + ], + "count": 1, + "overrideOutputId": "RUBY_POLISHED_DRILL_ENGINE", + "duration": 72000 + } ] -} +}
\ No newline at end of file diff --git a/items/SAPPHIRE_CRYSTAL.json b/items/SAPPHIRE_CRYSTAL.json new file mode 100644 index 00000000..7faf31bc --- /dev/null +++ b/items/SAPPHIRE_CRYSTAL.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§bSapphire Crystal", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"22b6b513-bb9a-3eb2-8e85-a44f1079c703\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDA3NjQwOTI1NSwKICAicHJvZmlsZUlkIiA6ICI0NWY3YTJlNjE3ODE0YjJjODAwODM5MmRmN2IzNWY0ZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJfSnVzdERvSXQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTUwNjQ5NjI2YzQxMDEzNTJjNTk5NWM1M2I0OGJmZjYwYTkzODIxMmI3Y2U5MDI0MTVmZWI3NmVhMjczYjM1ZiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7§7Energetic crystal found deep\",1:\"§7in the §5Crystal Hollows§7.\",2:\"\",3:\"§7§7Some say that it can be\",4:\"§7infused with §dgemstones§7, and\",5:\"§7it is rumored to unlock\",6:\"§7§etreasure§7.\",7:\"\",8:\"§9§lRARE\"],Name:\"§bSapphire Crystal\"},ExtraAttributes:{id:\"SAPPHIRE_CRYSTAL\"}}", + "damage": 3, + "lore": [ + "§7§7Energetic crystal found deep", + "§7in the §5Crystal Hollows§7.", + "", + "§7§7Some say that it can be", + "§7infused with §dgemstones§7, and", + "§7it is rumored to unlock", + "§7§etreasure§7.", + "", + "§9§lRARE" + ], + "internalname": "SAPPHIRE_CRYSTAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Gemstone_Crystals" + ] +}
\ No newline at end of file diff --git a/items/SAPPHIRE_POLISHED_DRILL_ENGINE.json b/items/SAPPHIRE_POLISHED_DRILL_ENGINE.json index 87cfaf99..7f840922 100644 --- a/items/SAPPHIRE_POLISHED_DRILL_ENGINE.json +++ b/items/SAPPHIRE_POLISHED_DRILL_ENGINE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Sapphire-polished Drill Engine", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"941216e8-9406-3c45-8591-3e1068dd0635\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNTQ5MjYwMzk4MiwKICAicHJvZmlsZUlkIiA6ICI2MWUwNmYxMjFjNTk0ZDdiYjY5MmQ0ZDg1MDljNDdmOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJJdHpfU2NhcmxldHQ3MDIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODYzZWZhNmMxM2ExODBlYWE3MWNmMGM2NGE2MjM1MGM0MmIyNDA5M2U5OTU3NDkyYjI0NDk1NzgyNjgyNTZhYiIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Drill Engine\",3:\"\",4:\"§7Grants §a+250 §6⸕ Mining\",5:\"§6Speed§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§7§4❣ §cRequires §5Heart of the\",11:\"§5Mountain Tier 6.\",12:\"§9§lRARE\",13:\"\",14:\"§eItems Required\",15:\"§9Titanium-Plated Drill Engine §7x1\",16:\"§9Electron Transmitter §7x25\",17:\"§9FTX 3070 §7x25\",18:\"§9✎ §9Fine Sapphire Gemstone §7x20\",19:\"\",20:\"§7Duration: §b1d 8h\"],Name:\"§f§f§9Sapphire-polished Drill Engine\"},ExtraAttributes:{id:\"SAPPHIRE_POLISHED_DRILL_ENGINE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"941216e8-9406-3c45-8591-3e1068dd0635\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNTQ5MjYwMzk4MiwKICAicHJvZmlsZUlkIiA6ICI2MWUwNmYxMjFjNTk0ZDdiYjY5MmQ0ZDg1MDljNDdmOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJJdHpfU2NhcmxldHQ3MDIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODYzZWZhNmMxM2ExODBlYWE3MWNmMGM2NGE2MjM1MGM0MmIyNDA5M2U5OTU3NDkyYjI0NDk1NzgyNjgyNTZhYiIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Drill Engine\",3:\"\",4:\"§7Grants §a+250 §6⸕ Mining\",5:\"§6Speed§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§7§4❣ §cRequires §5Heart of the\",11:\"§5Mountain Tier 6.\",12:\"§9§lRARE\"],Name:\"§f§f§9Sapphire-polished Drill Engine\"},ExtraAttributes:{id:\"SAPPHIRE_POLISHED_DRILL_ENGINE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Drill Part", @@ -16,22 +16,28 @@ "", "§7§4❣ §cRequires §5Heart of the", "§5Mountain Tier 6.", - "§9§lRARE", - "", - "§eItems Required", - "§9Titanium-Plated Drill Engine §7x1", - "§9Electron Transmitter §7x25", - "§9FTX 3070 §7x25", - "§9✎ §9Fine Sapphire Gemstone §7x20", - "", - "§7Duration: §b1d 8h" + "§9§lRARE" ], "internalname": "SAPPHIRE_POLISHED_DRILL_ENGINE", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sapphire-polished_Drill_Engine" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "TITANIUM_DRILL_ENGINE:1", + "FTX_3070:25", + "ELECTRON_TRANSMITTER:25", + "FINE_SAPPHIRE_GEM:20" + ], + "count": 1, + "overrideOutputId": "SAPPHIRE_POLISHED_DRILL_ENGINE", + "duration": 108000 + } ] -} +}
\ No newline at end of file diff --git a/items/SCATHA;4.json b/items/SCATHA;4.json index da1dd39c..cb553443 100644 --- a/items/SCATHA;4.json +++ b/items/SCATHA;4.json @@ -17,7 +17,7 @@ "§7find treasure while mining.", "", "§6Wormhole", - "§7§7Gives a §a{2}% §7chance to mine 2", + "§7§7Gives a §a{2}% §7to mine 2", "§7adjacent stone or hard stone.", "", "§7§eRight-click to add this pet to", diff --git a/items/SMOKEY_RUNE;1.json b/items/SMOKEY_RUNE;1.json new file mode 100644 index 00000000..6df12a1a --- /dev/null +++ b/items/SMOKEY_RUNE;1.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§7◆ Smokey Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a2c9b773-a74f-36f8-a5bb-565d1f376a26\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2U0ZDhhOGQ1MjdmNjVhNGY0MzRmODk0ZjdlZTQyZWI4NDMwMTViZGE3OTI3YzYzYzZlYThhNzU0YWZlOWJiMWIifX19\"}]}},display:{Lore:[0:\"§8Requires level 7\",1:\"§8Bows\",2:\"\",3:\"§7Creates a burnt trail behind\",4:\"§7your arrows!\",5:\"\",6:\"§7Apply this rune to bows or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§f§lCOMMON COSMETIC\"],Name:\"§f§f§7◆ Smokey Rune I\"},ExtraAttributes:{runes:{SMOKEY:1},id:\"SMOKEY_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 7", + "§8Bows", + "", + "§7Creates a burnt trail behind", + "§7your arrows!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§f§lCOMMON COSMETIC" + ], + "internalname": "SMOKEY_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SMOKEY_RUNE;2.json b/items/SMOKEY_RUNE;2.json new file mode 100644 index 00000000..623e0606 --- /dev/null +++ b/items/SMOKEY_RUNE;2.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§7◆ Smokey Rune II", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a2c9b773-a74f-36f8-a5bb-565d1f376a26\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2U0ZDhhOGQ1MjdmNjVhNGY0MzRmODk0ZjdlZTQyZWI4NDMwMTViZGE3OTI3YzYzYzZlYThhNzU0YWZlOWJiMWIifX19\"}]}},display:{Lore:[0:\"§8Requires level 7\",1:\"§8Bows\",2:\"\",3:\"§7Creates a burnt trail behind\",4:\"§7your arrows!\",5:\"\",6:\"§7Apply this rune to bows or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§f§lCOMMON COSMETIC\"],Name:\"§f§f§7◆ Smokey Rune II\"},ExtraAttributes:{runes:{SMOKEY:2},id:\"SMOKEY_RUNE;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 7", + "§8Bows", + "", + "§7Creates a burnt trail behind", + "§7your arrows!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§f§lCOMMON COSMETIC" + ], + "internalname": "SMOKEY_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SMOKEY_RUNE;3.json b/items/SMOKEY_RUNE;3.json new file mode 100644 index 00000000..2993a4ee --- /dev/null +++ b/items/SMOKEY_RUNE;3.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§7◆ Smokey Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a2c9b773-a74f-36f8-a5bb-565d1f376a26\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2U0ZDhhOGQ1MjdmNjVhNGY0MzRmODk0ZjdlZTQyZWI4NDMwMTViZGE3OTI3YzYzYzZlYThhNzU0YWZlOWJiMWIifX19\"}]}},display:{Lore:[0:\"§8Requires level 7\",1:\"§8Bows\",2:\"\",3:\"§7Creates a burnt trail behind\",4:\"§7your arrows!\",5:\"\",6:\"§7Apply this rune to bows or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§f§lCOMMON COSMETIC\"],Name:\"§f§f§7◆ Smokey Rune III\"},ExtraAttributes:{runes:{SMOKEY:3},id:\"SMOKEY_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 7", + "§8Bows", + "", + "§7Creates a burnt trail behind", + "§7your arrows!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§f§lCOMMON COSMETIC" + ], + "internalname": "SMOKEY_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SNAKE_RUNE;1.json b/items/SNAKE_RUNE;1.json new file mode 100644 index 00000000..b1314be6 --- /dev/null +++ b/items/SNAKE_RUNE;1.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§a◆ Snake Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"b8480d6d-7769-33ea-8dba-3cb5a01a69c0\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1Njg0NjEwMDY4NjcsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzJjNGE2NWM2ODliMmQzNjQwOTEwMGE2MGMyYWI4ZDNkMGE2N2NlOTRlZWEzYzFmN2FjOTc0ZmQ4OTM1NjhiNWQifX19\"}]}},display:{Lore:[0:\"§8Requires level 21\",1:\"§8Boots\",2:\"\",3:\"§7Obtained very rarely from\",4:\"§7slaying the Revenant Horror.\",5:\"\",6:\"§7Apply this rune to boots or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§a◆ Snake Rune I\"},ExtraAttributes:{runes:{SNAKE:1},id:\"SNAKE_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 21", + "§8Boots", + "", + "§7Obtained very rarely from", + "§7slaying the Revenant Horror.", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "SNAKE_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SNAKE_RUNE;2.json b/items/SNAKE_RUNE;2.json new file mode 100644 index 00000000..f59fcb4b --- /dev/null +++ b/items/SNAKE_RUNE;2.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§a◆ Snake Rune II", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"b8480d6d-7769-33ea-8dba-3cb5a01a69c0\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1Njg0NjEwMDY4NjcsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzJjNGE2NWM2ODliMmQzNjQwOTEwMGE2MGMyYWI4ZDNkMGE2N2NlOTRlZWEzYzFmN2FjOTc0ZmQ4OTM1NjhiNWQifX19\"}]}},display:{Lore:[0:\"§8Requires level 21\",1:\"§8Boots\",2:\"\",3:\"§7Obtained very rarely from\",4:\"§7slaying the Revenant Horror.\",5:\"\",6:\"§7Apply this rune to boots or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§a◆ Snake Rune II\"},ExtraAttributes:{runes:{SNAKE:2},id:\"SNAKE_RUNE;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 21", + "§8Boots", + "", + "§7Obtained very rarely from", + "§7slaying the Revenant Horror.", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "SNAKE_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SNAKE_RUNE;3.json b/items/SNAKE_RUNE;3.json new file mode 100644 index 00000000..cb3bb203 --- /dev/null +++ b/items/SNAKE_RUNE;3.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§a◆ Snake Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"b8480d6d-7769-33ea-8dba-3cb5a01a69c0\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1Njg0NjEwMDY4NjcsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzJjNGE2NWM2ODliMmQzNjQwOTEwMGE2MGMyYWI4ZDNkMGE2N2NlOTRlZWEzYzFmN2FjOTc0ZmQ4OTM1NjhiNWQifX19\"}]}},display:{Lore:[0:\"§8Requires level 21\",1:\"§8Boots\",2:\"\",3:\"§7Obtained very rarely from\",4:\"§7slaying the Revenant Horror.\",5:\"\",6:\"§7Apply this rune to boots or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§a◆ Snake Rune III\"},ExtraAttributes:{runes:{SNAKE:3},id:\"SNAKE_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 21", + "§8Boots", + "", + "§7Obtained very rarely from", + "§7slaying the Revenant Horror.", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "SNAKE_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SNOW_RUNE;1.json b/items/SNOW_RUNE;1.json new file mode 100644 index 00000000..da807ede --- /dev/null +++ b/items/SNOW_RUNE;1.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§f◆ Snow Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"e9fb8a1a-9257-3fcf-bf94-71dc1c92cfbf\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NkYzU3Yzc1YWRmMzllYzZmMGUwOTE2MDQ5ZGQ5NjcxZTk4YThhMWU2MDAxMDRlODRlNjQ1Yzk4ODk1MGJkNyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Requires level 2\",1:\"§8Weapons\",2:\"\",3:\"§7Freeze monsters to death!\",4:\"\",5:\"§7Apply this rune to weapons or\",6:\"§7fuse two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§f§lCOMMON COSMETIC\"],Name:\"§f§f§f◆ Snow Rune I\"},ExtraAttributes:{runes:{SNOW:1},id:\"SNOW_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 2", + "§8Weapons", + "", + "§7Freeze monsters to death!", + "", + "§7Apply this rune to weapons or", + "§7fuse two together at the Runic", + "§7Pedestal!", + "", + "§f§lCOMMON COSMETIC" + ], + "internalname": "SNOW_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SNOW_RUNE;2.json b/items/SNOW_RUNE;2.json new file mode 100644 index 00000000..914c849f --- /dev/null +++ b/items/SNOW_RUNE;2.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§f◆ Snow Rune II", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"e9fb8a1a-9257-3fcf-bf94-71dc1c92cfbf\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NkYzU3Yzc1YWRmMzllYzZmMGUwOTE2MDQ5ZGQ5NjcxZTk4YThhMWU2MDAxMDRlODRlNjQ1Yzk4ODk1MGJkNyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Requires level 2\",1:\"§8Weapons\",2:\"\",3:\"§7Freeze monsters to death!\",4:\"\",5:\"§7Apply this rune to weapons or\",6:\"§7fuse two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§f§lCOMMON COSMETIC\"],Name:\"§f§f§f◆ Snow Rune II\"},ExtraAttributes:{runes:{SNOW:2},id:\"SNOW_RUNE;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 2", + "§8Weapons", + "", + "§7Freeze monsters to death!", + "", + "§7Apply this rune to weapons or", + "§7fuse two together at the Runic", + "§7Pedestal!", + "", + "§f§lCOMMON COSMETIC" + ], + "internalname": "SNOW_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SNOW_RUNE;3.json b/items/SNOW_RUNE;3.json new file mode 100644 index 00000000..b0151b1d --- /dev/null +++ b/items/SNOW_RUNE;3.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§f◆ Snow Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"e9fb8a1a-9257-3fcf-bf94-71dc1c92cfbf\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NkYzU3Yzc1YWRmMzllYzZmMGUwOTE2MDQ5ZGQ5NjcxZTk4YThhMWU2MDAxMDRlODRlNjQ1Yzk4ODk1MGJkNyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Requires level 2\",1:\"§8Weapons\",2:\"\",3:\"§7Freeze monsters to death!\",4:\"\",5:\"§7Apply this rune to weapons or\",6:\"§7fuse two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§f§lCOMMON COSMETIC\"],Name:\"§f§f§f◆ Snow Rune III\"},ExtraAttributes:{runes:{SNOW:3},id:\"SNOW_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 2", + "§8Weapons", + "", + "§7Freeze monsters to death!", + "", + "§7Apply this rune to weapons or", + "§7fuse two together at the Runic", + "§7Pedestal!", + "", + "§f§lCOMMON COSMETIC" + ], + "internalname": "SNOW_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SPARKLING_RUNE;1.json b/items/SPARKLING_RUNE;1.json new file mode 100644 index 00000000..a62cc414 --- /dev/null +++ b/items/SPARKLING_RUNE;1.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§f◆ Sparkling Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f7261c28-24af-3e04-8ecb-831d6ae48f9e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2YxZTI0MjhjYjM1OTk4OGY0YzRmZjBlNjFkZTIxMzg1YzYyMjY5ZGUxOWE2OTc2MmQ3NzMyMjNiNzVkZDE2NjYifX19\"}]}},display:{Lore:[0:\"§8Requires level 11\",1:\"§8Boots\",2:\"\",3:\"§7Your shoes are sparkling!\",4:\"\",5:\"§7Apply this rune to boots or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§9§lRARE COSMETIC\"],Name:\"§f§f§f◆ Sparkling Rune I\"},ExtraAttributes:{runes:{SPARKLING:1},id:\"SPARKLING_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 11", + "§8Boots", + "", + "§7Your shoes are sparkling!", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "SPARKLING_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SPARKLING_RUNE;2.json b/items/SPARKLING_RUNE;2.json new file mode 100644 index 00000000..9a165a87 --- /dev/null +++ b/items/SPARKLING_RUNE;2.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§f◆ Sparkling Rune II", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f7261c28-24af-3e04-8ecb-831d6ae48f9e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2YxZTI0MjhjYjM1OTk4OGY0YzRmZjBlNjFkZTIxMzg1YzYyMjY5ZGUxOWE2OTc2MmQ3NzMyMjNiNzVkZDE2NjYifX19\"}]}},display:{Lore:[0:\"§8Requires level 11\",1:\"§8Boots\",2:\"\",3:\"§7Your shoes are sparkling!\",4:\"\",5:\"§7Apply this rune to boots or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§9§lRARE COSMETIC\"],Name:\"§f§f§f◆ Sparkling Rune II\"},ExtraAttributes:{runes:{SPARKLING:2},id:\"SPARKLING_RUNE;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 11", + "§8Boots", + "", + "§7Your shoes are sparkling!", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "SPARKLING_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SPARKLING_RUNE;3.json b/items/SPARKLING_RUNE;3.json new file mode 100644 index 00000000..7ebe3017 --- /dev/null +++ b/items/SPARKLING_RUNE;3.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§f◆ Sparkling Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f7261c28-24af-3e04-8ecb-831d6ae48f9e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2YxZTI0MjhjYjM1OTk4OGY0YzRmZjBlNjFkZTIxMzg1YzYyMjY5ZGUxOWE2OTc2MmQ3NzMyMjNiNzVkZDE2NjYifX19\"}]}},display:{Lore:[0:\"§8Requires level 11\",1:\"§8Boots\",2:\"\",3:\"§7Your shoes are sparkling!\",4:\"\",5:\"§7Apply this rune to boots or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§9§lRARE COSMETIC\"],Name:\"§f§f§f◆ Sparkling Rune III\"},ExtraAttributes:{runes:{SPARKLING:3},id:\"SPARKLING_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 11", + "§8Boots", + "", + "§7Your shoes are sparkling!", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "SPARKLING_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SPIRIT_RUNE;1.json b/items/SPIRIT_RUNE;1.json new file mode 100644 index 00000000..4b5472ba --- /dev/null +++ b/items/SPIRIT_RUNE;1.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§b◆ Spirit Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9e0afa8f-22b3-38d3-b5eb-b5328a73d963\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1Njk2MTMzNzQyMDQsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2M3MzhiOGFmOGQ3Y2UxYTI2ZGM2ZDQwMTgwYjM1ODk0MDNlMTFlZjM2YTY2ZDdjNDU5MDAzNzczMjgyOTU0MmUifX19\"}]}},display:{Lore:[0:\"§8Requires level 12\",1:\"§8Weapons\",2:\"\",3:\"§7Obtained rarely from slaying\",4:\"§7Sven Packmaster.\",5:\"\",6:\"§7Apply this rune to weapons or\",7:\"§7fuse two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§9§lRARE COSMETIC\"],Name:\"§f§f§b◆ Spirit Rune I\"},ExtraAttributes:{runes:{SPIRIT:1},id:\"SPIRIT_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 12", + "§8Weapons", + "", + "§7Obtained rarely from slaying", + "§7Sven Packmaster.", + "", + "§7Apply this rune to weapons or", + "§7fuse two together at the Runic", + "§7Pedestal!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "SPIRIT_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SPIRIT_RUNE;2.json b/items/SPIRIT_RUNE;2.json new file mode 100644 index 00000000..dbf9cda3 --- /dev/null +++ b/items/SPIRIT_RUNE;2.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§b◆ Spirit Rune II", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9e0afa8f-22b3-38d3-b5eb-b5328a73d963\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1Njk2MTMzNzQyMDQsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2M3MzhiOGFmOGQ3Y2UxYTI2ZGM2ZDQwMTgwYjM1ODk0MDNlMTFlZjM2YTY2ZDdjNDU5MDAzNzczMjgyOTU0MmUifX19\"}]}},display:{Lore:[0:\"§8Requires level 12\",1:\"§8Weapons\",2:\"\",3:\"§7Obtained rarely from slaying\",4:\"§7Sven Packmaster.\",5:\"\",6:\"§7Apply this rune to weapons or\",7:\"§7fuse two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§9§lRARE COSMETIC\"],Name:\"§f§f§b◆ Spirit Rune II\"},ExtraAttributes:{runes:{SPIRIT:2},id:\"SPIRIT_RUNE;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 12", + "§8Weapons", + "", + "§7Obtained rarely from slaying", + "§7Sven Packmaster.", + "", + "§7Apply this rune to weapons or", + "§7fuse two together at the Runic", + "§7Pedestal!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "SPIRIT_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SPIRIT_RUNE;3.json b/items/SPIRIT_RUNE;3.json new file mode 100644 index 00000000..4bbb45f0 --- /dev/null +++ b/items/SPIRIT_RUNE;3.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§b◆ Spirit Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9e0afa8f-22b3-38d3-b5eb-b5328a73d963\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1Njk2MTMzNzQyMDQsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2M3MzhiOGFmOGQ3Y2UxYTI2ZGM2ZDQwMTgwYjM1ODk0MDNlMTFlZjM2YTY2ZDdjNDU5MDAzNzczMjgyOTU0MmUifX19\"}]}},display:{Lore:[0:\"§8Requires level 12\",1:\"§8Weapons\",2:\"\",3:\"§7Obtained rarely from slaying\",4:\"§7Sven Packmaster.\",5:\"\",6:\"§7Apply this rune to weapons or\",7:\"§7fuse two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§9§lRARE COSMETIC\"],Name:\"§f§f§b◆ Spirit Rune III\"},ExtraAttributes:{runes:{SPIRIT:3},id:\"SPIRIT_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 12", + "§8Weapons", + "", + "§7Obtained rarely from slaying", + "§7Sven Packmaster.", + "", + "§7Apply this rune to weapons or", + "§7fuse two together at the Runic", + "§7Pedestal!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "SPIRIT_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/TIDAL_RUNE;1.json b/items/TIDAL_RUNE;1.json new file mode 100644 index 00000000..d19e3cdd --- /dev/null +++ b/items/TIDAL_RUNE;1.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§1◆ §1§lTidal Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9324f755-30d6-32f2-b821-e00b046f46b0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzY5NjcxMDQ3YzZhZGU4YTljNGQ2YTU4MWJjMjZkMjg0YTU0YWUzMmU4NWMzNGNlNjlkODFmOTI3OTliZjNmYmIifX19\"}]}},display:{Lore:[0:\"§8Requires level 20\",1:\"§8Boots\",2:\"\",3:\"§7Obtained from Phantom Fisher\",4:\"§7during Spooky Festival.\",5:\"\",6:\"§7Apply this rune to boots or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§1◆ §1§lTidal Rune I\"},ExtraAttributes:{runes:{TIDAL:1},id:\"TIDAL_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 20", + "§8Boots", + "", + "§7Obtained from Phantom Fisher", + "§7during Spooky Festival.", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "TIDAL_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/TIDAL_RUNE;2.json b/items/TIDAL_RUNE;2.json new file mode 100644 index 00000000..0ee0652f --- /dev/null +++ b/items/TIDAL_RUNE;2.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§1◆ §1§lTidal Rune II", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9324f755-30d6-32f2-b821-e00b046f46b0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzY5NjcxMDQ3YzZhZGU4YTljNGQ2YTU4MWJjMjZkMjg0YTU0YWUzMmU4NWMzNGNlNjlkODFmOTI3OTliZjNmYmIifX19\"}]}},display:{Lore:[0:\"§8Requires level 20\",1:\"§8Boots\",2:\"\",3:\"§7Obtained from Phantom Fisher\",4:\"§7during Spooky Festival.\",5:\"\",6:\"§7Apply this rune to boots or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§1◆ §1§lTidal Rune II\"},ExtraAttributes:{runes:{TIDAL:2},id:\"TIDAL_RUNE;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 20", + "§8Boots", + "", + "§7Obtained from Phantom Fisher", + "§7during Spooky Festival.", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "TIDAL_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/TIDAL_RUNE;3.json b/items/TIDAL_RUNE;3.json new file mode 100644 index 00000000..f78be0f8 --- /dev/null +++ b/items/TIDAL_RUNE;3.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§1◆ §1§lTidal Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9324f755-30d6-32f2-b821-e00b046f46b0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzY5NjcxMDQ3YzZhZGU4YTljNGQ2YTU4MWJjMjZkMjg0YTU0YWUzMmU4NWMzNGNlNjlkODFmOTI3OTliZjNmYmIifX19\"}]}},display:{Lore:[0:\"§8Requires level 20\",1:\"§8Boots\",2:\"\",3:\"§7Obtained from Phantom Fisher\",4:\"§7during Spooky Festival.\",5:\"\",6:\"§7Apply this rune to boots or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§1◆ §1§lTidal Rune III\"},ExtraAttributes:{runes:{TIDAL:3},id:\"TIDAL_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 20", + "§8Boots", + "", + "§7Obtained from Phantom Fisher", + "§7during Spooky Festival.", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "TIDAL_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/TITANIUM_ARTIFACT.json b/items/TITANIUM_ARTIFACT.json index f9384e03..43d08eea 100644 --- a/items/TITANIUM_ARTIFACT.json +++ b/items/TITANIUM_ARTIFACT.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§5Titanium Artifact", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"e487bb56-a47b-3ca1-b21b-8977524b9701\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDQ4MDc5MjAxMiwKICAicHJvZmlsZUlkIiA6ICIxZDUyMzNkMzg4NjI0YmFmYjAwZTMxNTBhN2FhM2E4OSIsCiAgInByb2ZpbGVOYW1lIiA6ICIwMDAwMDAwMDAwMDAwMDBKIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzk4ZWMyMWQyMGYxYWFmNTYzNWY0OGJlZGE4ODYyNjQwM2M2Mzg1YjgxNjczZmI3Y2ZhN2ZmODIxNzljNjNlMzkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Mining Speed: §a+45\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§7§4❣ §cRequires §5Heart of the\",4:\"§5Mountain Tier 4\",5:\"§5§lEPIC ACCESSORY\",6:\"\",7:\"§eItems Required\",8:\"§6Refined Titanium §7x12\",9:\"§9Titanium Ring §7x1\",10:\"\",11:\"§7Duration: §b1d 12h\"],Name:\"§f§f§5Titanium Artifact\"},ExtraAttributes:{id:\"TITANIUM_ARTIFACT\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"e487bb56-a47b-3ca1-b21b-8977524b9701\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDQ4MDc5MjAxMiwKICAicHJvZmlsZUlkIiA6ICIxZDUyMzNkMzg4NjI0YmFmYjAwZTMxNTBhN2FhM2E4OSIsCiAgInByb2ZpbGVOYW1lIiA6ICIwMDAwMDAwMDAwMDAwMDBKIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzk4ZWMyMWQyMGYxYWFmNTYzNWY0OGJlZGE4ODYyNjQwM2M2Mzg1YjgxNjczZmI3Y2ZhN2ZmODIxNzljNjNlMzkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Mining Speed: §a+45\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§7§4❣ §cRequires §5Heart of the\",4:\"§5Mountain Tier 4\",5:\"§5§lEPIC ACCESSORY\"],Name:\"§f§f§5Titanium Artifact\"},ExtraAttributes:{id:\"TITANIUM_ARTIFACT\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7Mining Speed: §a+45", @@ -9,20 +9,26 @@ "§7§8This item can be reforged!", "§7§4❣ §cRequires §5Heart of the", "§5Mountain Tier 4", - "§5§lEPIC ACCESSORY", - "", - "§eItems Required", - "§6Refined Titanium §7x12", - "§9Titanium Ring §7x1", - "", - "§7Duration: §b1d 12h" + "§5§lEPIC ACCESSORY" ], "internalname": "TITANIUM_ARTIFACT", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Titanium_Artifact" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "REFINED_TITANIUM:12", + "TITANIUM_RING:1" + ], + "count": 1, + "overrideOutputId": "TITANIUM_ARTIFACT", + "duration": 129600 + } ] -} +}
\ No newline at end of file diff --git a/items/TITANIUM_DRILL_1.json b/items/TITANIUM_DRILL_1.json index 0e192211..792e4d53 100644 --- a/items/TITANIUM_DRILL_1.json +++ b/items/TITANIUM_DRILL_1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§f§f§5Titanium Drill DR-X355", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 7\",1:\"\",2:\"§7Damage: §c+75\",3:\"§7Mining Speed: §a+700\",4:\"§7Mining Fortune: §a+25\",5:\"\",6:\"§7Fuel Tank: §cNot Installed\",7:\"§7§7Increases fuel capacity with\",8:\"§7part installed.\",9:\"\",10:\"§7Drill Engine: §cNot Installed\",11:\"§7§7Increases §6⸕ Mining Speed\",12:\"§6§7with part installed.\",13:\"\",14:\"§7Upgrade Module: §cNot Installed\",15:\"§7§7Applies a passive upgrade with\",16:\"§7part installed.\",17:\"\",18:\"§7Apply Drill Parts to this Drill\",19:\"§7by talking to §2Jotraeline\",20:\"§2Greatforge §7in the §2Dwarven\",21:\"§2Mines§7!\",22:\"\",23:\"§7Fuel: §23,000§8/3k\",24:\"\",25:\"§7§8This item can be reforged!\",26:\"§7§4❣ §cRequires §5Heart of the\",27:\"§5Mountain Tier 5\",28:\"§5§lEPIC DRILL\",29:\"\",30:\"§eItems Required\",31:\"§9Drill Engine §7x1\",32:\"§9Fuel Tank §7x1\",33:\"§9Golden Plate §7x6\",34:\"§6Refined Titanium §7x10\",35:\"§5Refined Mithril §7x10\",36:\"\",37:\"§7Duration: §b2d 16h\"],Name:\"§f§f§5Titanium Drill DR-X355\"},ExtraAttributes:{id:\"TITANIUM_DRILL_1\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 7\",1:\"\",2:\"§7Damage: §c+75\",3:\"§7Mining Speed: §a+700\",4:\"§7Mining Fortune: §a+25\",5:\"\",6:\"§7Fuel Tank: §cNot Installed\",7:\"§7§7Increases fuel capacity with\",8:\"§7part installed.\",9:\"\",10:\"§7Drill Engine: §cNot Installed\",11:\"§7§7Increases §6⸕ Mining Speed\",12:\"§6§7with part installed.\",13:\"\",14:\"§7Upgrade Module: §cNot Installed\",15:\"§7§7Applies a passive upgrade with\",16:\"§7part installed.\",17:\"\",18:\"§7Apply Drill Parts to this Drill\",19:\"§7by talking to §2Jotraeline\",20:\"§2Greatforge §7in the §2Dwarven\",21:\"§2Mines§7!\",22:\"\",23:\"§7Fuel: §23,000§8/3k\",24:\"\",25:\"§7§8This item can be reforged!\",26:\"§7§4❣ §cRequires §5Heart of the\",27:\"§5Mountain Tier 5\",28:\"§5§lEPIC DRILL\"],Name:\"§f§f§5Titanium Drill DR-X355\"},ExtraAttributes:{id:\"TITANIUM_DRILL_1\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§8Breaking Power 7", @@ -32,23 +32,29 @@ "§7§8This item can be reforged!", "§7§4❣ §cRequires §5Heart of the", "§5Mountain Tier 5", - "§5§lEPIC DRILL", - "", - "§eItems Required", - "§9Drill Engine §7x1", - "§9Fuel Tank §7x1", - "§9Golden Plate §7x6", - "§6Refined Titanium §7x10", - "§5Refined Mithril §7x10", - "", - "§7Duration: §b2d 16h" + "§5§lEPIC DRILL" ], "internalname": "TITANIUM_DRILL_1", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Titanium_Drill_DR-X355" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "FUEL_TANK:1", + "DRILL_ENGINE:1", + "REFINED_MITHRIL:10", + "REFINED_TITANIUM:10", + "GOLDEN_PLATE:6" + ], + "count": 1, + "overrideOutputId": "TITANIUM_DRILL_1", + "duration": 230400 + } ] }
\ No newline at end of file diff --git a/items/TITANIUM_DRILL_2.json b/items/TITANIUM_DRILL_2.json index ccdfdb5c..62aad3a7 100644 --- a/items/TITANIUM_DRILL_2.json +++ b/items/TITANIUM_DRILL_2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§5Titanium Drill DR-X455", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 8\",1:\"\",2:\"§7Damage: §c+75\",3:\"§7Mining Speed: §a+900\",4:\"§7Mining Fortune: §a+40\",5:\" §8[§7⸕§8]\",6:\"\",7:\"§7Fuel Tank: §cNot Installed\",8:\"§7§7Increases fuel capacity with\",9:\"§7part installed.\",10:\"\",11:\"§7Drill Engine: §cNot Installed\",12:\"§7§7Increases §6⸕ Mining Speed\",13:\"§6§7with part installed.\",14:\"\",15:\"§7Upgrade Module: §cNot Installed\",16:\"§7§7Applies a passive upgrade with\",17:\"§7part installed.\",18:\"\",19:\"§7Apply Drill Parts to this Drill\",20:\"§7by talking to §2Jotraeline\",21:\"§2Greatforge §7in the §2Dwarven\",22:\"§2Mines§7!\",23:\"\",24:\"§7Fuel: §23,000§8/3k\",25:\"\",26:\"§7§8This item can be reforged!\",27:\"§7§4❣ §cRequires §5Heart of the\",28:\"§5Mountain Tier 5\",29:\"§5§lEPIC DRILL\",30:\"\",31:\"§eItems Required\",32:\"§5Titanium Drill DR-X355 §7x1\",33:\"§5Refined Diamond §7x10\",34:\"§6Refined Titanium §7x16\",35:\"§9Mithril Plate §7x6\",36:\"\",37:\"§7Duration: §b30s\"],Name:\"§5Titanium Drill DR-X455\"},ExtraAttributes:{drill_fuel:3000,modifier:\"originTag:\\\"UNKNOWN\\\"\",id:\"TITANIUM_DRILL_2\",enchantments:{}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 8\",1:\"\",2:\"§7Damage: §c+75\",3:\"§7Mining Speed: §a+900\",4:\"§7Mining Fortune: §a+40\",5:\" §8[§7⸕§8]\",6:\"\",7:\"§7Fuel Tank: §cNot Installed\",8:\"§7§7Increases fuel capacity with\",9:\"§7part installed.\",10:\"\",11:\"§7Drill Engine: §cNot Installed\",12:\"§7§7Increases §6⸕ Mining Speed\",13:\"§6§7with part installed.\",14:\"\",15:\"§7Upgrade Module: §cNot Installed\",16:\"§7§7Applies a passive upgrade with\",17:\"§7part installed.\",18:\"\",19:\"§7Apply Drill Parts to this Drill\",20:\"§7by talking to §2Jotraeline\",21:\"§2Greatforge §7in the §2Dwarven\",22:\"§2Mines§7!\",23:\"\",24:\"§7Fuel: §23,000§8/3k\",25:\"\",26:\"§7§8This item can be reforged!\",27:\"§7§4❣ §cRequires §5Heart of the\",28:\"§5Mountain Tier 5\",29:\"§5§lEPIC DRILL\"],Name:\"§5Titanium Drill DR-X455\"},ExtraAttributes:{drill_fuel:3000,modifier:\"originTag:\\\"UNKNOWN\\\"\",id:\"TITANIUM_DRILL_2\",enchantments:{}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§8Breaking Power 8", @@ -33,22 +33,28 @@ "§7§8This item can be reforged!", "§7§4❣ §cRequires §5Heart of the", "§5Mountain Tier 5", - "§5§lEPIC DRILL", - "", - "§eItems Required", - "§5Titanium Drill DR-X355 §7x1", - "§5Refined Diamond §7x10", - "§6Refined Titanium §7x16", - "§9Mithril Plate §7x6", - "", - "§7Duration: §b30s" + "§5§lEPIC DRILL" ], "internalname": "TITANIUM_DRILL_2", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Titanium_Drill_DR-X455" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "MITHRIL_PLATE:6", + "REFINED_TITANIUM:16", + "REFINED_DIAMOND:10", + "TITANIUM_DRILL_1:1" + ], + "count": 1, + "overrideOutputId": "TITANIUM_DRILL_2", + "duration": 30 + } ] }
\ No newline at end of file diff --git a/items/TITANIUM_DRILL_3.json b/items/TITANIUM_DRILL_3.json index f1acfe27..0100ae77 100644 --- a/items/TITANIUM_DRILL_3.json +++ b/items/TITANIUM_DRILL_3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§5Titanium Drill DR-X555", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 9\",1:\"\",2:\"§7Damage: §c+75\",3:\"§7Mining Speed: §a+1,200 \",4:\"§7Mining Fortune: §a+70\",5:\" §8[§7⸕§8] §8[§8☘§8]\",6:\"\",7:\"§7Fuel Tank: §cNot Installed\",8:\"§7§7Increases fuel capacity with\",9:\"§7part installed.\",10:\"\",11:\"§7Drill Engine: §cNot Installed\",12:\"§7§7Increases §6⸕ Mining Speed\",13:\"§6§7with part installed.\",14:\"\",15:\"§7Upgrade Module: §cNot Installed\",16:\"§7§7Applies a passive upgrade with\",17:\"§7part installed.\",18:\"\",19:\"§7Apply Drill Parts to this Drill\",20:\"§7by talking to §2Jotraeline\",21:\"§2Greatforge §7in the §2Dwarven\",22:\"§2Mines§7!\",23:\"\",24:\"§7Fuel: §23,000§8/3k\",25:\"\",26:\"§7§8This item can be reforged!\",27:\"§7§4❣ §cRequires §5Heart of the\",28:\"§5Mountain Tier 5\",29:\"§5§lEPIC DRILL\",30:\"\",31:\"§eItems Required\",32:\"§5Titanium Drill DR-X455 §7x1\",33:\"§5Refined Diamond §7x20\",34:\"§6Refined Titanium §7x32\",35:\"§9Enchanted Iron Block §7x2\",36:\"§9Mithril Plate §7x15\",37:\"§9Plasma §7x20\",38:\"\",39:\"§7Duration: §b30s\"],Name:\"§5Titanium Drill DR-X555\"},ExtraAttributes:{drill_fuel:3000,modifier:\"originTag:\\\"UNKNOWN\\\"\",id:\"TITANIUM_DRILL_3\",enchantments:{}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 9\",1:\"\",2:\"§7Damage: §c+75\",3:\"§7Mining Speed: §a+1,200 \",4:\"§7Mining Fortune: §a+70\",5:\" §8[§7⸕§8] §8[§8☘§8]\",6:\"\",7:\"§7Fuel Tank: §cNot Installed\",8:\"§7§7Increases fuel capacity with\",9:\"§7part installed.\",10:\"\",11:\"§7Drill Engine: §cNot Installed\",12:\"§7§7Increases §6⸕ Mining Speed\",13:\"§6§7with part installed.\",14:\"\",15:\"§7Upgrade Module: §cNot Installed\",16:\"§7§7Applies a passive upgrade with\",17:\"§7part installed.\",18:\"\",19:\"§7Apply Drill Parts to this Drill\",20:\"§7by talking to §2Jotraeline\",21:\"§2Greatforge §7in the §2Dwarven\",22:\"§2Mines§7!\",23:\"\",24:\"§7Fuel: §23,000§8/3k\",25:\"\",26:\"§7§8This item can be reforged!\",27:\"§7§4❣ §cRequires §5Heart of the\",28:\"§5Mountain Tier 5\",29:\"§5§lEPIC DRILL\"],Name:\"§5Titanium Drill DR-X555\"},ExtraAttributes:{drill_fuel:3000,modifier:\"originTag:\\\"UNKNOWN\\\"\",id:\"TITANIUM_DRILL_3\",enchantments:{}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§8Breaking Power 9", @@ -33,24 +33,30 @@ "§7§8This item can be reforged!", "§7§4❣ §cRequires §5Heart of the", "§5Mountain Tier 5", - "§5§lEPIC DRILL", - "", - "§eItems Required", - "§5Titanium Drill DR-X455 §7x1", - "§5Refined Diamond §7x20", - "§6Refined Titanium §7x32", - "§9Enchanted Iron Block §7x2", - "§9Mithril Plate §7x15", - "§9Plasma §7x20", - "", - "§7Duration: §b30s" + "§5§lEPIC DRILL" ], "internalname": "TITANIUM_DRILL_3", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Titanium_Drill_DR-X555" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "REFINED_DIAMOND:20", + "ENCHANTED_IRON_BLOCK:2", + "PLASMA:20", + "TITANIUM_DRILL_2:1", + "REFINED_TITANIUM:32", + "MITHRIL_PLATE:15" + ], + "count": 1, + "overrideOutputId": "TITANIUM_DRILL_3", + "duration": 30 + } ] }
\ No newline at end of file diff --git a/items/TITANIUM_DRILL_4.json b/items/TITANIUM_DRILL_4.json index 7b1e2985..3eac8754 100644 --- a/items/TITANIUM_DRILL_4.json +++ b/items/TITANIUM_DRILL_4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§6Titanium Drill DR-X655", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 9\",1:\"\",2:\"§7Damage: §c+75\",3:\"§7Mining Speed: §a+1,600 \",4:\"§7Mining Fortune: §a+120\",5:\" §8[§7⸕§8] §8[§8☘§8] §8[§8✦§8]\",6:\"\",7:\"§7Fuel Tank: §cNot Installed\",8:\"§7§7Increases fuel capacity with\",9:\"§7part installed.\",10:\"\",11:\"§7Drill Engine: §cNot Installed\",12:\"§7§7Increases §6⸕ Mining Speed\",13:\"§6§7with part installed.\",14:\"\",15:\"§7Upgrade Module: §cNot Installed\",16:\"§7§7Applies a passive upgrade with\",17:\"§7part installed.\",18:\"\",19:\"§7Apply Drill Parts to this Drill\",20:\"§7by talking to §2Jotraeline\",21:\"§2Greatforge §7in the §2Dwarven\",22:\"§2Mines§7!\",23:\"\",24:\"§7Fuel: §23,000§8/3k\",25:\"\",26:\"§7§8This item can be reforged!\",27:\"§7§4❣ §cRequires §5Heart of the\",28:\"§5Mountain Tier 7\",29:\"§6§lLEGENDARY DRILL\",30:\"\",31:\"§eItems Required\",32:\"§5Titanium Drill DR-X555 §7x1\",33:\"§5Corleonite §7x30\",34:\"§5❤ §5Flawless Ruby Gemstone §7x1\",35:\"§5Refined Diamond §7x5\",36:\"§9Gemstone Mixture §7x16\",37:\"§6Refined Titanium §7x12\",38:\"§9Mithril Plate §7x5\",39:\"\",40:\"§7Duration: §b30s\"],Name:\"§6Titanium Drill DR-X655\"},ExtraAttributes:{drill_fuel:3000,modifier:\"originTag:\\\"UNKNOWN\\\"\",id:\"TITANIUM_DRILL_4\",enchantments:{}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 9\",1:\"\",2:\"§7Damage: §c+75\",3:\"§7Mining Speed: §a+1,600 \",4:\"§7Mining Fortune: §a+120\",5:\" §8[§7⸕§8] §8[§8☘§8] §8[§8✦§8]\",6:\"\",7:\"§7Fuel Tank: §cNot Installed\",8:\"§7§7Increases fuel capacity with\",9:\"§7part installed.\",10:\"\",11:\"§7Drill Engine: §cNot Installed\",12:\"§7§7Increases §6⸕ Mining Speed\",13:\"§6§7with part installed.\",14:\"\",15:\"§7Upgrade Module: §cNot Installed\",16:\"§7§7Applies a passive upgrade with\",17:\"§7part installed.\",18:\"\",19:\"§7Apply Drill Parts to this Drill\",20:\"§7by talking to §2Jotraeline\",21:\"§2Greatforge §7in the §2Dwarven\",22:\"§2Mines§7!\",23:\"\",24:\"§7Fuel: §23,000§8/3k\",25:\"\",26:\"§7§8This item can be reforged!\",27:\"§7§4❣ §cRequires §5Heart of the\",28:\"§5Mountain Tier 7\",29:\"§6§lLEGENDARY DRILL\"],Name:\"§6Titanium Drill DR-X655\"},ExtraAttributes:{drill_fuel:3000,modifier:\"originTag:\\\"UNKNOWN\\\"\",id:\"TITANIUM_DRILL_4\",enchantments:{}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§8Breaking Power 9", @@ -33,25 +33,31 @@ "§7§8This item can be reforged!", "§7§4❣ §cRequires §5Heart of the", "§5Mountain Tier 7", - "§6§lLEGENDARY DRILL", - "", - "§eItems Required", - "§5Titanium Drill DR-X555 §7x1", - "§5Corleonite §7x30", - "§5❤ §5Flawless Ruby Gemstone §7x1", - "§5Refined Diamond §7x5", - "§9Gemstone Mixture §7x16", - "§6Refined Titanium §7x12", - "§9Mithril Plate §7x5", - "", - "§7Duration: §b30s" + "§6§lLEGENDARY DRILL" ], "internalname": "TITANIUM_DRILL_4", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Titanium_Drill_DR-X655" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "GEMSTONE_MIXTURE:16", + "FLAWLESS_RUBY_GEM:1", + "MITHRIL_PLATE:5", + "REFINED_TITANIUM:12", + "CORLEONITE:30", + "TITANIUM_DRILL_3:1", + "REFINED_DIAMOND:5" + ], + "count": 1, + "overrideOutputId": "TITANIUM_DRILL_4", + "duration": 30 + } ] }
\ No newline at end of file diff --git a/items/TITANIUM_DRILL_ENGINE.json b/items/TITANIUM_DRILL_ENGINE.json index 68f2d946..67f74228 100644 --- a/items/TITANIUM_DRILL_ENGINE.json +++ b/items/TITANIUM_DRILL_ENGINE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Titanium-Plated Drill Engine", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9afc5422-ee63-3293-b316-80fad0938c70\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzNjAyNzQzOCwKICAicHJvZmlsZUlkIiA6ICI5MWZlMTk2ODdjOTA0NjU2YWExZmMwNTk4NmRkM2ZlNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJoaGphYnJpcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mYjkwNTE0ODVlMTU3MDA0MTgwMjJlMzhhNWRiMjhhMDQ5YTJlNjI3YzVmZmE1NmZkMzEzYmNkZWFkNDA2YThlIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Drill Engine\",3:\"\",4:\"§7Grants §a+100 §6⸕ Mining\",5:\"§6Speed§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§9§lRARE\",11:\"\",12:\"§eItems Required\",13:\"§9Drill Engine §7x10\",14:\"§9Plasma §7x5\",15:\"§9Mithril Plate §7x4\",16:\"§6Refined Titanium §7x5\",17:\"\",18:\"§7Duration: §b1d 6h\"],Name:\"§9Titanium-Plated Drill Engine\"},ExtraAttributes:{id:\"TITANIUM_DRILL_ENGINE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9afc5422-ee63-3293-b316-80fad0938c70\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzNjAyNzQzOCwKICAicHJvZmlsZUlkIiA6ICI5MWZlMTk2ODdjOTA0NjU2YWExZmMwNTk4NmRkM2ZlNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJoaGphYnJpcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mYjkwNTE0ODVlMTU3MDA0MTgwMjJlMzhhNWRiMjhhMDQ5YTJlNjI3YzVmZmE1NmZkMzEzYmNkZWFkNDA2YThlIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Drill Engine\",3:\"\",4:\"§7Grants §a+100 §6⸕ Mining\",5:\"§6Speed§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§9§lRARE\"],Name:\"§9Titanium-Plated Drill Engine\"},ExtraAttributes:{id:\"TITANIUM_DRILL_ENGINE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Drill Part", @@ -14,22 +14,28 @@ "§7Can be applied to Drills by", "§7talking to a §2Drill Mechanic§7!", "", - "§9§lRARE", - "", - "§eItems Required", - "§9Drill Engine §7x10", - "§9Plasma §7x5", - "§9Mithril Plate §7x4", - "§6Refined Titanium §7x5", - "", - "§7Duration: §b1d 6h" + "§9§lRARE" ], "internalname": "TITANIUM_DRILL_ENGINE", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Titanium-Plated_Drill_Engine" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "DRILL_ENGINE:10", + "PLASMA:5", + "MITHRIL_PLATE:4", + "REFINED_TITANIUM:5" + ], + "count": 1, + "overrideOutputId": "TITANIUM_DRILL_ENGINE", + "duration": 108000 + } ] -} +}
\ No newline at end of file diff --git a/items/TITANIUM_FUEL_TANK.json b/items/TITANIUM_FUEL_TANK.json index c74352d3..6a719eb8 100644 --- a/items/TITANIUM_FUEL_TANK.json +++ b/items/TITANIUM_FUEL_TANK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Titanium-Infused Fuel Tank", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"ea357076-cac7-3a8b-8199-f9b9ebec2798\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzNjU2MzgwNywKICAicHJvZmlsZUlkIiA6ICJiMGQ0YjI4YmMxZDc0ODg5YWYwZTg2NjFjZWU5NmFhYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNaW5lU2tpbl9vcmciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWVmNWFjZjEzNGZhOTUyZjEzZmRmMGIzODk5MDYwY2MxOGViYzBhOTcxMzQ3ZTQ1YTMxZWNmOTVhNGIwYjMxYyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Fuel Tank\",3:\"\",4:\"§7Increases the fuel capacity to\",5:\"§7§225,000§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§7§4❣ §cRequires §5Heart of the\",11:\"§5Mountain Tier 5\",12:\"§9§lRARE\",13:\"\",14:\"§eItems Required\",15:\"§6Refined Titanium §7x10\",16:\"§5Refined Diamond §7x10\",17:\"§5Refined Mithril §7x10\",18:\"§9Fuel Tank §7x10\",19:\"\",20:\"§7Duration: §b1d 1h\"],Name:\"§f§f§9Titanium-Infused Fuel Tank\"},ExtraAttributes:{id:\"TITANIUM_FUEL_TANK\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"ea357076-cac7-3a8b-8199-f9b9ebec2798\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzNjU2MzgwNywKICAicHJvZmlsZUlkIiA6ICJiMGQ0YjI4YmMxZDc0ODg5YWYwZTg2NjFjZWU5NmFhYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNaW5lU2tpbl9vcmciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWVmNWFjZjEzNGZhOTUyZjEzZmRmMGIzODk5MDYwY2MxOGViYzBhOTcxMzQ3ZTQ1YTMxZWNmOTVhNGIwYjMxYyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Fuel Tank\",3:\"\",4:\"§7Increases the fuel capacity to\",5:\"§7§225,000§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§7§4❣ §cRequires §5Heart of the\",11:\"§5Mountain Tier 5\",12:\"§9§lRARE\"],Name:\"§f§f§9Titanium-Infused Fuel Tank\"},ExtraAttributes:{id:\"TITANIUM_FUEL_TANK\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Drill Part", @@ -16,22 +16,28 @@ "", "§7§4❣ §cRequires §5Heart of the", "§5Mountain Tier 5", - "§9§lRARE", - "", - "§eItems Required", - "§6Refined Titanium §7x10", - "§5Refined Diamond §7x10", - "§5Refined Mithril §7x10", - "§9Fuel Tank §7x10", - "", - "§7Duration: §b1d 1h" + "§9§lRARE" ], "internalname": "TITANIUM_FUEL_TANK", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Titanium-Infused_Fuel_Tank" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "REFINED_DIAMOND:10", + "REFINED_TITANIUM:10", + "FUEL_TANK:10", + "REFINED_MITHRIL:10" + ], + "count": 1, + "overrideOutputId": "TITANIUM_FUEL_TANK", + "duration": 90000 + } ] -} +}
\ No newline at end of file diff --git a/items/TITANIUM_RELIC.json b/items/TITANIUM_RELIC.json index fcf12c29..b19535fc 100644 --- a/items/TITANIUM_RELIC.json +++ b/items/TITANIUM_RELIC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§6Titanium Relic", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"fd26d29c-4280-3e4b-93dd-601f10a183e0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDQ4MDgxMjk0NSwKICAicHJvZmlsZUlkIiA6ICI0ZTMwZjUwZTdiYWU0M2YzYWZkMmE3NDUyY2ViZTI5YyIsCiAgInByb2ZpbGVOYW1lIiA6ICJfdG9tYXRvel8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDJmMjQwNWE3YjhkZWZkZGIwYjgyNjhiZWE4ZjJlMTJmYzA5YmJjN2RlMTI5ODFmODVkYjJhNzAwMWFjODFlYiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Mining Speed: §a+60\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§7§4❣ §cRequires §5Heart of the\",4:\"§5Mountain Tier 5\",5:\"§6§lLEGENDARY ACCESSORY\",6:\"\",7:\"§eItems Required\",8:\"§6Refined Titanium §7x20\",9:\"§5Titanium Artifact §7x1\",10:\"\",11:\"§7Duration: §b3d\"],Name:\"§f§f§6Titanium Relic\"},ExtraAttributes:{id:\"TITANIUM_RELIC\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"fd26d29c-4280-3e4b-93dd-601f10a183e0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDQ4MDgxMjk0NSwKICAicHJvZmlsZUlkIiA6ICI0ZTMwZjUwZTdiYWU0M2YzYWZkMmE3NDUyY2ViZTI5YyIsCiAgInByb2ZpbGVOYW1lIiA6ICJfdG9tYXRvel8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDJmMjQwNWE3YjhkZWZkZGIwYjgyNjhiZWE4ZjJlMTJmYzA5YmJjN2RlMTI5ODFmODVkYjJhNzAwMWFjODFlYiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Mining Speed: §a+60\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§7§4❣ §cRequires §5Heart of the\",4:\"§5Mountain Tier 5\",5:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§f§f§6Titanium Relic\"},ExtraAttributes:{id:\"TITANIUM_RELIC\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7Mining Speed: §a+60", @@ -9,20 +9,26 @@ "§7§8This item can be reforged!", "§7§4❣ §cRequires §5Heart of the", "§5Mountain Tier 5", - "§6§lLEGENDARY ACCESSORY", - "", - "§eItems Required", - "§6Refined Titanium §7x20", - "§5Titanium Artifact §7x1", - "", - "§7Duration: §b3d" + "§6§lLEGENDARY ACCESSORY" ], "internalname": "TITANIUM_RELIC", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Titanium_Relic" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "TITANIUM_ARTIFACT:1", + "REFINED_TITANIUM:20" + ], + "count": 1, + "overrideOutputId": "TITANIUM_RELIC", + "duration": 259200 + } ] -} +}
\ No newline at end of file diff --git a/items/TITANIUM_RING.json b/items/TITANIUM_RING.json index 456eca29..602b4cf5 100644 --- a/items/TITANIUM_RING.json +++ b/items/TITANIUM_RING.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Titanium Ring", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"c8b30659-dde8-3009-919d-58f41cad78e2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDQ4MDg0MzQ0MiwKICAicHJvZmlsZUlkIiA6ICJmNjRmZWJkMTU4ZDg0ZTQzYTY5ZGU4OGNhYzZiY2FiZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJjaHJvb21hIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzJjM2VkZDkxOWMwY2M2ZDk2NjhmZmQyMTBlNDZkMmMwN2ZlMDg4YzQ0ZDg1ZjQ3ZDI1MWI0Zjg3NDgxMTc0ZjUiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Mining Speed: §a+30\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§4❣ §cRequires §5Heart of the\",4:\"§5Mountain Tier 3\",5:\"§9§lRARE ACCESSORY\",6:\"\",7:\"§eItems Required\",8:\"§6Refined Titanium §7x6\",9:\"§aTitanium Talisman §7x1\",10:\"\",11:\"§7Duration: §b20h\"],Name:\"§9Titanium Ring\"},ExtraAttributes:{id:\"TITANIUM_RING\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"c8b30659-dde8-3009-919d-58f41cad78e2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDQ4MDg0MzQ0MiwKICAicHJvZmlsZUlkIiA6ICJmNjRmZWJkMTU4ZDg0ZTQzYTY5ZGU4OGNhYzZiY2FiZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJjaHJvb21hIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzJjM2VkZDkxOWMwY2M2ZDk2NjhmZmQyMTBlNDZkMmMwN2ZlMDg4YzQ0ZDg1ZjQ3ZDI1MWI0Zjg3NDgxMTc0ZjUiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Mining Speed: §a+30\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§4❣ §cRequires §5Heart of the\",4:\"§5Mountain Tier 3\",5:\"§9§lRARE ACCESSORY\"],Name:\"§9Titanium Ring\"},ExtraAttributes:{id:\"TITANIUM_RING\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7Mining Speed: §a+30", @@ -9,20 +9,26 @@ "§7§8This item can be reforged!", "§4❣ §cRequires §5Heart of the", "§5Mountain Tier 3", - "§9§lRARE ACCESSORY", - "", - "§eItems Required", - "§6Refined Titanium §7x6", - "§aTitanium Talisman §7x1", - "", - "§7Duration: §b20h" + "§9§lRARE ACCESSORY" ], "internalname": "TITANIUM_RING", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Titanium_Ring" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "TITANIUM_TALISMAN:1", + "REFINED_TITANIUM:6" + ], + "count": 1, + "overrideOutputId": "TITANIUM_RING", + "duration": 72000 + } ] -} +}
\ No newline at end of file diff --git a/items/TITANIUM_TALISMAN.json b/items/TITANIUM_TALISMAN.json index 1c1180e3..dd2e573c 100644 --- a/items/TITANIUM_TALISMAN.json +++ b/items/TITANIUM_TALISMAN.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aTitanium Talisman", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"c7234944-a40a-3269-b9c0-d376d3962bbd\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDQ4MDg3MTM3MywKICAicHJvZmlsZUlkIiA6ICJjOTAzOGQzZjRiMTg0M2JiYjUwNTU5ZGE3MWFjMTk2MiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUQk5SY29vbGNhdCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8xMGZlZGE1MzU3NmM4YTZlNTc0NjZmNWRiZGI5OWVhNDgwZWQxMjJhMDlmZGQ4NTBlZDhjMmU3NTVmNTVjYWMyIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Mining Speed: §a+15\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§4❣ §cRequires §5Heart of the\",4:\"§5Mountain Tier 2\",5:\"§a§lUNCOMMON ACCESSORY\",6:\"\",7:\"§eItems Required\",8:\"§6Refined Titanium §7x2\",9:\"\",10:\"§7Duration: §b14h\"],Name:\"§aTitanium Talisman\"},ExtraAttributes:{id:\"TITANIUM_TALISMAN\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"c7234944-a40a-3269-b9c0-d376d3962bbd\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDQ4MDg3MTM3MywKICAicHJvZmlsZUlkIiA6ICJjOTAzOGQzZjRiMTg0M2JiYjUwNTU5ZGE3MWFjMTk2MiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUQk5SY29vbGNhdCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8xMGZlZGE1MzU3NmM4YTZlNTc0NjZmNWRiZGI5OWVhNDgwZWQxMjJhMDlmZGQ4NTBlZDhjMmU3NTVmNTVjYWMyIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Mining Speed: §a+15\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§4❣ §cRequires §5Heart of the\",4:\"§5Mountain Tier 2\",5:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§aTitanium Talisman\"},ExtraAttributes:{id:\"TITANIUM_TALISMAN\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7Mining Speed: §a+15", @@ -9,19 +9,25 @@ "§7§8This item can be reforged!", "§4❣ §cRequires §5Heart of the", "§5Mountain Tier 2", - "§a§lUNCOMMON ACCESSORY", - "", - "§eItems Required", - "§6Refined Titanium §7x2", - "", - "§7Duration: §b14h" + "§a§lUNCOMMON ACCESSORY" ], "internalname": "TITANIUM_TALISMAN", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Titanium_Talisman" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "REFINED_TITANIUM:2" + ], + "count": 1, + "overrideOutputId": "TITANIUM_TALISMAN", + "duration": 50400 + } ] -} +}
\ No newline at end of file diff --git a/items/TOPAZ_CRYSTAL.json b/items/TOPAZ_CRYSTAL.json new file mode 100644 index 00000000..61004d3b --- /dev/null +++ b/items/TOPAZ_CRYSTAL.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§eTopaz Crystal", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c1224c74-8bb4-3ee0-a502-647b51feddd6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDA3NjQyNzU5NCwKICAicHJvZmlsZUlkIiA6ICIyM2YxYTU5ZjQ2OWI0M2RkYmRiNTM3YmZlYzEwNDcxZiIsCiAgInByb2ZpbGVOYW1lIiA6ICIyODA3IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQ0OWE2ZDMzMDQ2NWJjOTRkNTczNzE2NDI4ZGM2NjJjYzE2YWNkM2I4MDUzNWI1MjAyOGM2NjVmNGRhZjY4MmUiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7§7Energetic crystal found deep\",1:\"§7in the §5Crystal Hollows§7.\",2:\"\",3:\"§7§7Some say that it can be\",4:\"§7infused with §dgemstones§7, and\",5:\"§7it is rumored to unlock\",6:\"§7§etreasure§7.\",7:\"\",8:\"§9§lRARE\"],Name:\"§eTopaz Crystal\"},ExtraAttributes:{id:\"TOPAZ_CRYSTAL\"}}", + "damage": 3, + "lore": [ + "§7§7Energetic crystal found deep", + "§7in the §5Crystal Hollows§7.", + "", + "§7§7Some say that it can be", + "§7infused with §dgemstones§7, and", + "§7it is rumored to unlock", + "§7§etreasure§7.", + "", + "§9§lRARE" + ], + "internalname": "TOPAZ_CRYSTAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Gemstone_Crystals" + ] +}
\ No newline at end of file diff --git a/items/WAKE_RUNE;1.json b/items/WAKE_RUNE;1.json new file mode 100644 index 00000000..5574337b --- /dev/null +++ b/items/WAKE_RUNE;1.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9◆ Wake Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1ccae226-f0c8-3fe3-939f-1b1e5022a6b7\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzk3N2MxZmM5MzIxNmU5NmQ0MzVjZjk2MmUxMTczZGU4ZDFhMjQ5YjY0NDg5NGQ3MjY3NmViYTczMmZjZDU2ZTcifX19\"}]}},display:{Lore:[0:\"§8Requires level 18\",1:\"§8Bows\",2:\"\",3:\"§7Your arrows are calming waves!\",4:\"\",5:\"§7Apply this rune to bows or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§9◆ Wake Rune I\"},ExtraAttributes:{runes:{WAKE:1},id:\"WAKE_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 18", + "§8Bows", + "", + "§7Your arrows are calming waves!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "WAKE_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/WAKE_RUNE;2.json b/items/WAKE_RUNE;2.json new file mode 100644 index 00000000..8368aef7 --- /dev/null +++ b/items/WAKE_RUNE;2.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9◆ Wake Rune II", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1ccae226-f0c8-3fe3-939f-1b1e5022a6b7\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzk3N2MxZmM5MzIxNmU5NmQ0MzVjZjk2MmUxMTczZGU4ZDFhMjQ5YjY0NDg5NGQ3MjY3NmViYTczMmZjZDU2ZTcifX19\"}]}},display:{Lore:[0:\"§8Requires level 18\",1:\"§8Bows\",2:\"\",3:\"§7Your arrows are calming waves!\",4:\"\",5:\"§7Apply this rune to bows or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§9◆ Wake Rune II\"},ExtraAttributes:{runes:{WAKE:2},id:\"WAKE_RUNE;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 18", + "§8Bows", + "", + "§7Your arrows are calming waves!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "WAKE_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/WAKE_RUNE;3.json b/items/WAKE_RUNE;3.json new file mode 100644 index 00000000..e97a8b4f --- /dev/null +++ b/items/WAKE_RUNE;3.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9◆ Wake Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1ccae226-f0c8-3fe3-939f-1b1e5022a6b7\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzk3N2MxZmM5MzIxNmU5NmQ0MzVjZjk2MmUxMTczZGU4ZDFhMjQ5YjY0NDg5NGQ3MjY3NmViYTczMmZjZDU2ZTcifX19\"}]}},display:{Lore:[0:\"§8Requires level 18\",1:\"§8Bows\",2:\"\",3:\"§7Your arrows are calming waves!\",4:\"\",5:\"§7Apply this rune to bows or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§9◆ Wake Rune III\"},ExtraAttributes:{runes:{WAKE:3},id:\"WAKE_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 18", + "§8Bows", + "", + "§7Your arrows are calming waves!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "WAKE_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/WHITE_SPIRAL_RUNE;1.json b/items/WHITE_SPIRAL_RUNE;1.json new file mode 100644 index 00000000..36d42f2d --- /dev/null +++ b/items/WHITE_SPIRAL_RUNE;1.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§f◆ White Spiral Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"dd462dfd-09a5-376f-a4e7-de2a2cbcc02b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNlZjI0MzJlZjMwNTM2MTM4NGQ0MzE4ZGY1YmRhNWJkMWFjMmQ5YmVhMDZkMWY1Y2ZlYWQ2ZGQ4N2UzN2RkZjUifX19\"}]}},display:{Lore:[0:\"§8Requires level 6\",1:\"§8Bows\",2:\"\",3:\"§7Show your elegance with white\",4:\"§7spiraling arrows!\",5:\"\",6:\"§7Apply this rune to bows or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§a§lUNCOMMON COSMETIC\"],Name:\"§f§f§f◆ White Spiral Rune I\"},ExtraAttributes:{runes:{WHITE_SPIRAL:1},id:\"WHITE_SPIRAL_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 6", + "§8Bows", + "", + "§7Show your elegance with white", + "§7spiraling arrows!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§a§lUNCOMMON COSMETIC" + ], + "internalname": "WHITE_SPIRAL_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/WHITE_SPIRAL_RUNE;2.json b/items/WHITE_SPIRAL_RUNE;2.json new file mode 100644 index 00000000..b331029e --- /dev/null +++ b/items/WHITE_SPIRAL_RUNE;2.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§f◆ White Spiral Rune II", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"dd462dfd-09a5-376f-a4e7-de2a2cbcc02b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNlZjI0MzJlZjMwNTM2MTM4NGQ0MzE4ZGY1YmRhNWJkMWFjMmQ5YmVhMDZkMWY1Y2ZlYWQ2ZGQ4N2UzN2RkZjUifX19\"}]}},display:{Lore:[0:\"§8Requires level 6\",1:\"§8Bows\",2:\"\",3:\"§7Show your elegance with white\",4:\"§7spiraling arrows!\",5:\"\",6:\"§7Apply this rune to bows or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§a§lUNCOMMON COSMETIC\"],Name:\"§f§f§f◆ White Spiral Rune II\"},ExtraAttributes:{runes:{WHITE_SPIRAL:2},id:\"WHITE_SPIRAL_RUNE;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 6", + "§8Bows", + "", + "§7Show your elegance with white", + "§7spiraling arrows!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§a§lUNCOMMON COSMETIC" + ], + "internalname": "WHITE_SPIRAL_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/WHITE_SPIRAL_RUNE;3.json b/items/WHITE_SPIRAL_RUNE;3.json new file mode 100644 index 00000000..a929b602 --- /dev/null +++ b/items/WHITE_SPIRAL_RUNE;3.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§f◆ White Spiral Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"dd462dfd-09a5-376f-a4e7-de2a2cbcc02b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNlZjI0MzJlZjMwNTM2MTM4NGQ0MzE4ZGY1YmRhNWJkMWFjMmQ5YmVhMDZkMWY1Y2ZlYWQ2ZGQ4N2UzN2RkZjUifX19\"}]}},display:{Lore:[0:\"§8Requires level 6\",1:\"§8Bows\",2:\"\",3:\"§7Show your elegance with white\",4:\"§7spiraling arrows!\",5:\"\",6:\"§7Apply this rune to bows or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§a§lUNCOMMON COSMETIC\"],Name:\"§f§f§f◆ White Spiral Rune III\"},ExtraAttributes:{runes:{WHITE_SPIRAL:3},id:\"WHITE_SPIRAL_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 6", + "§8Bows", + "", + "§7Show your elegance with white", + "§7spiraling arrows!", + "", + "§7Apply this rune to bows or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§a§lUNCOMMON COSMETIC" + ], + "internalname": "WHITE_SPIRAL_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ZAP_RUNE;1.json b/items/ZAP_RUNE;1.json new file mode 100644 index 00000000..e0ac68c2 --- /dev/null +++ b/items/ZAP_RUNE;1.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§e◆ Zap Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"07596279-7600-3d59-9747-90fbe705c951\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2VkMDk0N2M0MGRlNjc4OWY2Y2ZhMjM3MGFkZDJhMDRjOTg1NWU0NWZkZTk0ODNkNjU1MTAxZTk1MTAyODhlZTgifX19\"}]}},display:{Lore:[0:\"§8Requires level 5\",1:\"§8Boots\",2:\"\",3:\"§7Zap across the lands!\",4:\"\",5:\"§7Apply this rune to boots or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§a§lUNCOMMON COSMETIC\"],Name:\"§f§f§e◆ Zap Rune I\"},ExtraAttributes:{runes:{ZAP:1},id:\"ZAP_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 5", + "§8Boots", + "", + "§7Zap across the lands!", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§a§lUNCOMMON COSMETIC" + ], + "internalname": "ZAP_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ZAP_RUNE;2.json b/items/ZAP_RUNE;2.json new file mode 100644 index 00000000..ce40c342 --- /dev/null +++ b/items/ZAP_RUNE;2.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§e◆ Zap Rune II", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"07596279-7600-3d59-9747-90fbe705c951\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2VkMDk0N2M0MGRlNjc4OWY2Y2ZhMjM3MGFkZDJhMDRjOTg1NWU0NWZkZTk0ODNkNjU1MTAxZTk1MTAyODhlZTgifX19\"}]}},display:{Lore:[0:\"§8Requires level 5\",1:\"§8Boots\",2:\"\",3:\"§7Zap across the lands!\",4:\"\",5:\"§7Apply this rune to boots or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§a§lUNCOMMON COSMETIC\"],Name:\"§f§f§e◆ Zap Rune II\"},ExtraAttributes:{runes:{ZAP:2},id:\"ZAP_RUNE;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 5", + "§8Boots", + "", + "§7Zap across the lands!", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§a§lUNCOMMON COSMETIC" + ], + "internalname": "ZAP_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ZAP_RUNE;3.json b/items/ZAP_RUNE;3.json new file mode 100644 index 00000000..537489ee --- /dev/null +++ b/items/ZAP_RUNE;3.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§e◆ Zap Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"07596279-7600-3d59-9747-90fbe705c951\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2VkMDk0N2M0MGRlNjc4OWY2Y2ZhMjM3MGFkZDJhMDRjOTg1NWU0NWZkZTk0ODNkNjU1MTAxZTk1MTAyODhlZTgifX19\"}]}},display:{Lore:[0:\"§8Requires level 5\",1:\"§8Boots\",2:\"\",3:\"§7Zap across the lands!\",4:\"\",5:\"§7Apply this rune to boots or fuse\",6:\"§7two together at the Runic\",7:\"§7Pedestal!\",8:\"\",9:\"§a§lUNCOMMON COSMETIC\"],Name:\"§f§f§e◆ Zap Rune III\"},ExtraAttributes:{runes:{ZAP:3},id:\"ZAP_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 5", + "§8Boots", + "", + "§7Zap across the lands!", + "", + "§7Apply this rune to boots or fuse", + "§7two together at the Runic", + "§7Pedestal!", + "", + "§a§lUNCOMMON COSMETIC" + ], + "internalname": "ZAP_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ZOMBIE_SLAYER_RUNE;1.json b/items/ZOMBIE_SLAYER_RUNE;1.json new file mode 100644 index 00000000..1b83f7bc --- /dev/null +++ b/items/ZOMBIE_SLAYER_RUNE;1.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§2◆ Pestilence Rune I", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"3b525679-ed3f-31dd-8972-0fd6dd964759\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1Njg0NTUxMzM1NTcsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2E4YzQ4MTEzOTVmYmY3ZjYyMGYwNWNjMzE3NWNlZjE1MTVhYWY3NzViYTA0YTAxMDQ1MDI3ZjA2OTNhOTAxNDcifX19\"}]}},display:{Lore:[0:\"§8Requires level 10\",1:\"§8Weapons\",2:\"\",3:\"§7Obtained rarely from slaying the\",4:\"§7Revenant Horror.\",5:\"\",6:\"§7Apply this rune to weapons or\",7:\"§7fuse two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§9§lRARE COSMETIC\"],Name:\"§f§f§2◆ Pestilence Rune I\"},ExtraAttributes:{runes:{ZOMBIE_SLAYER:1},id:\"ZOMBIE_SLAYER_RUNE;1\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 10", + "§8Weapons", + "", + "§7Obtained rarely from slaying the", + "§7Revenant Horror.", + "", + "§7Apply this rune to weapons or", + "§7fuse two together at the Runic", + "§7Pedestal!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "ZOMBIE_SLAYER_RUNE;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ZOMBIE_SLAYER_RUNE;2.json b/items/ZOMBIE_SLAYER_RUNE;2.json new file mode 100644 index 00000000..948fa60d --- /dev/null +++ b/items/ZOMBIE_SLAYER_RUNE;2.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§2◆ Pestilence Rune II", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"3b525679-ed3f-31dd-8972-0fd6dd964759\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1Njg0NTUxMzM1NTcsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2E4YzQ4MTEzOTVmYmY3ZjYyMGYwNWNjMzE3NWNlZjE1MTVhYWY3NzViYTA0YTAxMDQ1MDI3ZjA2OTNhOTAxNDcifX19\"}]}},display:{Lore:[0:\"§8Requires level 10\",1:\"§8Weapons\",2:\"\",3:\"§7Obtained rarely from slaying the\",4:\"§7Revenant Horror.\",5:\"\",6:\"§7Apply this rune to weapons or\",7:\"§7fuse two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§9§lRARE COSMETIC\"],Name:\"§f§f§2◆ Pestilence Rune II\"},ExtraAttributes:{runes:{ZOMBIE_SLAYER:2},id:\"ZOMBIE_SLAYER_RUNE;2\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 10", + "§8Weapons", + "", + "§7Obtained rarely from slaying the", + "§7Revenant Horror.", + "", + "§7Apply this rune to weapons or", + "§7fuse two together at the Runic", + "§7Pedestal!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "ZOMBIE_SLAYER_RUNE;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ZOMBIE_SLAYER_RUNE;3.json b/items/ZOMBIE_SLAYER_RUNE;3.json new file mode 100644 index 00000000..bb4d176e --- /dev/null +++ b/items/ZOMBIE_SLAYER_RUNE;3.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§2◆ Pestilence Rune III", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"3b525679-ed3f-31dd-8972-0fd6dd964759\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1Njg0NTUxMzM1NTcsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2E4YzQ4MTEzOTVmYmY3ZjYyMGYwNWNjMzE3NWNlZjE1MTVhYWY3NzViYTA0YTAxMDQ1MDI3ZjA2OTNhOTAxNDcifX19\"}]}},display:{Lore:[0:\"§8Requires level 10\",1:\"§8Weapons\",2:\"\",3:\"§7Obtained rarely from slaying the\",4:\"§7Revenant Horror.\",5:\"\",6:\"§7Apply this rune to weapons or\",7:\"§7fuse two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§9§lRARE COSMETIC\"],Name:\"§f§f§2◆ Pestilence Rune III\"},ExtraAttributes:{runes:{ZOMBIE_SLAYER:3},id:\"ZOMBIE_SLAYER_RUNE;3\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Requires level 10", + "§8Weapons", + "", + "§7Obtained rarely from slaying the", + "§7Revenant Horror.", + "", + "§7Apply this rune to weapons or", + "§7fuse two together at the Runic", + "§7Pedestal!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "ZOMBIE_SLAYER_RUNE;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |