All versions
1.21.1-2.2.1-fix3
Release
a-useless-mod 1.21.1-2.2.1-fix3last month 585
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- 新增万象熔炉对 Mekanism 压缩机、粉碎机、锯木厂等设备的配方支持。
- 新增对闪电科技、苍穹转换核心相关配方的支持。
- 新增万象熔炉对 AE 网络能量抽取的支持。万象熔炉可自动抽取 AppFlux 通量储电,并支持选择是否抽取 AE 原生能量。
- 修复万象熔炉取消 AE 任务材料丢失的问题。
- 修复万象熔炉有用锭能量消耗计算错误的问题。
- 修复万象熔炉进行超大批量合成时失败的问题。
- 修复合金炉部分配方无法识别的问题。
- 修复部分情况下串配方的问题。
- 优化挖掘相关代码,修复挖掘红石矿石等物品复制的问题,经验值现在可以直接被玩家吸收。
- 新增玩家保护开关,基本上不死了。
- 新增牛排工具飞行速度配置选项。牛排工具飞行速度支持在 0.01 至 3.0 之间调整,默认值为 0.05 。
- 新增造化杖强制攻击、强制击杀功能。
- 新增造化杖攻击距离配置选项。
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:dvFSZOEJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uvawKdVR:dvFSZOEJ"
}

