From 90654f7821a548903ec4e78e52fb7aaeb715c696 Mon Sep 17 00:00:00 2001 From: Matthew Vine <32849887+MattTheCuber@users.noreply.github.com> Date: Tue, 7 May 2024 05:40:39 -0400 Subject: fix: emerald ring missing requirement + wheat minion 1 typo (#1197) --- items/EMERALD_RING.json | 4 ++-- items/WHEAT_GENERATOR_1.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'items') diff --git a/items/EMERALD_RING.json b/items/EMERALD_RING.json index a99bf432..620b847a 100644 --- a/items/EMERALD_RING.json +++ b/items/EMERALD_RING.json @@ -22,10 +22,10 @@ "internalname": "EMERALD_RING", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Emerald_Ring", "https://wiki.hypixel.net/Emerald_Ring" - ] + ], + "crafttext": "Requires: Emerald V" } \ No newline at end of file diff --git a/items/WHEAT_GENERATOR_1.json b/items/WHEAT_GENERATOR_1.json index 70e869c5..36618fbe 100644 --- a/items/WHEAT_GENERATOR_1.json +++ b/items/WHEAT_GENERATOR_1.json @@ -36,5 +36,5 @@ "https://hypixel-skyblock.fandom.com/wiki/Wheat_Minion", "https://wiki.hypixel.net/Wheat_Minion" ], - "crafttext": "Requries: Wheat I" + "crafttext": "Requires: Wheat I" } \ No newline at end of file -- cgit