All versions
3.1.0
Release
Locate Fixer 3.1.02 months ago 85
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Changelog
3.1.0
Changes since 3.0.0.
Added
- Added an optional, config-gated
/locate feature <feature_id>command for finding nearby biome regions that can generate a requested placed feature.
Changed
- Moved custom registered structure lookup to
/xlocate customstructure <structure_id>to avoid conflicts with vanilla locate behavior, and updated the related docs. - Improved locate and teleport feedback with clearer start, progress, completion, chunk-preload, and teleport-target status messages.
- Refined teleport destination handling with safer nearby-position checks, better underground and surface fallbacks, and wider destination chunk preloading.
- Updated build/runtime dependencies from NeoForge
21.1.219to21.1.227and ModDevGradle2.0.140to2.0.141.
Fixed
- Prevented structure locate cache collisions between different structure queries.
- Validated located structure candidates against the originally requested structure set before reporting a result.
- Preserved teleport preloading for locate-generated
/tpcoordinates when vanilla supplies an implicit rotation object. - Restored placed-feature ID suggestions for the new feature locate command.
- Tightened several teleport target and locate-result paths so reported coordinates and prepared teleport targets stay aligned.
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:JdvOuRuL:RcmCUTrm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JdvOuRuL:RcmCUTrm"
}

