diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-08-24 12:09:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 12:09:01 +0200 |
commit | 406d31faf7b9c32fbb09ee0b48f41bca227c7278 (patch) | |
tree | 0a034a889adf40595fe795b1b184c93759fd6628 /items/PROMISING_SPADE.json | |
parent | eb1e064088761f7e5f36894c9ab937aebff89f8c (diff) | |
download | NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.tar.gz NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.tar.bz2 NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.zip |
First part (#972)
* First part
* Part 2
* Part III
* Part 4
* Fixed items
* Fixed Pets
* Fixed nbt
* Fixed name
* Fixed Mooshroom Cow lore
* Added wiki links
* Fixed shortbow lores
* Fixed Fel Sword lore
* Fixed drill recipe
* patch notes wtf
* More fixes
Diffstat (limited to 'items/PROMISING_SPADE.json')
-rw-r--r-- | items/PROMISING_SPADE.json | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/items/PROMISING_SPADE.json b/items/PROMISING_SPADE.json index 5015155c..f3cdd5b4 100644 --- a/items/PROMISING_SPADE.json +++ b/items/PROMISING_SPADE.json @@ -1,11 +1,8 @@ { - "internalname": "PROMISING_SPADE", "itemid": "minecraft:iron_shovel", "displayname": "§aPromising Shovel", - "clickcommand": "", - "damage": 0, "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", + "damage": 0, "lore": [ "§7Gains §9Efficiency I §7after", "§7breaking §a10 blocks§7!", @@ -14,10 +11,24 @@ "", "§a§lUNCOMMON SHOVEL" ], + "recipe": { + "A1": "", + "A2": "IRON_BLOCK:1", + "A3": "", + "B1": "", + "B2": "STICK:1", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + }, + "internalname": "PROMISING_SPADE", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Promising_Shovel", "https://wiki.hypixel.net/Promising_Shovel" - ], - "crafttext": "" + ] }
\ No newline at end of file |