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:golden_sword",
"displayname": "§aCleaver",
"nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+40\",1:\"§7Strength: §c+10\",2:\"\",3:\"§6Ability: Cleave\",4:\"§7When hitting an entity, monsters\",5:\"§7in a §a3§7 block range will be\",6:\"§7hit for a portion of that damage\",7:\"§7too.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§a§lUNCOMMON SWORD\"],Name:\"§aCleaver\"},ExtraAttributes:{id:\"CLEAVER\"}}",
"damage": 0,
"lore": [
"§7Damage: §c+40",
"§7Strength: §c+10",
"",
"§6Ability: Cleave",
"§7When hitting an entity, monsters",
"§7in a §a3§7 block range will be",
"§7hit for a portion of that damage",
"§7too.",
"",
"§7§8This item can be reforged!",
"§a§lUNCOMMON SWORD"
],
"recipe": {
"A1": "GOLD_INGOT:1",
"A2": "GOLD_INGOT:1",
"A3": "GOLD_INGOT:1",
"B1": "",
"B2": "STICK:1",
"B3": "GOLD_INGOT:1",
"C1": "",
"C2": "STICK:1",
"C3": ""
},
"internalname": "CLEAVER",
"clickcommand": "viewrecipe",
"modver": "2.0.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Cleaver"
],
"crafttext": "Requires: Gold Ingot II"
}
|