From 4f409943c6eed9fb75ed765517d5b9b66e1a5440 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 16 Jan 2021 16:44:33 +0100 Subject: Added new Items from the Mining Update (#358) * Added new Items * Forgot one Items brrr --- items/MITHRIL_PICKAXE.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 items/MITHRIL_PICKAXE.json (limited to 'items/MITHRIL_PICKAXE.json') diff --git a/items/MITHRIL_PICKAXE.json b/items/MITHRIL_PICKAXE.json new file mode 100644 index 00000000..0d872803 --- /dev/null +++ b/items/MITHRIL_PICKAXE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:iron_pickaxe", + "displayname": "§aMithril Pickaxe", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 5\",1:\"\",2:\"§7Damage: §c+40\",3:\"\",4:\"§7Mining Speed: §a+280\",5:\"\",6:\"§7Grants §a+20 §6↑ Mining Speed\",7:\"§6§7when mining Mithril Ore§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§a§lUNCOMMON PICKAXE\"],Name:\"§aMithril Pickaxe\"},ExtraAttributes:{compact_blocks:4245,originTag:\"UNKNOWN\",id:\"MITHRIL_PICKAXE\",enchantments:{efficiency:5,fortune:3,compact:4,telekinesis:1,experience:3},uuid:\"3f7b3257-d129-4a66-bbfd-c6d8f1cb60d4\",timestamp:\"1/16/21 1:32 AM\"}}", + "damage": 0, + "lore": [ + "§8Breaking Power 5", + "", + "§7Damage: §c+40", + "", + "§7Mining Speed: §a+280", + "", + "§7Grants §a+20 §6↑ Mining Speed", + "§6§7when mining Mithril Ore§7.", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON PICKAXE" + ], + "internalname": "MITHRIL_PICKAXE", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +} \ No newline at end of file -- cgit