Skip to content

Commit 44a915a

Browse files
committed
Update README
1 parent a02893c commit 44a915a

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff 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
22

33
![SMC](https://i.imgur.com/stk3WiE.png)
44

@@ -51,6 +51,7 @@ Caching scope: datapack structures are cached for the current game session. Swit
5151

5252
Import a datapack:
5353
- ```/sm:datapack import <url>```
54+
- URL must point to a ```.zip``` file (non-zip URLs are rejected).
5455

5556
Save the last imported URL for the current server (by IP):
5657
- ```/sm:datapack save```
@@ -199,7 +200,15 @@ Can now right click on locations and mark them as complete/incomplete which adds
199200
![Complete Me](https://i.imgur.com/tITHz8W.png)
200201

201202
### 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```
203210

204211
### 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

Comments
 (0)