1.3.5
Compatibility
Changes
修复了工作仓库在具有中间节点的初始原料时的需求计算错误; 修复了批量动力合成器面对有充足空间的容器时依旧成组输出的问题; 添加了批量理包机与动力臂的兼容; 修复了存在模板的情况下仓管合成配方请求的异常问题; Fixed a demand calculation error in the Work Warehouse when initial ingredients have intermediate nodes; Fixed an issue where the Batch Mechanical Crafter still output in groups even when facing a container with ample space; Added Mechanical Arm compatibility for the Batch Repackager; Fixed an issue where Stock Keeper's crafting recipe requests behaved abnormally when templates were present;
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:3xu2jXe8:LIoUWnx6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3xu2jXe8:LIoUWnx6"
}

