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-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# Seedmapper 2.18.x (MC1.21.11) - Modified by CevAPI
1
+
# Seedmapper 2.19.x (MC1.21.11) - Modified by CevAPI
2
2
3
3
Original Repo: https://github.com/xpple/SeedMapper/
4
4
5
5
## Relationship to upstream
6
6
7
-
This project is a friendly, independent fork of Seedmapper. I have not proposed any improvements or features to the upstreambut I am welcome to them incorporating my changes. I will sporatically maintain this project and re-base/sync with the upstream project.
7
+
This project is a friendly, independent fork of Seedmapper. I have only proposed one feature to the upstream, which was [accepted](https://github.com/xpple/SeedMapper/commit/fb3a3bd0b2d657ac54b35c39fffa990e02b35da0), but I am welcome to them incorporating further changes. I will sporatically maintain this project and re-base/sync with the upstream project.
8
8
9
9
## Compiling & Running
10
10
@@ -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.
29
+
This has been implemented by upstream, but my way does not require you to input the seed again. Both methods are available to use in this fork.
30
+
31
+
If the server you're on uses anything other than the default world preset (Large Biomes, Single Biome, No Beta Ocean, Force Ocean Variants, ~~Amplified~~, ~~Superflat~~) this will greatly change the world generation. Change the preset to match the server in order to produce an accurate seedmap.
30
32
31
33
Note that Amplified and Superflat biomes are not implemented yet and are placeholders.
32
34
@@ -35,7 +37,9 @@ Note that Amplified and Superflat biomes are not implemented yet and are placeho
35
37
36
38
### Seed Map Minimap
37
39
38
-
This is soon to be accepted by upstream!
40
+
This has been implemented in the [upstream](https://github.com/xpple/SeedMapper/commit/fb3a3bd0b2d657ac54b35c39fffa990e02b35da0)!
41
+
42
+
My fork still remains different, has different commands and retains the opacity functionality.
39
43
40
44
- Run ``` /sm:minimap ``` to open a live SeedMap minimap in the top-left corner of the HUD.
41
45
- Use ``` /sm:minimap on/off ``` or to explicitly control whether it is shown.
@@ -96,6 +100,9 @@ Can now export the entire loot table for the map you're viewing by clicking ```E
96
100
Exported data will be located in ```SeedMapper/loot/<Server IP>_<Seed>-<Date/Time>.json```
97
101
98
102
### Auto Apply SeedCracker Seed
99
-
If the server you're in already has a seed in the databaseit will be auto applied and saved.
103
+
If the server you're in already has a seed in the database, or it has just been cracked it will be auto applied and saved.
100
104
101
105
You can enable/disable this with ```/sm:config AutoApplySeedCrackerSeed true/false```
106
+
107
+
### Notes
108
+
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