From 942dd629efbf12183b1c5f5a966c36d4b0647a6b Mon Sep 17 00:00:00 2001 From: nea Date: Sun, 7 May 2023 12:22:36 +0200 Subject: Add fishing particle highlighter Currently does not work when sneaking or when the bobber moves too much, since the position desyncs with the server --- src/main/resources/assets/notenoughupdates/lang/en_us.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/main/resources/assets/notenoughupdates') diff --git a/src/main/resources/assets/notenoughupdates/lang/en_us.json b/src/main/resources/assets/notenoughupdates/lang/en_us.json index e9d8ea5..e688eb7 100644 --- a/src/main/resources/assets/notenoughupdates/lang/en_us.json +++ b/src/main/resources/assets/notenoughupdates/lang/en_us.json @@ -19,6 +19,8 @@ "notenoughupdates.sbinfo.gametype": "Locraw Gametype: %s", "notenoughupdates.sbinfo.mode": "Locraw Mode: %s", "notenoughupdates.sbinfo.map": "Locraw Map: %s", - "neu.config.fairysouls.show": "Show Fairy Soul Waypoints", - "neu.config.fairysouls.reset": "Reset Collected Fairy Souls" + "neu.config.fairy-souls.show": "Show Fairy Soul Waypoints", + "neu.config.fairy-souls.reset": "Reset Collected Fairy Souls", + "neu.config.fishing-warning.display-warning": "Display a warning when you are about to hook a fish", + "neu.config.fishing-warning.highlight-wake-chain": "Highlight fishing particles" } -- cgit