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-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ is not known, you could crack it using [SeedCrackerX](https://github.com/19Miste
6
6
questions and support please head to my [Discord](https://discord.xpple.dev/).
7
7
8
8
## Installation
9
-
1. Install the [Fabric Loader](https://fabricmc.net/use/)
10
-
2. Download the [Fabric API](https://minecraft.curseforge.com/projects/fabric/) and move it to your mods folder
11
-
- Linux/Windows: `.minecraft/mods`
12
-
- Mac: `minecraft/mods`
13
-
3. Download SeedMapper from the [releases page](https://modrinth.com/mod/seedmapper/versions/) and move it to your mods folder
9
+
1. Install the [Fabric Loader](https://fabricmc.net/use/).
10
+
2. Download the [Fabric API](https://minecraft.curseforge.com/projects/fabric/) and move it to your mods folder:
11
+
- Linux/Windows: `.minecraft/mods`.
12
+
- Mac: `minecraft/mods`.
13
+
3. Download SeedMapper from the [releases page](https://modrinth.com/mod/seedmapper/versions/) and move it to your mods folder.
14
14
15
15
## IMPORTANT
16
16
You need to have Java 23 installed to use this mod. I recommend to get Java 23 from [adoptium.net](https://adoptium.net/temurin/releases/?version=23). Next, configure your Minecraft launcher to use this release of Java.
Locates a given structure closest to the player. All structures in all dimensions are supported. However, due to limitations in the underlying library, some structures (in particular desert pyramids, jungle temples and woodland mansions) may result in occasional false positives.
35
+
Locates a given structure closest to the player. All structures in all dimensions are supported. However, due to limitations in the underlying library, some structures (in particular desert pyramids, jungle temples and woodland mansions) may result in occasional false positives. For more advanced querying you can also use piece and variant data to further restrict the search. For example, the following command will search for end cities with ships: `/sm:locate feature structure end_city[end_ship]`.
0 commit comments