All versions
1.1.0.5
Beta
Chest Curio Items 1.1.0.52 weeks ago 135
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
侵蚀装甲现在时只要减少就会施加爆碎伤害(原先必须一次性损耗60%的装甲才能产生爆碎)
黄金奶酪的检查改为“猪灵喜欢的物品”而非“注册名字内有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:l9Fvs1hh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EAEFHW1O:l9Fvs1hh"
}

