Links
Tags
Creators
Details
Licensed MIT
Published 8 months ago
Updated 18 hours ago
All versions
1.7.5
Release
ElementalCraft: Reactions 1.7.518 hours ago 18
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Unavailable version
Changes
Changed
- Flammable Spore equipment corrosion now damages durability as a percentage of each item's max durability (configurable, default 1% per second) instead of a fixed amount.
- 易燃孢子的装备耐久腐蚀由固定点数改为按装备最大耐久的百分比计算(可配置,默认每秒 1%)。
- Debug mode now only shows messages related to you: your own reactions, or those of mobs currently fighting you. Events between other creatures are no longer displayed.
- Debug 模式现在只显示与自身相关的信息:你自己的反应,或正在与你战斗的生物的反应;其它生物之间的事件不再显示。
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:DXBmXnC6:nXpytz5c"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DXBmXnC6:nXpytz5c"
}

