diff options
Diffstat (limited to 'items/GRAPPLING_HOOK.json')
-rw-r--r-- | items/GRAPPLING_HOOK.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/items/GRAPPLING_HOOK.json b/items/GRAPPLING_HOOK.json new file mode 100644 index 00000000..43953d12 --- /dev/null +++ b/items/GRAPPLING_HOOK.json @@ -0,0 +1,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" + ] +}
\ No newline at end of file |