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
33
34
35
36
37
38
|
{
"itemid": "minecraft:iron_axe",
"displayname": "§aPromising Axe",
"nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+25\",1:\"\",2:\"§7Gains a higher level of\",3:\"§7Enchantment when breaking\",4:\"§7blocks.\",5:\"\",6:\"§7Will gain §9Efficiency I§7 after\",7:\"§7breaking §a50§7 more blocks.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§a§lUNCOMMON AXE\"],Name:\"§aPromising Axe\"},ExtraAttributes:{id:\"PROMISING_AXE\"}}",
"damage": 0,
"lore": [
"§7Damage: §c+25",
"",
"§7Gains a higher level of",
"§7Enchantment when breaking",
"§7blocks.",
"",
"§7Will gain §9Efficiency I§7 after",
"§7breaking §a50§7 more blocks.",
"",
"§7§8This item can be reforged!",
"§a§lUNCOMMON AXE"
],
"recipe": {
"A1": "",
"A2": "IRON_BLOCK:1",
"A3": "IRON_BLOCK:1",
"B1": "",
"B2": "STICK:1",
"B3": "IRON_BLOCK:1",
"C1": "",
"C2": "STICK:1",
"C3": ""
},
"internalname": "PROMISING_AXE",
"clickcommand": "viewrecipe",
"modver": "2.0.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Promising_Axe"
],
"crafttext": ""
}
|