Tags
Creators
Details
Licensed Apache-2.0
Published last month
Updated 2 days ago
All versions
1.1.0+26.1
Release
WyWF 1.1.02 months ago 5
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
Fabric
Supported environments
Singleplayer only
Changes
Added
- Search by spawn block — find seeds by the block you stand on at the origin:
spawn on sand,on the stone block,на блоке песок, orany solid(predicted from the origin biome viaSpawnBlockPredictor; approximate). ruined_portal_netheris now included in portal search.sulfur_cavesis now searchable (only with thenearmodifier).- Adaptive candidate count — for slow queries the required candidate target
ramps down from
8to3after10 s(SearchConfig+SearchWorker+SeedSearchermonitor). NewstopAtFirstCandidateoption stops at the first match for the fastest possible result. - Faster biome search:
nearuses an early-exit presence check instead of scanning the whole grid.- The sampled biome grid is cached per seed and reused across all biome terms
(
BiomeField), so a multi-biome query pays the sampling cost once. - Query terms are reordered so cheap checks (structures, spawn, positive biome
terms) run before expensive ones (
far/never).
Changed
- Removed the
ONmodifier (merged intoin, ~64 blocks).on/наnow belongs to spawn-block search when followed by a block name. - Removed the unused spawn-offset code in
PendingWorldCreation.
Metadata
fabric.mod.jsonnow listsissuesandhomepage(CurseForge) contact links.
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:7FbGIYj8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PfzoepP4:7FbGIYj8"
}

