

Trial Vault Reloader
This datapack enables configuration of buuz135's Repeatable Trial Vaults modification. The original version includes a special item tag can_reset_trial_vaults
that determines which items can reset a player's vault opening status, allowing them to activate it again.
Trial Vault Reloader changes the default reset items to a regular diamond. Now to reopen a previously used vault, a player must first click on it with a diamond and then use the appropriate trial key.
Configuration Instructions
To modify the list of items that can reset vault states:
- Unzip the datapack into a separate folder
- Navigate to:
data/repatable_trial_vaults/tags/item/
- Open the file
can_reset_trial_vaults.json
in any text editor
Simple item replacement: Remove the line "minecraft:diamond"
and insert the identifier of your desired item.
Adding multiple items: After the last quotation marks, add a comma, space, and the identifier of the new item. Repeat this process for each additional element in the list.
Note: The original Repeatable Trial Vaults modification is required for this datapack to function.