From 36b73ffb67c45c39e8232b9fab1a4408efc73dc3 Mon Sep 17 00:00:00 2001 From: MrChuw Date: Sun, 26 Feb 2023 17:38:24 -0300 Subject: Random recipes (#902) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- items/INFINIDIRT_WAND.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/INFINIDIRT_WAND.json') diff --git a/items/INFINIDIRT_WAND.json b/items/INFINIDIRT_WAND.json index fb0bd5ae..0b32d331 100644 --- a/items/INFINIDIRT_WAND.json +++ b/items/INFINIDIRT_WAND.json @@ -16,10 +16,10 @@ "internalname": "INFINIDIRT_WAND", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/InfiniDirt™_Wand", - "https://wiki.hypixel.net/InfiniDirt_Wand" + "https://wiki.hypixel.net/InfiniDirt™_Wand" ] } -- cgit