Commit 4ef0e8c
committed
overhaul(FishParticleManager): overhaul particle
trail detection algorithm
remove: Fishing Sound Indicator feature
remove: Fishing Particle Overlay feature
chore: clear unused code
Replaces the original N=64 bitwise matrix
exponentiation approach with a more robust and
accurate Graph + DFS (N=64, Ending Path) model.
This new implementation provides significantly
improved detection accuracy.1 parent 6e2f3fb commit 4ef0e8c
File tree
25 files changed
+513
-650
lines changed- src/main
- java/com/fix3dll/skyblockaddons
- core
- atlas
- feature
- features
- fishParticles
- fishing
- listeners
- mixin
- extensions
- hooks
- transformers
- utils
- resources
- assets/skyblockaddons
- atlases
- particles
- textures/particle/blank_splash
- lang
25 files changed
+513
-650
lines changedLines changed: 0 additions & 144 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| |||
125 | 124 | | |
126 | 125 | | |
127 | 126 | | |
128 | | - | |
129 | 127 | | |
130 | 128 | | |
131 | 129 | | |
| |||
163 | 161 | | |
164 | 162 | | |
165 | 163 | | |
| 164 | + | |
166 | 165 | | |
167 | 166 | | |
168 | 167 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
| |||
138 | 137 | | |
139 | 138 | | |
140 | 139 | | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments