diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-08-08 21:08:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-08 21:08:35 +0200 |
commit | 0162818487df8c5b107a2228fe71684c544a0b90 (patch) | |
tree | 5fc317d75ee71fbf1955931d6fe07c23a71dc2e3 /items/PROMISING_SPADE.json | |
parent | 0bdb82a34e4dd1d09f3761a4e033b70e8c3ab333 (diff) | |
download | NotEnoughUpdates-REPO-0162818487df8c5b107a2228fe71684c544a0b90.tar.gz NotEnoughUpdates-REPO-0162818487df8c5b107a2228fe71684c544a0b90.tar.bz2 NotEnoughUpdates-REPO-0162818487df8c5b107a2228fe71684c544a0b90.zip |
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
Diffstat (limited to 'items/PROMISING_SPADE.json')
-rw-r--r-- | items/PROMISING_SPADE.json | 15 |
1 files changed, 7 insertions, 8 deletions
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 |