All versions
20.1.1
Beta
Create Package 20.1.12 months ago 73
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Create Package v20.1.1 (Forge 1.20.1)
English
- Fully ported the v0.0.3 feature set to Forge 1.20.1 with AE2 15.4.10 and Create 6.0.8.
- Added the Extended Kinetic Pattern Provider with up to 9 pages and 36 pattern slots per page, using the ExtendedAE 1.20.1 interface resources.
- Added machine compatibility for Create Crafts & Additions, Create Diesel Generators, Vintage Improvements, Create Metallurgy, Create Bitterballen, and Create Confectionery.
- Improved parallel processing, capacity calculation, failure compensation, item/fluid recovery, and retry handling.
- Fixed Kinetic Pattern Provider screens, mirrored upgrade slots, WCWT mechanical package pattern re-encoding, and non-consuming stamping template behavior.
中文
- 将 v0.0.3 功能完整迁移到 Forge 1.20.1 / AE2 15.4.10 / Create 6.0.8。
- 新增扩展动力样板供应器,支持最多 9 页、每页 36 个样板槽位,并使用 ExtendedAE 1.20.1 界面资源。
- 增加 Create Crafts & Additions、Create Diesel Generators、Vintage Improvements、Create Metallurgy、Create Bitterballen、Create Confectionery 等机器兼容。
- 强化并行任务、容量计算、失败补偿、物品与流体回收及重试机制。
- 修复动力样板供应器界面、升级卡槽镜像、WCWT 重新编码机械封包样板、压印模板不消耗字段等兼容问题。
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:1EEAbKGF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5vJMWJv6:1EEAbKGF"
}

