Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.5
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed LGPL-3.0-or-later
Published 3 years ago
Updated 2 weeks ago
Changelog
Changelog
-
Added advanced structure querying. This allows for locating structures with addition constraints on the structure. For example:
- Search for the nearest village:
/sm:locate feature structure village
. - Search for the nearest end city with an end ship:
/sm:locate feature structure end_city[end_ship]
. - Search for the nearest ruined portal that is both giant and underground:
/sm:locate feature structure ruined_portal{giant=true, underground=true}
. - Search for treasure bastions:
/sm:locate feature structure bastion_remnant{start=treasure.big_air_full}
. - Search for fortresses with blaze spawners and nether wart farms:
/sm:locate feature structure fortress[bridge_spawner, corridor_nether_wart]
.
The
<structure>[...]
syntax is for structure pieces, which is currently supported for end cities and fortresses. The<structure>{...}
syntax is for structure variants, which is supported for many structures. - Search for the nearest village:
-
Added a threading system. By doing the calculations in the background, this will make sure SeedMapper's search operations do not freeze the game.
Mod compatibility
Mod JAR | Biome | Structure | Slime chunk | |
---|---|---|---|---|
1.21 | ✔️ | ✔️ | ✔️ | ✔️ |
1.20 | ❌ | ✔️ | ✔️ | ✔️ |
1.19 | ❌ | ✔️ | ✔️ | ✔️ |
1.18 | ❌ | ✔️ | ✔️ | ✔️ |
1.17 | ❌ | ✔️ | ✔️ | ✔️ |
1.16 | ❌ | ✔️ | ✔️ | ✔️ |
1.15 | ❌ | ✔️ | ✔️ | ✔️ |
1.14 | ❌ | ✔️ | ✔️ | ✔️ |
1.13 | ❌ | ✔️ | ✔️ | ✔️ |
1.12 | ❌ | ✔️ | ✔️ | ✔️ |
1.11 | ❌ | ✔️ | ✔️ | ✔️ |
1.10 | ❌ | ✔️ | ✔️ | ✔️ |
1.9 | ❌ | ✔️ | ✔️ | ✔️ |
1.8 | ❌ | ✔️ | ✔️ | ✔️ |
1.7 | ❌ | ✔️ | ✔️ | ✔️ |
1.6 | ❌ | ✔️ | ✔️ | ✔️ |
1.5 | ❌ | ✔️ | ✔️ | ✔️ |
1.4 | ❌ | ✔️ | ✔️ | ✔️ |
1.3 | ❌ | ✔️ | ✔️ | ✔️ |
1.2 | ❌ | ✔️ | ✔️ | ✔️ |
1.1 | ❌ | ✔️ | ✔️ | ✔️ |
1.0 | ❌ | ✔️ | ✔️ | ✔️ |
Dependencies
Files
Metadata
Release channel
ReleaseVersion number
2.3.0Loaders
Game versions
1.21.5Downloads
282Publication date
April 4, 2025 at 12:02 PMPublisher
xpple
Owner