aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Vine <32849887+MattTheCuber@users.noreply.github.com>2024-05-07 05:40:39 -0400
committerGitHub <noreply@github.com>2024-05-07 09:40:39 +0000
commit90654f7821a548903ec4e78e52fb7aaeb715c696 (patch)
treebdc65d775e735b6466f06f5f0408a526b9b6162d
parent32c2adeb53388c91af9f471bf2350c285aa58656 (diff)
downloadNotEnoughUpdates-REPO-90654f7821a548903ec4e78e52fb7aaeb715c696.tar.gz
NotEnoughUpdates-REPO-90654f7821a548903ec4e78e52fb7aaeb715c696.tar.bz2
NotEnoughUpdates-REPO-90654f7821a548903ec4e78e52fb7aaeb715c696.zip
fix: emerald ring missing requirement + wheat minion 1 typo (#1197)
-rw-r--r--items/EMERALD_RING.json4
-rw-r--r--items/WHEAT_GENERATOR_1.json2
2 files changed, 3 insertions, 3 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
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