simple loot piles
No reviews yet
a simple loot pile mod for random loot
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
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": []
}
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers