Surprising Loot

Quick rating

Community listing page, reviews here may not be monitored by the author.

Surprising Loot

No reviews yet

Lets you define "surprise" entity spawns when players open specific loot chests or minecarts via datapacks.

No Theme
Adventure/Exploration
Hostile Mobs
Peaceful & Neutral Mobs
Mod Loaders
Forge
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
SurprisingLoot-Forge-1.20.1-1.1.1.jar

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

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.

Screenshots

Gallery

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works