Mineuniverse
Log in Register
Mods

Surprising Loot

Lets you define "surprise" entity spawns when players open specific loot chests or minecarts via datapacks.
by hakujoucho
Download Claim this project
1,100 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Adventure and RPG Server Utility

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.

SurprisingLoot-Forge-1.20.1-1.1.1.jar
MC 1.20.1, Forge
Release 2025-08-08 Get

More from hakujoucho

Simple BBQ Unofficial
9,914
Headshot Bonus
91,452
Drink It! Refoxed
896
Quiet!
8,267
Kill Counter: Kill Streak Announcer + Mob Death Message
816
No Random Drop Offset
8,149

You Might Also Like

VanillaDeathChest (Fabric)
Places containers when players die that contain their items.
994,762
Weathering with You
Forecast Minecraft weather with a radar or a hat!
98,579
APTweaks: Items (11.x Classic)
Item clustering (fallen blocks, experience orbs, ...) and garbage cleanup.
9,884,514
Styled Nicknames
Simple, but configurable nicknaming mod allowing your server's players (and admins) to change their nickname with full formatting support
989,499
Datapack Commands
A mod massively expanding on Minecraft's commands (including textboards!)
9,986
World Type Lock
Forces players to use a specified World Type!
9,893