Links
Tags
Creators
Details
0.1.8-1.19.2
Compatibility
Required content
Changes
-
Added two new preference settings:
- "heal_on_source_water": Whether blocks should be healed where there is currently a source water block. False by default.
- "heal_on_source_lava": Whether blocks should be healed where there is currently a source lava block. False by default.
-
A new configuration category, named "explosion_item_drops" has been added, along with its corresponding command sub-category, to individually configure whether items should be dropped from certain explosion sources. All of these settings are enabled by default.
-
Added two new explosion sources: "heal_bed_and_respawn_anchor_explosions" and "heal_end_crystal_explosions", both false by default.
-
The preference command settings "block_placement_delay" and "explosion_heal_delay" have been moved out of the "preferences" sub-command category, and moved into their own "delays" category, to better match the configuration file.
-
Explosions will no longer heal fire or soul fire under any circumstances.
-
Explosions will now always heal blocks where there is currently fire or soul fire.
-
Fixed attachable blocks such as torches or rails dropping their items after an explosion, even that explosion was configured to not drop items.
Please make sure to report any issues or make suggestions in the issue tracker or in the Discord server.
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:umAqxZ6n:9WANemXj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:umAqxZ6n:9WANemXj"
}

