Add fishing particle highlighter

Currently does not work when sneaking or when the bobber moves too much, since the position desyncs with the server
This commit is contained in:
nea
2023-05-07 12:22:36 +02:00
parent 229f724ef4
commit 942dd629ef
13 changed files with 238 additions and 6 deletions

View File

@@ -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"
}

View File

@@ -12,7 +12,9 @@
"devenv.DisableCommonPacketWarnings"
],
"mixins": [
"devenv.DisableInvalidFishingHook"
"MixinClientPacketHandler",
"devenv.DisableInvalidFishingHook",
"devenv.MixinScoreboard"
],
"injectors": {
"defaultRequire": 1