Tags
Creators
Details
1.0.0+26.1
Compatibility
Required content
Changes
How it works
Type a description into the Seed field, for example:
village near warm ocean
деревня возле теплого океана
mansion dark forest
desert temple in desert
near deep dark
When you press Create New World, the mod parses the text and, if it contains recognized keywords, opens a search screen. It scans seeds (around the origin), locates structures from placement math and samples biomes with a fast, vanilla-exact climate sampler. When a seed matches, the world is created with it.
Keywords are recognized in Russian and English, with many synonyms.
Modifiers
| Modifier (EN / RU) | Meaning |
|---|---|
| (none) | present within the default radius |
near / рядом, возле… |
within ~200 blocks |
in, on / в, на… |
within ~64 blocks |
far / далеко, вдали… |
far away (~1000–2000 blocks) |
some / несколько, много… |
several structures nearby |
under / под, снизу |
the surface biome at that spot |
no, not, without / нет, не |
must NOT be present |
What works
- Biomes: surface biomes (ocean, desert, forest, …) and cave biomes
(
deep dark,lush caves,dripstone caves). - Structures: village, mansion, temples, monument, shipwreck, outpost, igloo, mineshaft, ocean ruins, buried treasure, trail ruins, ancient city, trial chambers, ruined portal, and more.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:PfzoepP4:WbvfGK5T"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PfzoepP4:WbvfGK5T"
}

