All versions
1.21.1-1.2.6.5
Release
Chest Curio Items 1.21.1-1.2.6.53 weeks ago 329
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
黄金奶酪的检查改为“猪灵喜欢的物品”而非“注册名字内有gold字样”
平衡了试炼大厅的宝库战利品表,现在多数饰品只能从不详宝库里开出,而一般的宝库只能开出基础资源(仿生心脏,裂变体,血肉齿轮,神秘金属板),试炼大厅内的战利品箱子战利品表不变
修复了裂变体无法烧成神秘金属板的问题
添加了4个新的增强件(这些增强件都是以功能性为主,基本不牵扯到战斗方面)
腐化蒸馏器
弥散机件
神秘衬件
神秘衬件
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:EAEFHW1O:WqbYnigc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EAEFHW1O:WqbYnigc"
}

