All versions
1.3.1
Release
My-Bot-Mod v1.3.1 - Command Baton + Pathfinding Rewrite2 months ago 14
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
✨ 新功能
- 指挥棒:手持 HUD,Ctrl/Alt+滚轮切模式/选人,右键指挥假人寻路或传送到准星位置;两根木棍合成、不可堆叠;支持跨维度与传送权限配置。
🗺️ 寻路重构
- 非阻塞分帧 A*(不卡服)、游泳、跨越裂谷/跑酷、危险规避、跨维度、修正到达判定、路径平滑。
🐛 Bug 修复
- 生存挖矿挖不动、配置损坏崩溃、驻留区块票据过期/跨维度泄漏、死亡重生忽略维度、皮肤加载刷屏、快捷键失效等。
⚙️ 配置
- allowNonOpCreateBot → allowNonOpControlBot(自动迁移);新增 allowBatonTeleportNonCreative。
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:IAQ9c3zf:xTY9gymm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IAQ9c3zf:xTY9gymm"
}

