diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-17 14:39:31 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-17 14:39:31 -0500 |
commit | b8d00599721cd30fd5c3653ab99397133da6ba3a (patch) | |
tree | 15ca8716c056ccb0fb00a573eb917dc28c7cabce /items/MITHRIL_PICKAXE.json | |
parent | 67c7d99689333490e92575c4c098b4b871fcdb0b (diff) | |
download | NotEnoughUpdates-REPO-b8d00599721cd30fd5c3653ab99397133da6ba3a.tar.gz NotEnoughUpdates-REPO-b8d00599721cd30fd5c3653ab99397133da6ba3a.tar.bz2 NotEnoughUpdates-REPO-b8d00599721cd30fd5c3653ab99397133da6ba3a.zip |
Added a few more items and included forge recipes in lore until moul adds official support for forge recipies.
Diffstat (limited to 'items/MITHRIL_PICKAXE.json')
-rw-r--r-- | items/MITHRIL_PICKAXE.json | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/items/MITHRIL_PICKAXE.json b/items/MITHRIL_PICKAXE.json index 0d872803..c11c0ec0 100644 --- a/items/MITHRIL_PICKAXE.json +++ b/items/MITHRIL_PICKAXE.json @@ -1,7 +1,7 @@ { "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\"}}", + "nbttag": "{ench:[],overrideMeta:1b,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\",11:\"\",12:\"§eItems Required\",13:\"§9Enchanted Mithril §7x30\",14:\"§9Bejeweled Handle §7x1\",15:\"§aEnchanted Gold §7x10\",16:\"\",17:\"§7Duration: §b45m\"],Name:\"§aMithril Pickaxe\"},ExtraAttributes:{id:\"MITHRIL_PICKAXE\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§8Breaking Power 5", @@ -14,7 +14,14 @@ "§6§7when mining Mithril Ore§7.", "", "§7§8This item can be reforged!", - "§a§lUNCOMMON PICKAXE" + "§a§lUNCOMMON PICKAXE", + "", + "§eItems Required", + "§9Enchanted Mithril §7x30", + "§9Bejeweled Handle §7x1", + "§aEnchanted Gold §7x10", + "", + "§7Duration: §b45m" ], "internalname": "MITHRIL_PICKAXE", "crafttext": "", |