diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-19 09:14:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 18:14:54 +1100 |
commit | 5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc (patch) | |
tree | 6ae23d4819eb974901de2743065c3ad23327dd06 /items/MITHRIL_PICKAXE.json | |
parent | c02c2d3e9d856aed9a5d118da8f3839897cf68c3 (diff) | |
download | NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.gz NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.bz2 NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.zip |
NEU 2.1 Things (#660)
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>
Co-authored-by: nea <romangraef@gmail.com>
Co-authored-by: efefury <69400149+efefury@users.noreply.github.com>
Diffstat (limited to 'items/MITHRIL_PICKAXE.json')
-rw-r--r-- | items/MITHRIL_PICKAXE.json | 31 |
1 files changed, 19 insertions, 12 deletions
diff --git a/items/MITHRIL_PICKAXE.json b/items/MITHRIL_PICKAXE.json index f39d13e4..13d7b855 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,28 @@ "§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" + "https://hypixel-skyblock.fandom.com/wiki/Mithril_Pickaxe", + "https://wiki.hypixel.net/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 |