diff options
author | MisterCheezeCake <75341435+MisterCheezeCake@users.noreply.github.com> | 2024-05-05 13:58:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-05 17:58:20 +0000 |
commit | 6944c3ff2fc88821ff7c70cadcf29b5d917f5195 (patch) | |
tree | 016efbb1fff6f780a31ba674f04cdbdcd49b05ef /constants | |
parent | bd97ce3e49eecd68560b5c7c5c3ae56902529a66 (diff) | |
download | NotEnoughUpdates-REPO-6944c3ff2fc88821ff7c70cadcf29b5d917f5195.tar.gz NotEnoughUpdates-REPO-6944c3ff2fc88821ff7c70cadcf29b5d917f5195.tar.bz2 NotEnoughUpdates-REPO-6944c3ff2fc88821ff7c70cadcf29b5d917f5195.zip |
Fix max level on lure (#1194)
Diffstat (limited to 'constants')
-rw-r--r-- | constants/enchants.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 962a96f2..cbf50286 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -1565,7 +1565,8 @@ "angler": 5, "chance": 3, "power": 5, - "infinite_quiver": 5 + "infinite_quiver": 5, + "lure": 5 }, "enchant_mapping_id": [ "prosecute", |