1.0.4-fix-5
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-5
- 修复服务端轮耕节律混乱的问题
1.0.4-fix-5
- Crop rotation counter fix
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:f8if9e7P"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UFGyxCZm:f8if9e7P"
}

