1.0.9.5
Compatibility
Changes
修复了“忘却药剂”的使用问题
修复了“极限反应论”可以取下且可以快速复制的问题
修复了“质能转换器”的描述问题
修复了“混沌要塞之护”的配置文件自我冲突导致魔法伤害倍率未能生效的问题
修复了“异化二极管”在造成普通伤害的情况下也能吃到加成的问题
修复了“苍戮”的粒子效果没有产生的问题
重构了部分GUI层面的额外渲染(例如邪母物品的工具提示现在会发出粒子效果了)
更改了一些其他的东西,例如“吸能高岭石”可以修复副手物品或者“裂变体”可以被烧成神秘金属板

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:nir6Uw9G"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EAEFHW1O:nir6Uw9G"
}

