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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/EMERALD_RING.json') 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 -- cgit