diff options
author | Matthew Vine <32849887+MattTheCuber@users.noreply.github.com> | 2024-05-07 05:40:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 09:40:39 +0000 |
commit | 90654f7821a548903ec4e78e52fb7aaeb715c696 (patch) | |
tree | bdc65d775e735b6466f06f5f0408a526b9b6162d /items/EMERALD_RING.json | |
parent | 32c2adeb53388c91af9f471bf2350c285aa58656 (diff) | |
download | NotEnoughUpdates-REPO-90654f7821a548903ec4e78e52fb7aaeb715c696.tar.gz NotEnoughUpdates-REPO-90654f7821a548903ec4e78e52fb7aaeb715c696.tar.bz2 NotEnoughUpdates-REPO-90654f7821a548903ec4e78e52fb7aaeb715c696.zip |
fix: emerald ring missing requirement + wheat minion 1 typo (#1197)
Diffstat (limited to 'items/EMERALD_RING.json')
-rw-r--r-- | items/EMERALD_RING.json | 4 |
1 files changed, 2 insertions, 2 deletions
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 |