From 0162818487df8c5b107a2228fe71684c544a0b90 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 8 Aug 2023 21:08:35 +0200 Subject: Fixed lore of Etherwarp Merger and added Hemobomb recipe (#963) * Fixed lore of Etherwarp Merger and added Hemobomb recipe * Fixed Flying Fish Speed and lore * Added new skins * Added new items, fixed grizzly salmon and divan drill * Fixed conflict enchant * Fixed lore of Terror Armor * Fixed lore of spirit armour * Fixed thing in lore * Fixed Kuudra Mandible Reforge * Added new bingo items * Fixed Tara Tier 3 and 4 name * Fixed Fungi Cutter * Fixed more lores --- items/PROMISING_SPADE.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'items/PROMISING_SPADE.json') diff --git a/items/PROMISING_SPADE.json b/items/PROMISING_SPADE.json index d97bdf72..5015155c 100644 --- a/items/PROMISING_SPADE.json +++ b/items/PROMISING_SPADE.json @@ -4,15 +4,13 @@ "displayname": "§aPromising Shovel", "clickcommand": "", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Gains a higher level of\",1:\"§7Enchantment when breaking\",2:\"§7blocks.\",3:\"\",4:\"§7Will gain §9Efficiency I§7 after\",5:\"§7breaking §a50§7 more blocks.\",6:\"\",7:\"§a§lUNCOMMON SHOVEL\"],Name:\"§aPromising Shovel\"},ExtraAttributes:{id:\"PROMISING_SPADE\"}}", - "modver": "2.1.0-REL", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gains §9Efficiency I §7after\",1:\"§7breaking §a10 blocks§7!\",2:\"\",3:\"§7Blocks Broken: §a0\",4:\"\",5:\"§a§lUNCOMMON SHOVEL\"],Name:\"§aPromising Shovel\"},ExtraAttributes:{id:\"PROMISING_SPADE\"}}", + "modver": "2.1.1-PRE", "lore": [ - "§7Gains a higher level of", - "§7Enchantment when breaking", - "§7blocks.", + "§7Gains §9Efficiency I §7after", + "§7breaking §a10 blocks§7!", "", - "§7Will gain §9Efficiency I§7 after", - "§7breaking §a50§7 more blocks.", + "§7Blocks Broken: §a0", "", "§a§lUNCOMMON SHOVEL" ], @@ -20,5 +18,6 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Promising_Shovel", "https://wiki.hypixel.net/Promising_Shovel" - ] + ], + "crafttext": "" } \ No newline at end of file -- cgit