Links
Creators
Details
Licensed GPL-3.0-only
Published 11 months ago
Updated 11 hours ago
All versions
1.0.5-BETA-9.1
Beta
Pathfinding Edition for MineColonies 1.0.5-BETA-9.12 months ago 1,483
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
版本适用区间 (Dependency Version Range)
minecolonies_version=[1.21.1-1.1.1259-snapshot,1.21.1-1.1.1285-snapshot?)
Recommend version: 1.21.1-1.1.1269
1.0.5-BETA-9.1
- 修改了合成配方上限的要求,现在内置的配方不计入合成类小屋的配方上限,为配合修改,小屋配方数显示也做了相应调整。
- 修复了殖民地原版选取物品界面数目输入框钟无法输入0的bug,同时配备了数值自动修正,保证输入值在1~9999之间。
- 修复了殖民地原版向市民手动提交物品后会导致下一顺位的请求无法手动提交的bug
1.0.5-BETA-9.1
- Reworked recipe limit handling: built-in recipes no longer count toward the recipe cap of crafting huts. Recipe count displays have been adjusted accordingly.
- Fixed a vanilla MineColonies bug where the quantity input box in item selection screens could not accept
0. Added automatic value correction to keep inputs within the valid range of 1–9999. - Fixed a vanilla MineColonies bug where manually fulfilling an item request for a citizen could prevent the next queued request from being fulfilled manually.
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:CO0L529u"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UFGyxCZm:CO0L529u"
}

