1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"internalname": "GRAPPLING_HOOK",
"itemid": "minecraft:fishing_rod",
"displayname": "Grappling Hook",
"clickcommand": "viewrecipe",
"damage": 0,
"nbttag": "{Unbreakable:1b,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\"}}",
"modver": "1.0.0",
"lore": [
"§7Travel around in style using",
"§7this Grappling Hook.",
"§82 Second Cooldown",
"",
"§a§lUNCOMMON"
]
}
|