diff options
Diffstat (limited to 'items/DIAMOND_PICKAXE.json')
-rw-r--r-- | items/DIAMOND_PICKAXE.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/items/DIAMOND_PICKAXE.json b/items/DIAMOND_PICKAXE.json new file mode 100644 index 00000000..39e5adc0 --- /dev/null +++ b/items/DIAMOND_PICKAXE.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_pickaxe", + "displayname": "§aDiamond Pickaxe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+30\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§a§lUNCOMMON PICKAXE\"],Name:\"§aDiamond Pickaxe\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"DIAMOND_PICKAXE\",uuid:\"14ba3509-8a1c-4aba-a43d-e7dde87c74de\",timestamp:\"10/28/20 10:29 AM\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+30", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON PICKAXE" + ], + "internalname": "DIAMOND_PICKAXE", + "vanilla": true, + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "1.4-REL", + "infoType": "", + "recipe": { + "A1": "DIAMOND:1", + "A2": "DIAMOND:1", + "A3": "DIAMOND:1", + "B1": "", + "B2": "STICK:1", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file |