All versions
1.0.4-pre-5
Alpha
Pathfinding Edition for MineColonies 1.0.4-pre-58 months ago 66
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Server-side
Client and server
Changes
前置依赖(Dependency)
minecolonies_version=1.20.1-1.1.1010-snapshot
更新日志
- 重置休闲时间统计系统,放开相关config
- 村民不再受到友好玩家的伤害
- 走在荷叶上将不被认为是在游泳
- 农田休耕时农民将自动切换农田。
- 修改农民工作AI,现在耕地/种植/收获可以同时进行。
Changelog
- Reset leisure time tracking system and unlocked related config options
- Citizens no longer take damage from friendly players
- Walking on lily pads is no longer considered swimming
- Farmers will now automatically switch fields when one is fallow
- Updated farmer AI — hoeing, planting, and harvesting can now happen simultaneously
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:y0vFUr7m"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UFGyxCZm:y0vFUr7m"
}

