Links
Tags
Creators
Details
2.6.0
Compatibility
Changes
问题修复 & 功能更新
修复了若干已知 Bug,提升整体稳定性。 修复了经验矿石掉落相关的异常问题,现在掉落逻辑按预期工作。 优化了模组相关的网络通讯性能,降低了数据包体积与发送频率,减轻服务端与客户端的网络压力。 触发元素效果时新增额外特效表现,更直观地反馈触发瞬间,同时提升整体视觉观感。
Bug Fixes & Updates
Fixed several known bugs, improving overall stability. Fixed abnormal behavior related to Experience Ore drops; drop logic now works as intended. Optimized network communication performance for modules, reducing packet size and transmission frequency to ease load on both server and client. Added extra visual effects when elemental procs trigger, providing clearer feedback on the moment of activation and enhancing overall visual impact.
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:Ig8qYdpy:pZP5HGLE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ig8qYdpy:pZP5HGLE"
}

