1.0.0+fabric
Compatibility
Required content
Changes
Changelog
All notable changes to No Creeper Explosion will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.0.0] - 2025-12-30
Added
- Initial release for Minecraft 1.21-1.21.5
- Prevents creeper explosions from destroying blocks while keeping entity damage
- Supports Fabric, Forge, and NeoForge mod loaders
Requirements
- Minecraft: 1.21 - 1.21.5
- Java: 21
- Fabric: Fabric Loader 0.16.14+ with Fabric API 0.102.0+
- NeoForge: 21.0.167+
- Forge: 51.0.33+
Installation
Server-side only for multiplayer. Client-side needed for singleplayer.
Notes
This build targets Minecraft 1.21 for maximum compatibility across 1.21.x.
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:ptis34fZ:Mw7mB31W"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ptis34fZ:Mw7mB31W"
}

