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
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,9 @@ This change was accepted upstream, however in my fork I have adjusted the size o
26
26
27
27
### World Presets
28
28
29
-
If the server you're on uses anything other than the default world preset (Large Biomes, Single Biome, ~~Amplified~~, ~~Superflat~~) this will greatly change the world generation. Change the preset to match the server in order to produce an accurate seedmap. Note that Amplified and Superflat biomes are not implemented yet and are placeholders.
29
+
If the server you're on uses anything other than the default world preset (Large Biomes, Single Biome, ~~Amplified~~, ~~Superflat~~) this will greatly change the world generation. Change the preset to match the server in order to produce an accurate seedmap.
30
+
31
+
Note that Amplified and Superflat biomes are not implemented yet and are placeholders.
30
32
31
33
-```/sm:preset list``` — show available presets
32
34
-```/sm:preset set <id>``` — set SeedMapper’s preset
@@ -74,7 +76,7 @@ This has now been implemented by upstream. They have unified both End City Ships
74
76
### Improved ESP
75
77
Configurable ESP settings allowing for custom colors, fill and transparency.
@@ -86,10 +88,14 @@ Can now finally remove SeedMapper waypoints with via a right click context menu.
86
88

87
89
88
90
### Highlight Timeout Setting
89
-
Can now change the default 5 minute render timeout with ```/sm:config esptimeoutminutes```
91
+
Can now change the default 5 minute render timeout with ```/sm:config EspTimeoutMinutes```
90
92
91
93
### Export Loot Table
92
94
Can now export the entire loot table for the map you're viewing by clicking ```Export Loot``` or via commands such as ```/sm:exportLoot <radius> [dimension] [structures/all]```.
93
95
94
96
Exported data will be located in ```SeedMapper/loot/<Server IP>_<Seed>-<Date/Time>.json```
95
97
98
+
### Auto Apply SeedCracker Seed
99
+
If the server you're in already has a seed in the database it will be auto applied and saved.
100
+
101
+
You can enable/disable this with ```/sm:config AutoApplySeedCrackerSeed true/false```
0 commit comments