All versions
1.0.0
Release
Better Pathfinding / 寻路优化 1.0.0last month 56
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
v1.0.0 - Initial Release / 初始发布
New / 新增:
- Transparent block sight fix (glass, glass panes, iron bars) / 透明方块视线修复(玻璃、玻璃板、铁栏杆)
- 60-tick stuck detection (vanilla: 200 tick) / 加速卡住检测(原版200tick→60tick)
- Fence, wooden door, trapdoor, honey block pathing unlocked / 栅栏、木门、活板门、蜜块寻路解锁
- Fall damage avoidance in pathfinding / 寻路摔落规避
- Crowd separation for same-type mobs / 同种生物群体散开
- Post-feed temptation suppression / 喂食后不再追踪
- Path deduplication and adaptive throttle / 路径去重与自适应节流
- Target grace period after brief sight loss / 目标短暂丢失宽容期
- In-game config GUI (Mods menu, bilingual) / 游戏内配置界面(Mods菜单,双语)
- zh_cn / en_us language support / 中英文语言支持
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:7PiFAVKr:z1OvSo8i"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7PiFAVKr:z1OvSo8i"
}

