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