1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
{
"itemid": "minecraft:diamond_shovel",
"displayname": "§aDiamond Shovel",
"nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+30\",1:\"\",2:\"§a§lUNCOMMON SHOVEL\"],Name:\"§aDiamond Shovel\"},ExtraAttributes:{id:\"DIAMOND_SPADE\"}}",
"damage": 0,
"lore": [
"§7Damage: §c+30",
"",
"§a§lUNCOMMON SHOVEL"
],
"internalname": "DIAMOND_SPADE",
"vanilla": true,
"crafttext": "",
"clickcommand": "viewrecipe",
"modver": "1.4-REL",
"infoType": "",
"recipe": {
"A1": "DIAMOND:1",
"A2": "",
"A3": "",
"B1": "STICK:1",
"B2": "",
"B3": "",
"C1": "STICK:1",
"C2": "",
"C3": ""
}
}
|