diff options
-rw-r--r-- | items/EMERALD_RING.json | 4 | ||||
-rw-r--r-- | items/WHEAT_GENERATOR_1.json | 2 |
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 |