Links
Tags
Creators
Details
Licensed MIT
Published last month
Updated 3 weeks ago
All versions
0.2.7+mc1.20.1
Release
Mekanical Create | 通用动力 0.2.7 — Minecraft 1.20.1 Forge3 weeks ago 112
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
0.2.7
- 修复使用 Mekanism 工厂安装器升级机器时,物品、能量和已安装升级可能丢失的问题。
- 拆除机器或使用扳手搬运时,保留内部物品、能量与升级。
- 优化工厂配方查询、吞吐量与鼓风机批量处理性能。
- 输出空间受限时按可容纳数量加工;完全阻塞时不再空跑进度。
- Fixed items, energy, and installed upgrades potentially being lost during Mekanism factory tier upgrades.
- Machine contents, energy, and upgrades are preserved when dismantled or moved with a wrench.
- Improved recipe lookup, factory throughput, and fan batch-processing performance.
- Processing now scales to available output capacity and pauses immediately when fully blocked.
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:Pr8AqVWP:ouJL4uq3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Pr8AqVWP:ouJL4uq3"
}

