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:fishing_rod",
"displayname": "§aGrappling Hook",
"nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Travel around in style using\",1:\"§7this Grappling Hook.\",2:\"§82 Second Cooldown\",3:\"\",4:\"§a§lUNCOMMON\"],Name:\"§aGrappling Hook\"},ExtraAttributes:{id:\"GRAPPLING_HOOK\"}}",
"damage": 0,
"lore": [
"§7Travel around in style using",
"§7this Grappling Hook.",
"§82 Second Cooldown",
"",
"§a§lUNCOMMON"
],
"recipe": {
"A1": "ENCHANTED_STRING:1",
"A2": "ENCHANTED_STRING:1",
"A3": "",
"B1": "ENCHANTED_STRING:1",
"B2": "STICK:1",
"B3": "",
"C1": "",
"C2": "",
"C3": "STICK:1"
},
"internalname": "GRAPPLING_HOOK",
"clickcommand": "viewrecipe",
"modver": "1.0.0",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Grappling_Hook"
],
"crafttext": "Requires: String VII"
}
|