Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Supported environments
Server-side
Singleplayer
Links
Tags
Creators
Details
Licensed MIT
Published last month
Random Block Drops
Made this for fun lol
Ever got bored of mining and wanted some chaos in your life? This mod gives you random rewards every time you break a block. Could be a diamond, could be a chicken, could be 64 dirt blocks. Who knows?
What It Does
Break any block → Get a random surprise:
- Random Items/Tools (swords, food, random junk)
- Random Blocks (could be useful, probably not)
- Random Entities (hope you like surprise creepers!)
Commands (OP lvl 2+)
| Command | What It Does |
|---|---|
/randomdrops status |
See current settings |
/randomdrops toggle |
Enable/disable the randomdrops |
/randomdrops creative |
Enable/disable creative support |
/randomdrops reload |
Reload config file |
/randomdrops set item <0-100> |
Chance for item drops |
/randomdrops set block <0-100> |
Chance for block drops |
/randomdrops set entity <0-100> |
Chance for mob spawns |
/randomdrops amount item min <1-64> |
Min items per drop |
/randomdrops amount item max <1-64> |
Max items per drop |
/randomdrops amount block min <1-64> |
Min blocks per drop |
/randomdrops amount block max <1-64> |
Max blocks per drop |
Config
Edit config/random-block-drops.json to customize everything:
{
"itemChance": 33,
"blockChance": 33,
"entityChance": 34,
"enabled": true,
"workInCreative": false,
"itemMinAmount": 1,
"itemMaxAmount": 16,
"blockMinAmount": 1,
"blockMaxAmount": 64
}
Requirements
- Minecraft 1.21
- Fabric Loader
- Fabric API
Warning
I hope you like it)
(but also don't blame me if you get a wither from breaking dirt)
Made with chaos in mind


