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
39
|
{
"itemid": "minecraft:fishing_rod",
"displayname": "§5Auger Rod",
"nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+80\",1:\"\",2:\"§7Breaks nearby ice blocks where\",3:\"§7it lands.\",4:\"\",5:\"§7Triples the chance of the sea\",6:\"§7creatures that you spawn to be\",7:\"§7winter sea creatures.\",8:\"\",9:\"§7Increases fishing speed by §950%\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§5§lEPIC FISHING ROD\"],Name:\"§5Auger Rod\"},ExtraAttributes:{id:\"AUGER_ROD\"}}",
"damage": 0,
"lore": [
"§7Damage: §c+80",
"",
"§7Breaks nearby ice blocks where",
"§7it lands.",
"",
"§7Triples the chance of the sea",
"§7creatures that you spawn to be",
"§7winter sea creatures.",
"",
"§7Increases fishing speed by §950%",
"",
"§7§8This item can be reforged!",
"§5§lEPIC FISHING ROD"
],
"recipe": {
"A1": "",
"A2": "",
"A3": "STICK:1",
"B1": "",
"B2": "STICK:1",
"B3": "ENCHANTED_PACKED_ICE:64",
"C1": "STICK:1",
"C2": "",
"C3": "ENCHANTED_PACKED_ICE:64"
},
"internalname": "AUGER_ROD",
"clickcommand": "viewrecipe",
"modver": "1.0.0",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Auger_Rod"
]
}
|