aboutsummaryrefslogtreecommitdiff
path: root/items/LAPIS_BLOCK.json
blob: 8c084138df0dcd47e74cd37fc3fd3bd6938c1008 (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:lapis_block",
  "displayname": "§fLapis Lazuli Block",
  "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLapis Lazuli Block\"},ExtraAttributes:{id:\"LAPIS_BLOCK\"}}",
  "damage": 0,
  "lore": [
    "§f§lCOMMON"
  ],
  "internalname": "LAPIS_BLOCK",
  "modver": "1.3-REL",
  "vanilla": true,
  "clickcommand": "viewrecipe",
  "recipe": {
    "A1": "INK_SACK-4:1",
    "A2": "INK_SACK-4:1",
    "A3": "INK_SACK-4:1",
    "B1": "INK_SACK-4:1",
    "B2": "INK_SACK-4:1",
    "B3": "INK_SACK-4:1",
    "C1": "INK_SACK-4:1",
    "C2": "INK_SACK-4:1",
    "C3": "INK_SACK-4:1"
  }
}