A Minecraft mod that provides some config options and tags for controlling explosions and the damage dealt by them.
Downloads and more information about the available features can be found on CurseForge and Modrinth.
This mod uses a very simple multiloader setup (Fabric and NeoForge), inspired by the MultiLoader Template and the setup of other multiloader mods such as Patchouli.
To build the mod, run ./gradlew build (on Windows, gradlew.bat build) from the root folder. This will build the mod jars in {fabric|neoforge}/build/libs.
To set up a dev environment:
- Import the root folder as Gradle project into your IDE of choice (should work with IDEA, VS Code and Eclipse)
- Depending on your IDE, you might need to run the
fabric:genEclipseRunsorfabric:vscodeGradle task to generate Fabric run configs - Optionally, you can run the
fabric:genSourcesGradle task to decompile Minecraft in the Fabric subproject as well (this is not needed for developing but might be useful for debugging)