promotional bannermobile promotional banner

Legacy Vault

Legacy Vault is a Minecraft mod that allows a player(s) to store inventory between worlds.

File Details

legacyvault-1.18.2-2.0.0.jar

  • R
  • Mar 1, 2025
  • 292.62 KB
  • 114
  • 1.18.2
  • Forge

File Name

legacyvault-1.18.2-2.0.0.jar

Supported Versions

  • 1.18.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:legacyvault-492581:6249667")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog for Neoforge Legacy Vault 1.18.2

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.0.0] - 2025-02-28

-Breaking Version Change-

Changed

  • replaced DB storage with external individual player NBT storage!
    • this prevents loss of all data due to db corruption, eliminates db security issues, and removes introduction and reliance on extraneous 3rd party libraries (which may have their own security issues).
  • refactored Config properties.
  • allow both Personal and Community (aka Public) vaults, and the ability to enable/disable both independently.
  • replaced Vault Application item texture.
  • renamed Vault Application to Vault Contract .
  • separated the dual role/purpose of the Vault. ie a Vault no longer is either Personal or Public - individual Block/Chests were added for each.
  • the original Legacy Vault is renamed to Classic Vault.
  • the recipes to craft the Classic/Original Vault now uses a Barrel instead of a Chest.
  • fixed the quick move stack action for the vaults.

Added

  • Rustic Vault - a personal vault.
  • Community Vault - a community vault.
  • set of recipes for Rustic Vault that uses a Chest (the recipes that was previously used for the Classic/Original vault).

[1.4.0] - 2024-12-19

Changed

  • Move DB config properties from Server to Common.
  • Fixed the Shift click move Item stack issue._