Langue

Loot Refill

Loot Refill

Modrinth

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

1.1k téléchargements 18 abonnés mis à jour 12mo ago
dernière v2.0.3 Modrinth
Fabric 1.20.3 – 1.21.8 Game-mechanicsMagicUtility

Loot Refill

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

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.

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.

Versions

Release
2.0.3
fabric · 1.21.6, 1.21.7, 1.21.8 · 12mo ago
- Updated to 1.21.6. If you would like to report a bug, or make a suggestion, you can do so via the mod's [issue…
203
Release
2.0.2
fabric · 1.21.5 · 12mo ago
- Fix containers with manually set loot table ids not retaining their custom data after server restart or chunk unloading. If you would like to report a bug,…
127
Release
2.0.1
fabric · 1.21.5 · 12mo ago
- Fix not using an optional record codec field for the `saved_loot_table_id` field, causing NullPointerExceptions when attempting to serialize. - Fix incorrect…
44
Release
2.0.0
fabric · 1.21.5 · 12mo ago
- Port to 1.21.5. Support for older versions will be dropped. - Fix saved loot table id being corrupted after first refill. - Updated config file using Monkey…
30
Release
1.0.2-1.21
fabric · 1.21 · 23mo ago
- Straightforward port to 1.21. If you would like to report a bug, or make a suggestion, you can do so via the mod's [issue…
439
Release
1.0.1-1.20.4
fabric · 1.20.3, 1.20.4 · 25mo ago
- Fix chests not being protected when `maxAmountOfRefills` is set to `-1` and `protectLootContainers` is set to `true`. If you would like to report a bug, or…
166
Release
1.0.0-1.20.4
fabric · 1.20.3, 1.20.4 · 25mo ago
This is the first release of the mod. If you would like to report a bug, or make a suggestion, you can do so via the mod's [issue…
102

Commentaires 0

Aucun commentaire pour l'instant. Sois le premier à donner ton avis.

Télécharger Loot Refill

Les fichiers proviennent directement de la source d'origine. Modgrid ne les héberge ni ne les modifie.