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
Copy file name to clipboardExpand all lines: README.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Seedmapper 2.22.x (MC26.1.2) - Modified by CevAPI
1
+
# Seedmapper 2.23.x (MC26.1.2) - Modified by CevAPI
2
2
3
3

4
4
@@ -51,6 +51,7 @@ Caching scope: datapack structures are cached for the current game session. Swit
51
51
52
52
Import a datapack:
53
53
-```/sm:datapack import <url>```
54
+
- URL must point to a ```.zip``` file (non-zip URLs are rejected).
54
55
55
56
Save the last imported URL for the current server (by IP):
56
57
-```/sm:datapack save```
@@ -199,7 +200,15 @@ Can now right click on locations and mark them as complete/incomplete which adds
199
200

200
201
201
202
### OreAirCheck Expanded
202
-
Now also skips highlights when an ore position is lava‑filled (same logic as air check).
203
+
Ore highlighting now skips positions inside non-occluding blocks (for example air and fluids), reducing misleading highlights.
204
+
205
+
### Update Checker
206
+
This fork includes a Modrinth update checker that can notify you in chat when a newer fork version is available.
207
+
208
+
- Disable update checks: ```/sm:config UpdateChecker set false```
209
+
- Re-enable update checks: ```/sm:config UpdateChecker set true```
203
210
204
211
### Notes
205
-
If using the original SeedMapper after using my fork you must erase my ```config.json``` first due to the mismatch of settings.
212
+
This fork stores config under ```seedmapper_cevapi``` and will attempt a one-time copy of legacy SeedMapper config from ```seedmapper/config.json``` if no fork config exists yet.
213
+
214
+
If you switch between this fork and upstream, review settings in both config folders (```seedmapper_cevapi``` and ```seedmapper```) to avoid confusion.
0 commit comments