Tags
Creators
Details
1.0.0
Compatibility
Required content
Changes
๐ Changelog โ v1.0.0 (Fabric - 1.21.1)
โจ Added
-
Creeper decision system when a Creeper starts its explosion fuse near the player
-
Interactive HUD with multiple choices:
- DEFUSE โ Cancels explosion and removes the Creeper
- TELEPORT โ Moves the Creeper away (20โ50 blocks)
- CONVERT โ Transforms the Creeper into random rewards or entities
- LET IT EXPLODE โ Default Minecraft behavior
-
2-second decision timer for fast-paced gameplay
-
Creeper freeze while decision HUD is active
-
Particle effects for each action (defuse, teleport, convert)
โ๏ธ Mechanics
- Detection system triggers within configurable radius (default: 8 blocks)
- Cooldown system to prevent repeated prompts (default: 5 seconds)
- Random conversion outcomes (TNT, gunpowder, mobs, etc.)
- Rare Golden Creeper event (low spawn chance)
๐ Multiplayer
- Nearest player receives the decision HUD
- Server-side validation of player choice
- Network sync between client and server
โ๏ธ Config
-
Added basic config file with:
- Detection radius
- Decision time limit
- Teleport distance range
- Conversion toggle
๐ฆ Requirements (Important)
To run this mod correctly, you MUST install the following:
๐ฎ Minecraft
- Minecraft Version: 1.21.1
- Other versions are NOT supported
๐งต Mod Loader
- Fabric Loader (required)
- Must be compatible with Minecraft 1.21.1
- Recommended: Latest available version
๐ง Required Dependencies
1. Fabric API
- Required for core Fabric mod functionality
- Must match Minecraft 1.21.1
2. Architectury API
- Required for shared mod architecture
- Minimum version: 13.0.0
- Recommended version: 13.0.8
๐ฅ Installation Steps
-
Install Fabric Loader for Minecraft 1.21.1
-
Download and add:
- Fabric API
- Architectury API
-
Place the mod file:
creeper_negotiation-<version>.jarinto your
.minecraft/modsfolder -
Launch Minecraft using the Fabric profile
โ ๏ธ Compatibility Notes
-
This is a Fabric-only build
-
Will NOT work on Forge or NeoForge
-
May conflict with mods that:
- Modify Creeper behavior
- Replace explosion mechanics
- Add custom HUD overlays
๐ Known Issues
- HUD may overlap with other UI mods
- Minor delay possible in high-latency multiplayer
๐ Notes
Initial release of Creeper Negotiation. Expect more features and improvements in upcoming updates!
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:s8hx0NhZ:5HB9crvf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:s8hx0NhZ:5HB9crvf"
}


