

simple loot piles
a simple loot pile mod for random loot
that has a editable config
how to use
you can get them by doing /give @s loots:loot_pile
when you right click them it opens a screen
you can change if they respawn or what tier they are
check the tier by pressing f3 and looking at the block
the tier corresponds to the config tier so only tier 2 blocks will drop tier 2 items
config example
{
"0": [
{
"item": "minecraft:dirt",
"chance": 100,
"nbt": {},
"amount": 10
},
{
"item": "minecraft:cobblestone",
"chance": 10,
"nbt": {},
"amount": 5
}
],
"1": [
{
"item": "minecraft:iron_ingot",
"chance": 90,
"nbt": {},
"amount": 5
}
],
"2": [
{
"item": "minecraft:enchanted_golden_apple",
"chance": 15,
"nbt": {},
"amount": 10
}
]
}
and it supports items with nbt
{
"0": [
{
"item": "minecraft:dirt",
"chance": 100.0,
"nbt": {
"Enchantments": [
{
"id": "blast_protection",
"lvl": 2
}
]
},
"amount": 10
}
],
"1": [],
"2": []
}
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.19.4
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as simple-loot-piles-1.0.4.jar — drop this file into the mods folder
- Download size: 25 KB
- Download link checked 9 Sept 2026 — working
These come from our own check of the pack file, not from the source page.