aboutsummaryrefslogtreecommitdiff
path: root/items/DIAMOND_PICKAXE.json
blob: 1727a7015a59969922a4c1e3c2cdd2d5a768d67f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "itemid": "minecraft:diamond_pickaxe",
  "displayname": "§fDiamond Pickaxe",
  "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDiamond Pickaxe\"},ExtraAttributes:{id:\"DIAMOND_PICKAXE\"}}",
  "damage": 0,
  "lore": [
    "§f§lCOMMON"
  ],
  "internalname": "DIAMOND_PICKAXE",
  "modver": "1.3-REL",
  "vanilla": true,
  "clickcommand": "viewrecipe",
  "recipe": {
    "A1": "DIAMOND:1",
    "A2": "DIAMOND:1",
    "A3": "DIAMOND:1",
    "B1": "",
    "B2": "STICK:1",
    "B3": "",
    "C1": "",
    "C2": "STICK:1",
    "C3": ""
  }
}