From 209567eed64707790ad15817cecb28f4c77e6292 Mon Sep 17 00:00:00 2001 From: Moulberry Date: Tue, 14 Jul 2020 17:26:55 +0800 Subject: enchanted books now have lvl identifier --- items/TELEKINESIS.json | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 items/TELEKINESIS.json (limited to 'items/TELEKINESIS.json') diff --git a/items/TELEKINESIS.json b/items/TELEKINESIS.json deleted file mode 100644 index 3c4c6613..00000000 --- a/items/TELEKINESIS.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Telekinesis I\",1:\"§7Block and mob drops go directly\",2:\"§7into your inventory.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{telekinesis:1}}}", - "damage": 0, - "lore": [ - "§9Telekinesis I", - "§7Block and mob drops go directly", - "§7into your inventory.", - "", - "§7Use this on an item in an Anvil", - "§7to apply it!", - "", - "§f§lCOMMON" - ], - "internalname": "TELEKINESIS", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Telekinesis" - ] -} \ No newline at end of file -- cgit