diff options
| author | Nick Kunnert <34910276+pownsgg@users.noreply.github.com> | 2025-02-10 16:19:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-10 15:19:30 +0000 |
| commit | e472493da7eb59826f0e435954a369c947edf099 (patch) | |
| tree | c9cdb310b824367aa23782ef37c7e9fa88c1149d | |
| parent | 79d646fd1d82d60269c2bdd45b23d7fe47aa3671 (diff) | |
| download | NotEnoughUpdates-REPO-e472493da7eb59826f0e435954a369c947edf099.tar.gz NotEnoughUpdates-REPO-e472493da7eb59826f0e435954a369c947edf099.tar.bz2 NotEnoughUpdates-REPO-e472493da7eb59826f0e435954a369c947edf099.zip | |
Fixed clay collection requirement for farmer's rod (#1663)
| -rw-r--r-- | items/FARMER_ROD.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/FARMER_ROD.json b/items/FARMER_ROD.json index c07b2e4c..2a5ddadd 100644 --- a/items/FARMER_ROD.json +++ b/items/FARMER_ROD.json @@ -28,7 +28,7 @@ "internalname": "FARMER_ROD", "clickcommand": "viewrecipe", "modver": "", - "crafttext": "Requires: Clay V", + "crafttext": "Requires: Clay VI", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Farmer%27s_Rod", |
