Surprising Loot
Modby hakujoucho
Lets you define "surprise" entity spawns when players open specific loot chests or minecarts via datapacks.
Type
Mod
CurseForge Downloads
1,063
CurseForge ID
1323190
Last Updated
Jun 29, 2026
Description
Surprising Loot
Surprising Loot can let you create datapacks to define unexpected encounters to adventurers!
When a player first opens a container tied to a specific loot table, there is a configurable chance to spawn entities nearby, making treasure hunts far more thrilling or insteresting.
Supports both vanilla and modded loot chests, and is compatible with Lootr.
An example datapack is included in
data/surprisingloot/loot_events/example.json:
{
"loot_table": "minecraft:chests/jungle_temple",
"check_range": 3,
"chance": 1,
"spawn_times": 3,
"entity_pool": [
{
"weight": 2,
"entity_type": "minecraft:zombie",
"nbt": "{CustomName:'\"Gift\"',CustomNameVisible:1b,Health:2.0f,Attributes:[{Name:\"generic.max_health\",Base:50.0}]}"
},
{
"weight": 1,
"glowing": true,
"entity_type": "minecraft:bat"
}
]
}
Datapack Field Explanation:
- loot_table — The loot table ID this event applies to.
- check_range — Search radius for valid spawn positions (in blocks).
- chance — Chance for each spawn attempt to actually spawn a mob (0.0 ~ 1.0).
- spawn_times — Number of spawn attempts to make when the event is triggered.
- entity_pool — List of possible entities to spawn, with weighted selection.
- weight — Higher values increase the probability of this entry being chosen.
- entity_type — Entity ID to spawn.
- nbt (optional) — NBT data string to customize the entity.
- glowing (optional) — If true, the entity will spawn with the glowing effect.
Similar Mods
Create:OreDoubling
Raw Ore Doubling is a simple utility mod for Create that doubles the output of crushed raw materials when processed in a...
Extra Insane Potions
Want extra potions then this mod is for you!
Mending + Infinity
Allows both mending and infinity to be on the same bow.
HexStruction
An addon for Hex Casting adding the ability to create, manipulate, and use Structure iota.
Not F3
NoF3 is a mod that completely disables the F3 debug screen. Ideal for RP servers and builds where coordinates and debugg...
Ballotbox
Adds in-game category voting (i.e awards) for event servers!