Links
Tags
Creators
Details
0.1.9-1.20
Compatibility
Required content
Changes
Warning
This version of the mod will invalidate your current scheduled-explosions.json file, meaning that after updating the mod, any currently stored explosions will be lost.
Changelog
This update includes a major refactor of the mod's code-base, with several minor optimizations.
- Removed the settings
heal_on_flowing_water,heal_on_source_water,heal_on_flowing_lavaandheal_on_source_lava. Whether a block can be healed at a location will now act identically to whether a player would be able to place a block at that location. This includes liquids, grass, etc. The goal of removing these options is to simplify the configuration of the mod and make its behavior more consistent with Minecraft's own block placement rules. - Unused config setting keys will now be automatically removed.
- Explosions healed with the daytime healing mode will now react to the usage of the
/time addand/time setcommands, where they will recalculate their timers based on the remaining ticks until the next morning. - Updated Fabric Loader version requirement to 0.15.6.
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:XOIlvpJx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:umAqxZ6n:XOIlvpJx"
}

