From 7c9262c3ec4cd17ca18bc464d8adf10d36f592e4 Mon Sep 17 00:00:00 2001 From: Roman / Linnea Gräf Date: Fri, 23 Jun 2023 11:38:42 +0200 Subject: Rift (#944) Co-authored-by: jani270 --- items/SNAKE_IN_A_BOOT.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 items/SNAKE_IN_A_BOOT.json (limited to 'items/SNAKE_IN_A_BOOT.json') diff --git a/items/SNAKE_IN_A_BOOT.json b/items/SNAKE_IN_A_BOOT.json new file mode 100644 index 00000000..3d0716ad --- /dev/null +++ b/items/SNAKE_IN_A_BOOT.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§5Snake-in-a-Boot", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Rift Time: §a+60s\",1:\"§7Speed: §a+7\",2:\"\",3:\"§7You\u0027ve got a friend in me.\",4:\"\",5:\"§5§lEPIC BOOTS\"],color:1704012,Name:\"§5Snake-in-a-Boot\"},ExtraAttributes:{id:\"SNAKE_IN_A_BOOT\"}}", + "damage": 0, + "lore": [ + "§7Rift Time: §a+60s", + "§7Speed: §a+7", + "", + "§7You\u0027ve got a friend in me.", + "", + "§5§lEPIC BOOTS" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "METAL_HEART:5", + "B2": "", + "B3": "METAL_HEART:5", + "C1": "METAL_HEART:5", + "C2": "", + "C3": "EXCEEDINGLY_COMFY_SNEAKERS:1" + }, + "internalname": "SNAKE_IN_A_BOOT", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "Requires: Living Metal Heart I", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Snake-in-a-Boot", + "https://wiki.hypixel.net/Snake-in-a-Boot" + ] +} \ No newline at end of file -- cgit