1.0.4-fix-3
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-3
- 修复复活系统会复制装备的bug(上一版本的修复可能失效)
- 现在蜂房内的蜜蜂也不能穿过门和栅栏门
- 增加轮作系统节气时间同步的适配(sxtkl)
- 修复部分新节点扩展系统引起的错误阻断问题
- 修复在某些特殊地形下可能导致市民无法正常放置矿车的问题
1.0.4-fix-3
- Fixed an issue where the revival system could duplicate equipment (the previous fix may not have fully worked)
- Bees inside beehives can no longer pass through doors or fence gates
- Added support for syncing crop rotation seasons with the seasonal system (sxtkl)
- Fixed incorrect path blocking caused by parts of the new node-expansion system
- Fixed an issue where citizens could fail to place minecarts on certain special terrain
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:ce0jXN09"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UFGyxCZm:ce0jXN09"
}

