LootScatter

Quick rating

LootScatter

No reviews yet

A mod that will help you hide your loot all over the map!

QoL & Tweaks
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
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
relootmod-1.0.0-1.20.1-forge.jar
Authors

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

Description

This simple mod will help you organize a battle royale with your friends.

Has only 3 commands (the other 3 are still in development).

 

Functions

/spawnloot auto [chests count] [loot table name] [minimal distance between chests] [radius] Example: /spawnloot auto 20 relootmod:chests/battle_royale 15 100 Spawn 20 loot chests from a table called battle_royale with a minimum distance between chests of 15 blocks and a radius of 100 blocks.   /relootall Regenerates all loot in all chests with a loot table (which were created by the /spawnloot command)   /clearchests Deletes all chests created by the /spawnloot command

Loot tables

How to Create Custom Loot Tables (Guide)

Reloot Mod allows you to use any custom loot table for the /spawnloot command. You don’t need to make a new mod; you can add them directly to your world using the Minecraft Data Pack system.

Folder Structure

Navigate to your world folder (saves/your_world_name/) and create the following directory tree:
datapacks/
└── MyCustomLoot/
    ├── pack.mcmeta
    └── data/
        └── custom/
            └── loot_tables/
                └── super_chest.json

Create pack.mcmeta

In the MyCustomloot folder, create a file named pack.mcmeta and paste this code:
{
  "pack": {
    "pack_format": 15,
    "description": "Loot tables for Reloot Mod"
  }
}
(Note: For Minecraft 1.20.1, the pack_format is 15).
 

Create the Loot Table File

In the loot_tables folder, create a JSON file (e.g., super_chest.json). Here is a simple template:
{
  "pools": [
    {
      "rolls": { "min": 2, "max": 5 },
      "entries": [
        { "type": "minecraft:item", "name": "minecraft:diamond", "weight": 10 },
        { "type": "minecraft:item", "name": "minecraft:golden_apple", "weight": 5 },
        { "type": "minecraft:item", "name": "minecraft:netherite_ingot", "weight": 1 }
      ]
    }
  ]
}

How to Use in Game

  1. Open your world or type the command /reload if the world is already running.
  2. Your custom loot table now has the ID: custom:super_chest.
  3. Use it with the mod command (example): /spawnloot auto 10 custom:super_chest 5 50

Enjoy!


WARNING!!!

The mod is in beta, so there may be bugs, report them in the comments.

Also, if you have any advice, I'll read it all.
     

Screenshots

Gallery

  • photo_5210819521294310043_w.jpg
    photo_5210819521294310043_w.jpg photo_5210819521294310043_w.jpg

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