1.5.0-fabric
Compatibility
Required content
Changes
v1.5.0 — Smarter pathfinding, Terrain Analyzer (beta)
Highlights
- 🧭 Terrain Analyzer (beta): clearer recognition of mountainous terrain, with new config options and full translations
- 🧠 Pathfinding controls: configurable land preference and water behavior (acceptable water level, coastal buffer, max coastal speed)
- 🛣️ Partial paths: when a full route can’t be completed, high-progress searches can return the best partial path instead
- 🌊 Safer defaults: oceans are no longer hard-blocked; default “prohibited biomes” now include
#minecraft:is_oceanand#minecraft:is_deep_ocean - 🔒 Stability: thread-safe biome selector cache (eliminates race conditions in concurrent scans)
- 🔧 Fixes: correct player direction on the debug map and reliable point teleportation packet handling; RA config tweaks
- 🧩 Compatibility: improved boot behavior when Distant Horizons is installed
- 🌐 Localization & data: updated category labels, new keys for fresh options, translations split and refreshed (EN/RU/ES/FR/DE/ZH/UK)
Compatibility: No world resets needed. Defaults for water/ocean behavior changed — review new pathfinding options if you rely on custom configs.
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:dLRvLyY3:nT1TNlvr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dLRvLyY3:nT1TNlvr"
}


