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/TURBO_WARTS;1.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'items/TURBO_WARTS;1.json') diff --git a/items/TURBO_WARTS;1.json b/items/TURBO_WARTS;1.json index aead8ade..219159a5 100644 --- a/items/TURBO_WARTS;1.json +++ b/items/TURBO_WARTS;1.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Turbo-Warts I\",1:\"§7Increases double-drop chance\",2:\"§7of nether warts by §a+5%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"TURBO_WARTS;1\",enchantments:{turbo_warts:1},uuid:\"5206b300-59e0-4ce6-9f23-5c670c551933\",timestamp:\"11/12/20 8:35 AM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Turbo-Warts I\",1:\"§7Grants §a+5 §6☘ Farming Fortune\",2:\"§6§7when breaking nether warts§7.§r§7\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"TURBO_WARTS;1\",enchantments:{turbo_warts:1},uuid:\"5206b300-59e0-4ce6-9f23-5c670c551933\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Turbo-Warts I", - "§7Increases double-drop chance", - "§7of nether warts by §a+5%§7.", + "§7Grants §a+5 §6☘ Farming Fortune", + "§6§7when breaking nether warts§7.§r§7", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -16,6 +16,6 @@ "internalname": "TURBO_WARTS;1", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", + "modver": "1.7.1-REL", "infoType": "" } \ No newline at end of file -- cgit