From 53d08a0f8a0748a3b2ada0c595a39fdb04b4f09f Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sun, 17 Jan 2021 21:16:28 -0500 Subject: HotM 3 --- items/REFINED_MITHRIL_PICKAXE.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 items/REFINED_MITHRIL_PICKAXE.json (limited to 'items/REFINED_MITHRIL_PICKAXE.json') diff --git a/items/REFINED_MITHRIL_PICKAXE.json b/items/REFINED_MITHRIL_PICKAXE.json new file mode 100644 index 00000000..72c17ca0 --- /dev/null +++ b/items/REFINED_MITHRIL_PICKAXE.json @@ -0,0 +1,32 @@ +{ + "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:\"\",4:\"§7Mining Speed: §a+300\",5:\"\",6:\"§7Grants §a+50 §6↑ Mining Speed\",7:\"§6§7when mining Mithril Ore§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§9§lRARE PICKAXE\",11:\"\",12:\"§eItems Required\",13:\"§5Refined Mithril §7x3\",14:\"§9Bejeweled Handle §7x2\",15:\"§5Refined Diamond §7x1\",16:\"§aEnchanted Gold §7x30\",17:\"\",18:\"§7Duration: §b22h\"],Name:\"§9Refined Mithril Pickaxe\"},ExtraAttributes:{id:\"REFINED_MITHRIL_PICKAXE\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§8Breaking Power 5", + "", + "§7Damage: §c+50", + "", + "§7Mining Speed: §a+300", + "", + "§7Grants §a+50 §6↑ Mining Speed", + "§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" + ], + "internalname": "REFINED_MITHRIL_PICKAXE", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +} \ No newline at end of file -- cgit