
Drops Are Randomized
Every block you break drops completely random items. Turn your world into pure chaos — mine dirt and get diamonds, or break stone and get something totally useless. You never know what you’ll get. Perfect for challenge runs, speedruns, and unpredictable
26.x
Compatibility
Changes
✨ Features 🔀 Fully random drops from all mined blocks ⛏️ Works on any block (ores, stone, dirt, etc.) ⚡ Designed for Minecraft 1.21.1+ (26.x loaders) 🧪 Great for challenge runs, chaos gameplay, and content creation 🎮 How It Works
Whenever you mine a block, instead of its normal drop, the game gives you a random item from the registry. You could break stone and get diamonds… or something completely useless. Good luck 😈
⚙️ Compatibility ✔️ Minecraft 1.21.1 and newer ✔️ Loader version 26.1+ ⚠️ May conflict with mods that modify loot tables or block drops 💡 Ideas Try beating the game with random drops Use it in multiplayer for chaotic fun Perfect for YouTube challenges 🐛 Notes
This mod is meant for fun and unpredictability — balance is not guaranteed.
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:eJSBJstU:zzlySzNs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eJSBJstU:zzlySzNs"
}
