All versions
1.0.4-ALPHA-6
Alpha
Pathfinding Edition for MineColonies 1.0.4-ALPHA-69 months ago 198
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
更新日志
1.0.4-ALPHA-5
- 修复市民无法坐下的 bug
- 修复牧民屠宰伤害可能溢出的 bug
- 取消野蛮人对游客的仇恨
- 增加对国内网络的更新提醒支持
- 现在最低库存可以修改为以 1 为单位,需要在config中开启(实验设置,如果仅在刚进存档时出现小屋方块未加载属于正常情况,如果出现一直无法加载的情况希 望能够及时报告,我将仅保留功能,取消对Module显示的修改)
1.0.4-ALPHA-5.1
- 将殖民地原版在1.20.1-1.1.1034中对附魔师无法开工bug的修复的移植至当前版本
1.0.4-ALPHA-6
- 将厨师分发时拿取的物资数目下调(64→16)
- 医生治疗受伤的市民时会展示粒子效果
- 下界矿工史莱姆/岩浆史莱姆掉落物修改为固定输出
- 提升矿井/采石场效率,增加掉落物,至多为19倍掉落,取决于工人等级。
- 附魔师修改:
- 附魔师获得魔力等级不再必需书,如果有书会提高获取的魔力等级
- 附魔师获得魔力等级不再必需目标小屋,他在自己的附魔塔也可以获取魔力,只是效率略低,期间也会消耗书本对自己身上的工具进行随机附魔
- 附魔师获得魔力等级不再必须目标小屋工人回屋,如果有工人会消耗书给工人工具附魔,没有则只提高少量魔力等级
- 附魔师如果没有成功为工人附魔工具,不再消耗书本
- 附魔师单次请求书本数目增加(1→8)
- 任何等级的附魔塔现在进入附魔状态需要同样的附魔等级(10),原本的进入等级限制修改为通过魔力获取能积攒到的等级上限,并略微提高(10建筑等级→15建筑等级)
changelog
1.0.4-ALPHA-5
- Fixed bug where citizens could not sit down
- Fixed possible overflow in herder slaughter damage
- Added update notification support for players in China
- Minimum stock can now be configured in single-item units (experimental).
Note: If the worker hut block is unloaded only briefly when first loading a save, this is normal. If it stays unloaded permanently, please report it to me. Then I'll revert module display changes.
1.0.4-ALPHA-5.1
- Backported the fix from MineColonies 1.20.1-1.1.1034 that resolves the Enchanter not being able to start working
1.0.4-ALPHA-6
- Lowered Cook’s material pickup count during distribution (64 → 16)
- Doctors now show particle effects when healing injured citizens
- Nether Miner: Slimes/Magma Cubes now drop fixed loot
- Increased Mine/Quarry efficiency with up to 19× drops, scaling with worker level
- Enchanter changes:
- Gaining mana levels no longer requires books; having books increases the amount gained
- Gaining mana levels no longer requires a target hut; Enchanters can generate mana in their own tower (less efficient), consuming books to randomly enchant their own tools during the process
- Gaining mana levels no longer requires the target hut’s worker to be present; if present, books are used to enchant the worker’s tools, otherwise only a small mana gain is provided
- Books are no longer consumed if no worker tool is successfully enchanted
- Increased requested book count per task (1 → 8)
- Any Enchanter Tower level now requires the same enchantment level (10) to enter enchanting state. The previous entry limit has been reworked into a mana-based cap (raised from 10 × building level → 15 × building level)
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:ksQOV9kV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UFGyxCZm:ksQOV9kV"
}

