aboutsummaryrefslogtreecommitdiff
path: root/items/EMERALD_BLOCK.json
blob: 257babf855d63b0855908573c314a800d8ce7f51 (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:emerald_block",
  "displayname": "§fBlock of Emerald",
  "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBlock of Emerald\"},ExtraAttributes:{id:\"EMERALD_BLOCK\"}}",
  "damage": 0,
  "lore": [
    "§f§lCOMMON"
  ],
  "internalname": "EMERALD_BLOCK",
  "modver": "1.3-REL",
  "vanilla": true,
  "clickcommand": "viewrecipe",
  "recipe": {
    "A1": "EMERALD:1",
    "A2": "EMERALD:1",
    "A3": "EMERALD:1",
    "B1": "EMERALD:1",
    "B2": "EMERALD:1",
    "B3": "EMERALD:1",
    "C1": "EMERALD:1",
    "C2": "EMERALD:1",
    "C3": "EMERALD:1"
  }
}