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
29
30
31
32
|
{
"itemid": "minecraft:golden_boots",
"displayname": "§6Diver's Boots",
"nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+60 HP\",1:\"§7Defense: §a+110\",2:\"\",3:\"§6Full Set Bonus: One with the Fish\",4:\"§7While touching water you move\",5:\"§7§9incredibly fast§7 and can\",6:\"§7breathe §9permanently.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Diver's Boots\"},ExtraAttributes:{id:\"DIVER_BOOTS\"}}",
"damage": 0,
"lore": [
"§7Health: §a+60 HP",
"§7Defense: §a+110",
"",
"§6Full Set Bonus: One with the Fish",
"§7While touching water you move",
"§7§9incredibly fast§7 and can",
"§7breathe §9permanently.",
"",
"§7§8This item can be reforged!",
"§6§lLEGENDARY BOOTS"
],
"recipe": {
"A1": "DIVER_FRAGMENT:1",
"A2": "",
"A3": "DIVER_FRAGMENT:1",
"B1": "DIVER_FRAGMENT:1",
"B2": "",
"B3": "DIVER_FRAGMENT:1",
"C1": "",
"C2": "",
"C3": ""
},
"internalname": "DIVER_BOOTS",
"clickcommand": "viewrecipe",
"modver": "1.0.0"
}
|