Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated 2 days ago
All versions
1.2.0
Release
Explosive Enhancement 1.2.0 Forge [1.21.1]2 days ago 14
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Forge
Supported environments
Client and server
Changes
- Added an ingame config screen for neoforge (the mod "configured" automatically creates a config screen for the forge version)
- Added config options to change the size, duration and opacity of the explosion effects
- Added a config option to blacklist entities (like creepers), so their explosions are ignored and keep the vanilla particles
- Config changes are now applied without restarting the game
- Particles can now be spawned properly via ingame commands, specifying a certain size for some values, for example: /particle explosiveenhancement:fireball{scale:4} ~ ~ ~
- Fixed a crash with explosions of radius 0, like the ones from Iron's Spells 'n Spellbooks or Goety
- Explosions with a radius of 0 now keep their vanilla particles
- Only the vanilla explosion particles are replaced now, instead of cancelling the rest of the explosion, which stopped blocks from being destroyed and fire from spreading when other mods (like TaCZ) finalized their own explosions
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:r0camchr:hzzvfKMj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:r0camchr:hzzvfKMj"
}

