1.0.4-pre-8
Compatibility
Changes
版本适用区间 (Dependency Version Range)
minecolonies_version=[1.20.1-1.1.1010-snapshot,1.20.1-1.1.1092-snapshot)
不建议≥1092+的版本,如果非要用的话不要开启精细最低库存,并手动调整mod.toml的版本上限。
≥1092+ are not recommend. May adapt when close "Precise Minimum Stock", and adjust mod.toml manually.
1.0.4-pre-8
- 市民AI调整
- 全局通用AI切换间隔将更长(不是工作AI延迟)
- 下调哀悼时间至半天(1000~6000刻)
- 取消市民在坏天气下休息的设定,将不再提供开关
- 市民“睡觉”纳入计数的起始点修改为进入回家状态,也即可以不用等待市民全部上床再睡觉
- 修复寻路系统洞穴启发引起报错的问题
- 调整精细最小库存相关代码结构,以兼容最新的库存结构
- 对伐木工非区域模式重新适配,拾取上一棵树的掉落物仅在距离小屋 <50米 时触发
- 所有小屋默认开启仓库库存模式,可在设置中关闭
1.0.4-pre-8
- Citizen AI Adjustments
- Increased global AI task-switching interval (does not affect work AI delay)
- Reduced mourning duration to half a day (1000–6000 ticks)
- Removed citizen weather-based rest behavior — this option is no longer available
- Adjusted “sleep tracking” start point to when citizens enter the “go home” state, meaning sleep count starts before they actually reach their beds
- Fixed a pathfinding error caused by cave heuristic logic
- Refactored fine-grained minimum stock code structure for compatibility with the latest inventory system
- Reworked lumberjack non-restrict mode — now only collects drops from the previous tree if within 50 blocks of the hut
- All huts now enable max stock mode by default, configurable in settings
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:EWokjAa2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UFGyxCZm:EWokjAa2"
}

