From 07c2cf843213ca97782368475d6cfc6dc34a1254 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 20 Jan 2021 18:43:06 +0100 Subject: Hypixel is weird - Fixed Books - Fixed Souls - Added Reqs and a Drill (#368) * "Fixed" Turbo Books * "Fixed" Books * Added Drill, "Fixed" Talisman, Added Req for the Drill * Fixed 3 Fairy Souls --- items/COMPACT;1.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'items/COMPACT;1.json') diff --git a/items/COMPACT;1.json b/items/COMPACT;1.json index 43ea3ccf..29b565df 100644 --- a/items/COMPACT;1.json +++ b/items/COMPACT;1.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Compact I\",1:\"§7Gain §a1% §7extra Mining exp and\",2:\"§7drop an enchanted block every\",3:\"§7§f400 §7blocks you mine.\",4:\"§8100 blocks to tier up!\",5:\"\",6:\"§e▲ §7Compact cannot be combined!\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"COMPACT;1\",enchantments:{compact:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Compact I\",1:\"§7Gain §a1% §7extra Mining exp\",2:\"§7with §a0.2% §7chance to drop an\",3:\"§7enchanted item.\",4:\"§8100 blocks to tier up!\",5:\"\",6:\"§e▲ §7Compact cannot be combined!\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"COMPACT;1\",enchantments:{compact:1}}}", "damage": 0, "lore": [ "§9Compact I", - "§7Gain §a1% §7extra Mining exp and", - "§7drop an enchanted block every", - "§7§f400 §7blocks you mine.", + "§7Gain §a1% §7extra Mining exp", + "§7with §a0.2% §7chance to drop an", + "§7enchanted item.", "§8100 blocks to tier up!", "", "§e▲ §7Compact cannot be combined!", @@ -19,6 +19,6 @@ "internalname": "COMPACT;1", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", + "modver": "1.7.1-REL", "infoType": "" } \ No newline at end of file -- cgit