1.0.4-fix-2
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-2
- 牧场中的动物现在不会穿过门和栅栏门
- 修复复活系统会复制装备的bug
- 修复读心系统不能正确显示当前状态的bug
- 修复农田更换耕地时会卡住进程的bug
- 修复餐厅中市民被喂饱后仍然卡在进食状态的bug
- 修复矿车错误传送的bug
1.0.4-fix-2
- Animals in herder's hut no longer pass through doors or fence gates.
- Fixed a bug where the resurrection system duplicated player equipment.
- Fixed a bug where the mind-reading system failed to display the current state correctly.
- Fixed a bug that caused the process to hang when farmland was replaced.
- Fixed a bug where citizens remained stuck in an eating state after being fully fed in the canteen.
- Fixed a bug related to incorrect minecart teleportation.
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:5aZBAquc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UFGyxCZm:5aZBAquc"
}

