All versions
0.0.3
Beta
Create Package 0.0.32 days ago 28
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
English
- Added the Extended Kinetic Pattern Provider with configurable 36-slot pages; one page is enabled by default.
- Added Kinetic Pattern Provider support for verified machines from Vintage Improvements, Create Metallurgy, Create Bitterballen, Create Confectionery, Create Crafts & Additions, and Create Diesel Generators.
- Optimized smart batching to calculate batch sizes from each machine's actual item/fluid capacity and avoid enabling it for incompatible machine types.
- Fixed item loss when the AE network can only accept part of an output; remaining products are saved and retried after reload.
- Fixed incorrect network-tool slot rendering in the Package Distributor and Kinetic Pattern Provider screens.
- Adjusted the Package Distributor collision shape.
中文
- 增加扩展动力样板供应器:支持可配置的 36 槽分页,默认开放 1 页。
- 增加动力样板供应器对 Vintage Improvements、Create Metallurgy、Create Bitterballen、Create Confectionery、Create Crafts & Additions 和 Create Diesel Generators 已验证机器的兼容。
- 优化智能批量:按不同机器的真实物品/流体容量计算批次,并避免在不适用的机器类型上错误启用。
- 修复 AE 网络只能接收部分产物时可能丢失的问题:剩余产物会保存并在重新载入后继续重试。
- 修复封包分发器和动力样板供应器界面网络工具槽位显示错误的问题。
- 修改封包分发器碰撞箱设定。
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:5vJMWJv6:JLED4jGu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5vJMWJv6:JLED4jGu"
}

