aboutsummaryrefslogtreecommitdiff
path: root/items/GOLDEN_APPLE.json
blob: 7841b99482ecfa2bf67536f8714aa4c3c2027023 (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:golden_apple",
  "displayname": "§fGolden Apple",
  "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGolden Apple\"},ExtraAttributes:{id:\"GOLDEN_APPLE\"}}",
  "damage": 0,
  "lore": [
    "§f§lCOMMON"
  ],
  "internalname": "GOLDEN_APPLE",
  "modver": "1.3-REL",
  "vanilla": true,
  "clickcommand": "viewrecipe",
  "recipe": {
    "A1": "GOLD_INGOT:1",
    "A2": "GOLD_INGOT:1",
    "A3": "GOLD_INGOT:1",
    "B1": "GOLD_INGOT:1",
    "B2": "APPLE:1",
    "B3": "GOLD_INGOT:1",
    "C1": "GOLD_INGOT:1",
    "C2": "GOLD_INGOT:1",
    "C3": "GOLD_INGOT:1"
  }
}