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
+7-1Lines changed: 7 additions & 1 deletion
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
@@ -93,3 +95,7 @@ Can now export the entire loot table for the map you're viewing by clicking ```E
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