Tags
Creators
Details
Licensed Apache-2.0
Published last month
Updated 2 days ago
All versions
1.1.1+26.1
Release
WyWF 1.1.1+26.1last month 5
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
Fabric
Supported environments
Singleplayer only
Changes
Fixed
- Structure search parity (all placement types): rewrote
VanillaStructureCheckerto no longer rely onChunkGeneratorStructureState.isStructureChunk(state, …), which both failed to compile and threwUnsupportedOperationExceptionat construction (offline / testRegistryAccesslacks the datapackhas_structurebiome tags). It now re-implements the placement check standalone:RandomSpreadStructurePlacementvia its publicgetPotentialStructureChunk(seed, x, z)(covers mineshaft, villages, temples, monuments, bastions, fortresses, end cities, ruined portals, …).ConcentricRingsStructurePlacementvia recomputed ring positions (BiomeSource.findBiomeHorizontal, cached per(placement, seed), with an "any biome" fallback when the preferred-biome tag is unbound).FrequencyReductionis now honored through the publicapplyAdditionalChunkRestrictions.- Per-structure biome gate now calls
VanillaBiomeChecker.quartYForSurfaceMatches, unifying surface/cave quart-Y with the biome checker.
WorldContextbuild API: removed the brokenstructureStatefield and unused holders; now carriesHolderLookup.Provider+noiseSettingsKey.MinecraftWorldContextFactory: updated to constructWorldContextwith the registry provider + noise-settings key.
Known feature
ExclusionZoneinteractions between structure sets are not yet enforced (accessor isprotected; no vanilla structure of interest uses one).
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:rMTpqtqE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PfzoepP4:rMTpqtqE"
}

