All versions
1.21.1-2.2.0
Release
a-useless-mod 1.21.1-2.2.0last month 752
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
RC1:
- 全面重构合金炉逻辑与配方匹配系统,优化性能和架构
- 修复牛排工具挖掘逻辑与FTB连锁交互的兼容性问题
- 修复Mekanism速度升级崩溃问题
- 修复Mekanism机器速度倍率显示不正确的问题
- 修复与Mekanism: Empowered模组的冲突问题
- 修复维度平台层数生成错误
- 修复合金炉中AE样板存储异常问题
- 拆分模组配置类型,完善牛排工具飞行开关逻辑
- 调整维度时间和荧光塑料合成配方
- 更新模组材质资源 RC2: 更新
- 补充万象合金炉对应 JEI 提示和 Jade 插件配置的中英文翻译
- 新增配置项允许玩家设置基岩层是否固定生成在世界最底层
- 新增输入输出配置功能 — 合金炉六个面支持独立配置输入/输出/禁用模式
- 增加红石控制功能 — 合金炉支持红石控制模式(禁用/高信号运行/低信号运行)
- 添加ae2lt两个闪电产出配方
- 合金炉新增取消 AE 任务和配置产物是否回 AE 两个功能,调整能量条与红石按钮位置
- 合金炉AE 任务适配 ExtendedAE Plus 智能翻倍(暂时不限制翻倍数量)
修复
- 修复 JEI 翻译重载资源失败的问题
- 修复药水效果无法添加
- 修复部分塑料方块配方冲突问题
- 修复合金炉样板槽位样板不显示产物图标
- 修复合金炉 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:uvawKdVR:Sq9ei9HB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uvawKdVR:Sq9ei9HB"
}

