aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/notenoughupdates/lang/en_us.json6
-rw-r--r--src/main/resources/notenoughupdates.mixins.json4
2 files changed, 7 insertions, 3 deletions
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"
}
diff --git a/src/main/resources/notenoughupdates.mixins.json b/src/main/resources/notenoughupdates.mixins.json
index ce2317a..2b3a4e2 100644
--- a/src/main/resources/notenoughupdates.mixins.json
+++ b/src/main/resources/notenoughupdates.mixins.json
@@ -12,7 +12,9 @@
"devenv.DisableCommonPacketWarnings"
],
"mixins": [
- "devenv.DisableInvalidFishingHook"
+ "MixinClientPacketHandler",
+ "devenv.DisableInvalidFishingHook",
+ "devenv.MixinScoreboard"
],
"injectors": {
"defaultRequire": 1