diff options
author | MrChuw <jgabrielmonteiro@hotmail.com> | 2023-02-26 17:38:24 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-26 21:38:24 +0100 |
commit | 36b73ffb67c45c39e8232b9fab1a4408efc73dc3 (patch) | |
tree | a46363fe4594a200570832305b64c21bf71e859e /items/WOOD_SPADE.json | |
parent | 0df1045f7b5bb7e475a81d85e6e62a57d9860bb6 (diff) | |
download | NotEnoughUpdates-REPO-36b73ffb67c45c39e8232b9fab1a4408efc73dc3.tar.gz NotEnoughUpdates-REPO-36b73ffb67c45c39e8232b9fab1a4408efc73dc3.tar.bz2 NotEnoughUpdates-REPO-36b73ffb67c45c39e8232b9fab1a4408efc73dc3.zip |
Random recipes (#902)
* Added recipe to Acacia Birdhouse
I think I did everything right.
* updating revive values
according to the official wiki it is 750 and this 580 for some reason
https://wiki.hypixel.net/Kuudra#:~:text=Auto%20Revive-,750%20Tokens,-Auto%20revives%20you
* Added recipe to Enchanted Shears
the recipe was missing.
https://wiki.hypixel.net/Enchanted_Shears#:~:text=History-,OBTAINING,-The%20Enchanted%20Shears
* Fixed InfiniDirtâ„¢ Wand wiki link
* Fixed InfiniTorchâ„¢ Wand wiki links
* Added wiki link to Move Sam/SAM_ASSISTANT
* Added wiki link to Sam's_Scythe
* Added wiki link to Spider Eye
I don't know why didn't have the fandom link.
* Added wiki link to Sponge.
* Added wiki link to String
* Added wiki link to Sulphur Skitter DIAMOND
* Added wiki link to Sugar Cane
* Updating version.
* Added wiki recipe to Wooden Shovel
* Deleting spaces and fixing nbttag.
* I forgot one
Diffstat (limited to 'items/WOOD_SPADE.json')
-rw-r--r-- | items/WOOD_SPADE.json | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/items/WOOD_SPADE.json b/items/WOOD_SPADE.json index 402fbc08..052b6182 100644 --- a/items/WOOD_SPADE.json +++ b/items/WOOD_SPADE.json @@ -10,8 +10,19 @@ ], "internalname": "WOOD_SPADE", "crafttext": "", - "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", + "clickcommand": "viewrecipe", + "recipe": { + "A1": "", + "A2": "WOOD:1", + "A3": "", + "B1": "", + "B2": "STICK:1", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + }, "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wooden_Shovel", |