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:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -12,7 +12,9 @@
|
||||
"devenv.DisableCommonPacketWarnings"
|
||||
],
|
||||
"mixins": [
|
||||
"devenv.DisableInvalidFishingHook"
|
||||
"MixinClientPacketHandler",
|
||||
"devenv.DisableInvalidFishingHook",
|
||||
"devenv.MixinScoreboard"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
|
||||
Reference in New Issue
Block a user