From d9013be1a6b5e0eaed6f919bf9d0a5f5284b17b8 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 20 May 2021 19:46:46 +0200 Subject: Very Creative Commit Name (#494) --- items/ENCHANTED_CLOCK.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 items/ENCHANTED_CLOCK.json (limited to 'items/ENCHANTED_CLOCK.json') diff --git a/items/ENCHANTED_CLOCK.json b/items/ENCHANTED_CLOCK.json new file mode 100644 index 00000000..49d5b239 --- /dev/null +++ b/items/ENCHANTED_CLOCK.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:clock", + "displayname": "§9Enchanted Clock", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§6Item Ability: Time Skip §e§lRIGHT CLICK\",1:\"§7Advances the time of all minions\",2:\"§7on your island by 1 hour\",3:\"§8Cooldown: §a50s\",4:\"\",5:\"§9§lRARE\",6:\"\",7:\"§c§lNOTE: This Item is currently unobtainable!\"],Name:\"§9Enchanted Clock\"},ExtraAttributes:{id:\"ENCHANTED_CLOCK\"}}", + "damage": 0, + "lore": [ + "§6Item Ability: Time Skip §e§lRIGHT CLICK", + "§7Advances the time of all minions", + "§7on your island by 1 hour", + "§8Cooldown: §a50s", + "", + "§9§lRARE", + "", + "§c§lNOTE: This Item is currently unobtainable!" + ], + "internalname": "ENCHANTED_CLOCK", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Clock" + ] +} \ No newline at end of file -- cgit