2.2.3
Compatibility
Required content
Changes
AllMobsExplode 2.2.3 — Fabric/Quilt
New features
- Added optional ranked Ender Dragon speedruns
- Added live timers and local leaderboards
- Added tamper-evident completion records
- Added
/ame includeto make normally safe entities—such as arrows, boats, and minecarts—explode - Added administrator controls for enabling or disabling speedruns
- Added Quilt compatibility
- Added an optional client-side custom timer
Speedrun integrity
- Requires a fresh, unused world
- Clears inventory, armor, Ender Chest, XP, effects, and previous progress
- Prevents operators and Creative or Spectator players from competing
- Detects gameplay-changing commands, setting changes, reused worlds, and multiplayer assistance
- Records the player, completion time, seed, difficulty, Minecraft version, platform, and explosion settings
Improvements and fixes
- Improved command help and command suggestions
- Improved exclusion and inclusion management
- Improved entity-scanning performance
- Added configurable explosion limits
- Fixed command parsing, trailing-space handling, formatting, console output, and leaderboard display
- Preserved mob drops, death events, and player kill credit
- Improved command visibility for operators and regular players
This release supports Fabric and Quilt on Minecraft 26.2 and requires Fabric API.
The mod can be installed server-side without requiring players to install it. Client installation is optional and provides the custom top-right speedrun timer.
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:LeRf8RIP:TXmzLDnk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LeRf8RIP:TXmzLDnk"
}

