1.0.4-fix-4
Compatibility
Changes
版本适用区间 (Dependency Version Range)
minecolonies_version=[1.20.1-1.1.1010-snapshot,1.20.1-1.1.1091-snapshot]
不建议≥1092 的版本,如果非要用的话不要开启精细最低库存,并手动调整mods.toml的版本上限。
≥1092 are not recommend. May adapt when close "Precise Minimum Stock", and adjust mods.toml manually.
1.0.4-fix-4
- 添加酒馆招募页面(sxtkl)
- 进一步修复节点扩展问题,阻止寻路时的摔落
- 修复服务器中特殊种子加载可能失效的问题
- 将快递员的进食的"工作方块"设置为最近的仓库
- 增加餐厅分流算法,现在两个相距不远的餐厅在算法上的权重会相对接近
1.0.4-fix-4
- Added a Tavern recruitment page (sxtkl)
- Further fixed node expansion issues to prevent fall-related pathfinding errors
- Fixed an issue where special seeds could fail to load on servers
- Set the Courier’s “work block” for eating to the nearest warehouse
- Improved restaurant load-balancing logic: nearby restaurants now have more similar priority weights
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:ZYXUuJ29"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UFGyxCZm:ZYXUuJ29"
}

