Links
Tags
Creators
Details
Licensed MIT
Published 8 months ago
Updated 4 days ago
All versions
1.7.3
Release
ElementalCraft: Reactions 1.7.34 days ago 71
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Added
- Fire attribute mobs now throw Splash Poison Potions instead of water bottles. 赤焰属性生物改为投掷喷溅剧毒药水而非水瓶。
- Added a configurable cooldown for caster mob bottle throwing. 新增施法生物投掷药水瓶冷却时间的配置项。
Changed
- Reworked bottle throwing for attribute and caster mobs: fixed number of throws per round with a cooldown between rounds; throwing stops when the target's Wetness is full and resumes after the effect fades. 重做属性/施法生物的投掷药水行为:每轮固定次数投掷,轮次间有冷却;目标潮湿满层时停止投掷,潮湿消退后恢复。
- Fire Counter now reduces all types of damage, including elemental damage. 赤焰反制期间现在减免所有类型的伤害,包括属性伤害。
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:bO6luaSF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DXBmXnC6:bO6luaSF"
}


