All versions
1.0.4-ALPHA-4
Alpha
Pathfinding Edition for MineColonies 1.0.4-ALPHA-410 months ago 55
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Server-side
Client and server
Changes
Dependency
minecolonies-1.20.1-1.1.1010
Changelog
1.0.4-ALPHA-3
- 修改野蛮人仇恨设定
- 野蛮人初始仇恨修改为: 非逃跑状态下士兵 > 逃跑状态下士兵 = 玩家 > 市民 = 游客
- 野蛮人现在会随时读取应该攻击的目标
- 士兵转为逃跑状态时将初始化其野蛮人对其的仇恨
1.0.4-ALPHA-4
- 修改下界矿工设定(目前功能为测试版)
- 修复原版下界矿工现无法在旅行中正常进食的 bug
- 修复下界矿工错误的等待装备的 bug
- 下界矿工现在会真正穿上装备,不会仅在某一tick内模拟穿装备的情况
- 下界矿工现在如果在开始旅行前饥饿值不满,会尝试进食后再开始旅行
- 调整下界矿工回合制内的进食/回血策略,食物质量高且充足能够大幅提升下界矿工返回率
- 下界矿工在意识到自己可能无法打过怪物时,会尝试逃跑,逃跑成功概率与第一技能等级有关
- 下界矿工在食物/血量充足时可能会立即开始额外的旅行,额外旅行到食物不充足且遭遇怪物时为止
- 重置寻找食物设定至老版本,我不希望在寻找食物时就判断是否应该在餐厅进食,现在早已具有比较完整的流程
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:GhvcpaF1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UFGyxCZm:GhvcpaF1"
}

