Mod

Loot Refill

Quick rating

Loot Refill

No reviews yet

A Fabric server-side mod to automatically refill the inventories of naturally generated loot containers.

Magic
Mod Loaders
Fabric
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

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
2.0.3
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

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Loot Refill

This is a Fabric server-side Minecraft mod that allows chests and other contains with naturally generated loot to refill themselves automatically.

Sponsored by Ember Host

Check out Ember Host if you are looking for a Minecraft server host that offers exceptional value for price. You can support my development by using the banner below, which gives a 50% cut for every first purchase to me, alongside a 10% discount to you.

dfm9S3K.png

Configuration

The mod includes several settings accessible via a config file named lootrefill.toml which can be found in the server's config folder. The settings can be edited in-game or from the console via commands starting with /lootrefill config, and they can be reloaded with /lootrefill config reload. The following is the default configuration file. Each setting is commented with an explanation as to what it does.

[preferences]
	#(Default = 1800) The time in seconds between each refill. Note that a refill only occurs whenever a loot container is opened.
	time_until_refill = 1800
	#(Default = -1) The max amount of refills allowed per container. -1 is the minimum value and enables unlimited refills. 0 disables loot refills. For a given container, this value can be overridden by setting the individual max refill amount for that container.
	max_refills = 1
	#(Default = false) If enabled, a container will only refill if the amount of times a player has refilled a container is lower than the max refill setting value.
	per_player_refill_counts = false
	#(Default = true) Prevents refilling containers when they are not fully empty.
	refill_only_when_empty = true
	#(Default = false) If enabled, containers with a set loot table id and a refill count lower than the max refill setting value, or if the max refill amount is set to unlimited, will be unbreakable by players. They can still be broken by indirect means such as explosions.
	protect_loot_containers = false

Manually set a loot container's loot table id and max refill amount

Since there is no way to retroactively assign loot table ids for already looted naturally generated containers, the mod includes a command to set one manually:

/lootrefill setLootTableId <loot_table_id>

where <loot_table_id> is the registry key identifier of the loot table id you wish to assign.

You can also specify the coordinates and dimension of the loot containers for use from a console:

/lootrefill add_loot_table_id <loot_table_id> <x> <y> <z> <dimension>

You can also set the max refill amount for a specific loot container by using:

/lootrefill setMaxRefillAmount <max_refill_amount>

where <max_refill_amount> is an integer value. By default, all containers have an individual max refill amount of -1. Setting it to 0 or higher will make the specific container use its individual max refill amount instead of the one specified in the config.

Finally, this command also accepts a position and dimension argument for use from the console:

/lootrefill setMaxRefillAmount <max_refill_amount> <x> <y> <z> <dimension>

Support

If you would like to report a bug, or make a suggestion, you can do so via the mod's issue tracker.

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
CurseForge
Created
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync