1.21.1-2.2.4
Compatibility
Changes
增加了工作台静态配方的兼容 增加了闪电科技粉末的兼容 增加了eio的兼容 增加了mek的全量兼容 增加了禁忌与奥秘的兼容 增加允许万象样板手动取消副产物的功能 增加了机械动力的支持 增加矿石生成器ui并加强 增加了万象炉配方多模具的支持 优化了配方加载顺序 优化了造化杖强制击杀逻辑 修复了单方块万象炉样板加载时机的问题 修复mek的升级配置失效问题 修复万象样板解析导致的卡顿问题 修复裂变堆流体输入逻辑错误的问题 修复转化配方部分失败就导致jei配方全丢失 修复了数据能源导致的配方丢失 更新前务必备份存档
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:riGYD6Hp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uvawKdVR:riGYD6Hp"
}

