1.3.4
Compatibility
Required content
Changes
修复问题:修复了现代化修复导致的批量动力合成器连接纹理问题;修复了使用蓝图旋转并放置带批量动力合成器蓝图时导致的问题;修复了批量动力合成器尝试将超过64的产物输出到传送带或分液池上时导致的游戏崩溃问题;修复了输出容器爆满、批量动力合成器产物堵在输出口时,产物下方显示存量数值不随着部分输出减少的问题;
新增功能:红石请求器现在可以在仓管处配置并请求模板,同时红石请求器的部分请求模式也添加了对模板的支持;蓝图大炮填写的材料清单现在可以在仓管处请求模板;添加了配置中可修改的模板在仓管中显示样式;添加了配置中可选的在仓管中将模板与普通物品合并显示的选项;批量动力合成器现在兼容动力臂;标码无线红石信号终端现支持连接工厂仪表
Bugfixes: Fixed a connection texture issue with the Batch Mechanical Crafter caused by ModernFix; fixed an issue that occurred when using Schematicannon rotation and placing schematics containing a Batch Mechanical Crafter; fixed a game crash that occurred when the Batch Mechanical Crafter tried to output more than 64 of a product onto a belt or basin; fixed an issue where, when the output container was full and the Batch Mechanical Crafter's output was backed up at its outlet, the stock count displayed below the output did not decrease as items were partially output.
New Features: The Stock Keeper can now configure and request Templates on the Redstone Requester, and the Redstone Requester's partial request mode now also supports Templates; material lists filled in via the Schematicannon can now request Templates at the Stock Keeper; added a configurable option to change how Templates are displayed at the Stock Keeper; added a configurable option to merge Templates with regular items in the Stock Keeper display; the Batch Mechanical Crafter is now compatible with the Deployer Arm; the Labeled Wireless Redstone Link now supports connecting to the Factory Gauge.
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:7iJ333iD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3xu2jXe8:7iJ333iD"
}



