diff options
author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2022-01-07 15:29:52 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-07 15:29:52 +1100 |
commit | 5383db9abb463998c992f3bdab8f8cf1706335ab (patch) | |
tree | 620fa321f99f85aba5d5c3112f045469d3e806f1 /items/REFINED_MITHRIL_PICKAXE.json | |
parent | f9f1620e318db8389f90bd38a09211333ee4948c (diff) | |
download | NotEnoughUpdates-REPO-5383db9abb463998c992f3bdab8f8cf1706335ab.tar.gz NotEnoughUpdates-REPO-5383db9abb463998c992f3bdab8f8cf1706335ab.tar.bz2 NotEnoughUpdates-REPO-5383db9abb463998c992f3bdab8f8cf1706335ab.zip |
Stuff that only works on the dangerous rel (#676)
Co-authored-by: jani270 <jani270@gmx.de>
Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com>
Diffstat (limited to 'items/REFINED_MITHRIL_PICKAXE.json')
-rw-r--r-- | items/REFINED_MITHRIL_PICKAXE.json | 30 |
1 files changed, 18 insertions, 12 deletions
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 |