All versions
1.0.4-BETA-7
Beta
Pathfinding Edition for MineColonies 1.0.4-BETA-79 months ago 137
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Server-side
Client and server
Changes
前置依赖(Dependency)
minecolonies_version=1.20.1-1.1.1010-snapshot
更新日志
- 修复幽灵矿车bug
- 恢复厨师喂食功能,可能并不冗余
- 修复寻路路径起点设置可能不合理的问题
- 修复服务端可能报@Final相关的WARN的问题
- 增加水路绕路系统,市民将更不愿意走水路
- 市民矿车使用将更丝滑,虽然拐角处依旧可能掉速
- 冶炼工人不再放上烧制物品就去休息,他更愿意留在工作岗位烧炉子
changelog
- Fixed ghost minecart bug.
- Restored chef feeding behavior — possibly not redundant after all.
- Fixed potential issue with invalid pathfinding start points.
- Fixed possible server WARN messages related to @Final fields.
- Added a new water path avoidance system — citizens will now prefer to walk around water.
- Improved minecart usage for citizens — smoother operation, though corners may still cause slowdowns.
- Smelters will no longer idle after placing items in the furnace; they’ll now stay and accelerate the furnace.
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:UFGyxCZm:EBDcEBKO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UFGyxCZm:EBDcEBKO"
}

