CurseForge · Minecraft mod
Chest Refill
A serverside mod that refills loot containers.
Quick answer
Which Chest Refill release should I use?
Chest Refill [1.20] ChestRefill 1.1.1 [Forge] targets 1.20 with Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is Chest Refill required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Chest Refill [1.20] ChestRefill 1.1.1 [Forge] need?
[1.20] ChestRefill 1.1.1 [Forge]. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Chest Refill without breaking your instance.
Built for Chest Refill [1.20] ChestRefill 1.1.1 [Forge]. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use [1.20] ChestRefill 1.1.1 [Forge]. It targets 1.20 with Forge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside [1.20] ChestRefill 1.1.1 [Forge]. It opens that exact file at the source.
About this project
What does Chest Refill add?
ChestRefill
A serverside mod that refills loot containers.
Note: Curseforge likes to make mess out of descriptions. For proper formatting, visit github page.
How-to
- Put the mod in your
mods/folder. - Restart the game / server.
- Tweak the config if you need, then use
/chestrefill reload
- Tweak the config if you need, then use
- Generate / create new loot chests.
- Loot them, wait for given time (default: 4 hours) and reloot them again with another account!
Features
- configurable (time, max fills, reset loot seed ...)
- permission support (
chestrefill.allowReloot) - works on any container extending
RandomizableContainerBlockEntity
Permissions
chestrefill.allowReloot- allows relooting chestchestrefill.configchestrefill.config.edit- allows in-game config editingchestrefill.config.reload- allows reloading config
Config
You can use an in-game /chestrefill command to edit the config in game. See github page.
Per-loot-table customization
You can also set custom values for specified loot tables. Do you want the end city loot table refilled more times than default? Set the following options.
{
"...": "",
"// Map to override above config for certain loot tables only.": "",
"lootModifierMap": {
"minecraft:chests/end_city_treasure": {
"randomize_loot_seed": true,
"allow_reloot_without_permission": true,
"max_refills": 100,
"refill_non_empty": false,
"min_wait_time": 60
},
"sample_mod:chests/custom_loot_table": {
"randomize_loot_seed": true,
"allow_reloot_without_permission": false,
"max_refills": 5,
"refill_non_empty": false,
"min_wait_time": 14400
}
}
}
This will cause the minecraft:chests/end_city_treasure to be
- relootable by same players
- refillable
100times - refilled each
60seconds
Per-container customization
You can customize a chest using the NBT tags. These will override the both config defaults and loot table overrides.
ChestRefill: {
RefillCounter: 0,
SavedLootTable: "minecraft:chests/igloo_chest",
CustomValues: {
AllowReloot: 1b
MaxRefills: -1
MinWaitTime: 60
}
}
(RandomizeLootSeed and RefillNonEmpty custom values are also available.)
The command would look like the following:
/setblock ~ ~ ~ minecraft:chest{ChestRefill: {RefillCounter: 0, SavedLootTable: "minecraft:chests/igloo_chest", CustomValues: {AllowReloot: 1b, MaxRefills: -1, MinWaitTime: 60}}}
This will create a lootable container that can be
- relooted by same players
- refilled infinitely
- refilled every 60 seconds
Servers
Do you want to host your own server with this mod? Try ApexHosting! Click the image below! 
Project description from CurseForge.
Pick your setup
Chest Refill by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.19
2 loader builds1.18.1
2 loader builds1.17.1
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Chest Refill versions and loaders
[1.20] ChestRefill 1.1.1 [Forge]
chestrefill-1.1.1-forge.jar
15 Jun 2023
[1.19] ChestRefill 1.1.0 [Forge]
chestrefill-1.1.0-forge.jar
12 Jun 2022
[1.19] ChestRefill 1.1.0 [Fabric]
chestrefill-1.1.0-fabric.jar
12 Jun 2022
[1.19] ChestRefill 1.1.0 [Forge]
chestrefill-1.1.0-forge.jar
11 Jun 2022
[1.18.1] ChestRefill 1.0.4 [Forge]
chestrefill-1.0.4-forge.jar
28 Feb 2022
[1.18.1] ChestRefill 1.0.4 [Fabric]
chestrefill-1.0.4-fabric.jar
28 Feb 2022
[1.18.1] ChestRefill 1.0.3 [Fabric]
chestrefill-1.0.3-fabric.jar
18 Feb 2022
[1.18.1] ChestRefill 1.0.3 [forge]
chestrefill-1.0.3-forge.jar
18 Feb 2022
[1.17.1] ChestRefill 1.0.0 [Fabric]
chestrefill-1.0.0_fabric.jar
15 Oct 2021
Looking for an older file? The official CurseForge project page is in Resources.