All versions
1.21.1-2.2.3
Release
a-useless-mod 1.21.1-2.2.32 weeks ago 289
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- 新增多方块万象合金炉体系:加入核心、炉体外壳、1~9阶无用线圈、有用线圈、ME样板总成和万象模具集散中心。线圈必须使用同一阶级,支持 AE2 自动合成、红石控制、任务取消和自动补充 FE。造化杖潜行右键多方块核心还可以自动消耗背包或绑定 AE2 网络中的材料搭建结构。
- 新增被动合成仓:可作为多方块万象合金炉的可选部件,按照设定间隔和倍率自动从 AE2 网络提取材料并合成。线圈等级会影响样板槽位、并行数量和处理能力。
- AE2样板流程调整:新增万象样板,使用 JEI 将万象合金炉配方转移到 AE2 样板终端后即可正常编码;
- 新增多模组配方兼容:
- ECO AE:集成工作站配方;
- 自然灵气:树仪式、自然祭坛、动物生成器和奉献配方;
- 神秘学:仪式、绑定书、修复/升级类配方,以及随机召唤;神秘学还新增了可记录五芒星阵的“仪式蓝图”,可作为对应仪式的模具使用。
- 灵灾:灵魂聚焦和灵魂注入配方。
- powah充能台配方
- 合成拓展相关配方
- 大批量合成与稳定性改进:智能倍增改为模组自身实现,能根据并行能力拆分大批次任务;修复超大数量导致的溢出、卡死、九阶配方无法合成、单方块炉手动倍量样板绕过配方校验。
- 造化工具功能扩展:新增“生物捕捉”模式,可将击杀的生物转换为刷怪蛋,并支持资源蜜蜂变种;与灵灾联动获得精魂掉落,击杀凋灵和末影龙时还可额外掉落觉醒粉。
- 界面与交互优化:单方块万象炉支持右键反向切换面模式,并修复了右键避雷针和xymachine的冲突
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:MntU87Y8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uvawKdVR:MntU87Y8"
}

