All versions
1.0.5-ALPHA-3
Alpha
Pathfinding Edition for MineColonies 1.0.5-ALPHA-36 months ago 56
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
版本适用区间 (Dependency Version Range)
minecolonies_version=[1.20.1-1.1.1160-snapshot,)
1.0.5-ALPHA-3
- 增加食物黑名单系统,设置中可以自行添加广谱食物黑名单,部分特殊小屋开放自定义食物黑名单。
- 现在市民前往没有厨师的餐厅时,会直接自行取食。
- 修复殖民地特殊作物在生态群系交界处可能无法种植的bug
- 修复部分作物可能因为特殊原因无法正常种植并同时卡住农夫AI的bug
- 修复了客户端直接加入服务器导致特殊种子读取失效的bug
- 修复了市民能够前往0级餐厅却无法进食的bug
- 修复了在仓库未建成时快递员小屋丢失进食地点的bug
1.0.5-ALPHA-3
- Added a food blacklist system: you can define a global food blacklist in config, with some special huts supporting custom blacklists
- Citizens will now eat directly at restaurants without a waiter, instead of waiting
- Fixed an issue where minecolonies special crops could fail to plant at biome borders
- Fixed certain crops failing to plant and getting the farmer AI stuck
- Fixed special seeds failing to load when joining a server directly from the client
- Fixed citizens going to a level 0 restaurant but being unable to eat
- Fixed couriers losing their eating target when the warehouse is not yet built
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:Qz6HfACa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UFGyxCZm:Qz6HfACa"
}

