diff options
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 |