You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an existing ESP highlight is already rendered and the user makes a new highlight run (on a new block/area) the highlights are now automatically cleared/refreshed. This allows air/lava checks to apply on new results.
113
+
111
114
### Improved Waypoints
112
115
Supports [Wurst7-CevAPI](https://github.com/cev-api/Wurst7-CevAPI) waypoints, Xaero Waypoints and its own waypoint system via right click context menu.
113
116
@@ -117,7 +120,6 @@ Added the ability to set the waypoint compass overlay to be manually toggled ins
117
120
118
121
I also added the ability to import waypoints from [Wurst7-CevAPI](https://github.com/cev-api/Wurst7-CevAPI). Will soon be adding Xaero waypoint as well.
119
122
120
-
121
123

122
124
123
125
### Highlight Timeout Setting
@@ -134,9 +136,12 @@ If the server you're in already has a seed in the database, or it has just been
134
136
You can enable/disable this with ```/sm:config AutoApplySeedCrackerSeed true/false```
135
137
136
138
### Mark As Complete
137
-
Can now right click on structures and mark them as complete/incomplete which adds a green tick over the icon
139
+
Can now right click on locations and mark them as complete/incomplete which adds a green tick over the icon.
138
140
139
141

140
142
143
+
### OreAirCheck Expanded
144
+
Now also skips highlights when an ore position is lava‑filled (same logic as air check).
145
+
141
146
### Notes
142
147
If using the original SeedMapper after using my fork you must erase my ```config.json``` first due to the mismatch of settings.
0 commit comments