Random Loot is a simple but exciting Fabric mod that changes the way mob drops work. Every time you kill a mob, it
will drop a completely random useful item — no junk, no decorative blocks, just things you actually want.
---
⚔️ How It Works
Whenever a player kills a mob, a random item is dropped at the mob's location. The catch? The better the mob, the
better the loot. Mob loot is split into 4 tiers based on the mob's maximum health:
┌───────────┬────────────────────────────────────────────────────────────────────────────────┐
│ Tier │ Examples │
├───────────┼────────────────────────────────────────────────────────────────────────────────┤
│ Common │ Coal, Iron Ingot, Bread, Arrows, Bone, String, Leather... │
├───────────┼────────────────────────────────────────────────────────────────────────────────┤
│ Uncommon │ Gold Ingot, Redstone, Lapis, Gunpowder, Blaze Rod, Ender Pearl... │
├───────────┼────────────────────────────────────────────────────────────────────────────────┤
│ Rare │ Diamond, Emerald, Golden Apple, Obsidian, Experience Bottle... │
├───────────┼────────────────────────────────────────────────────────────────────────────────┤
│ Very Rare │ Netherite Scrap, Saddle, Name Tag, Totem of Undying, Enchanted Golden Apple... │
└───────────┴────────────────────────────────────────────────────────────────────────────────┘
---
💀 Loot Scaling by Mob Health
The more dangerous the mob, the higher the chance of getting something valuable:
- < 15 HP (Chicken, Bat): mostly Common drops
- 15–30 HP (Zombie, Skeleton, Cow): Common / Uncommon mix
- 30–60 HP (Enderman, Witch, Blaze): Uncommon / Rare mix
- 60–150 HP (Ravager, Elder Guardian): Rare drops become frequent
- 150+ HP (Wither, Ender Dragon, Warden): Very Rare drops are highly likely
---
🔧 Commands
┌────────────────────┬───────────────────────────────────────────────────┐
│ Command │ Description │
├────────────────────┼───────────────────────────────────────────────────┤
│ /randomloot toggle │ Enables or disables the mod (requires OP level 2) │
└────────────────────┴───────────────────────────────────────────────────┘
The enabled/disabled state is saved automatically to the config file and persists across restarts.
---
📋 Requirements
- Minecraft 1.21.1
- Fabric Loader 0.18.4+
- Fabric API
---
🔗 Source Code
The full source code is available on https://github.com/Elabsurdo984/random-loot-minecraft.

