All versions
1.0.5-BETA-4
Beta
Pathfinding Edition for MineColonies 1.0.5-BETA-46 months ago 180
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-BETA-4
- 服务器相关问题修复
- 使用临时方式修复兼容问题,现在理论上所有能与所有加入其他模块的模组在小屋GUI显示上兼容,因此将放开所有模块config限制。 具体实现是否失效主要取决于其他模组在发送message时是否使用runtimeID来寻找自己的模块。 如果殖民地官方取缔runtimeID读取模块的内容后即可完全修复。
- 增加模块检测警报,如果遇到客户端缺失服务端模块的情况,将会提醒你检查对应模块config是否开启。
- 现在畜牧小屋中的动物可以被拴绳牵出门/栅栏门。
- 食物黑名单增加同步按钮,可以用于在客户端同步服务端的食物黑名单。
1.0.5-BETA-4
- Server-related issue fixes:
- Temporarily fixed compatibility issues. Theoretically, the mod is now compatible with all mods that add extra modules to building GUIs. As a result, all module config restrictions have been removed. Whether this fix actually works depends mainly on whether other mods use runtime IDs to locate their modules when sending messages. A permanent fix would require the official Minecolonies code to stop using runtime IDs to retrieve module content.
- Added a module detection alert. If the client is missing a module that exists on the server, you will be prompted to check whether the corresponding module config is enabled.
- Animals in pastures can now be led out through doors/fence gates using a lead.
- Added a sync button to the food blacklist, which can be used to synchronize the client-side food blacklist with the server-side version.
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:vXTPpuj3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UFGyxCZm:vXTPpuj3"
}

