1.0.4-pre-9
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-pre-9
- 修复mixin的部分remap设置错误
- (这是一个测试功能)所有可能需要最低下限的小屋现在都补充了最低下限模块
- 寻路系统调整:
- 舍弃模拟殖民地原版的启发值重置算法,我认为这个算法完全是在耗费算力,毫无用处。
- 节点扩展策略改变,在每一步寻路时将会扩展最优的多个节点。
1.0.4-pre-9
- Fixed some remap settings in mixins
- (Experimental) All huts that may require a minimum stock now have a minimum-stock module installed
- Pathfinding adjustments:
- Dropped the colony's original heuristic reset algorithm — this algorithm might only consume CPU with little benefit
- Changed node expansion strategy: at each pathfinding step, multiple best nodes will be expanded instead of just one
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:ygDRU9XU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UFGyxCZm:ygDRU9XU"
}

