Trial Vault ESP

Trial Vault ESP is a Fabric client mod for Minecraft 26.2 that highlights unopened normal and ominous Trial Vaults through walls within a 200-block radius while you're below Y 10, so you can spot vaults you forgot to unlock in a Trial Chamber.
Back to Files

TrialVaultESP-2.4

File nameTrialVaultESP-2.4.jar
Uploader
horotonhearshorotonhears
Uploaded
Sep 3, 2026
Downloads
164
Size
22.1 KB
Mod Loaders
Fabric
File ID
8799158
Type
R
Release
Supported game versions
  • 26.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:trial-vault-esp-1644903:8799158"

Learn more about Curse Maven

What's new

Changelog — v2.4

Small quality-of-life improvements, no behavior changes to the ESP logic itself:

  • Config screen tooltips: Every option in the ModMenu/Cloth Config settings screen now shows an explanatory tooltip on hover (English & German), so it's clearer what each setting does without needing to check the README.
  • Localized in-game messages: The actionbar feedback shown when marking/un-marking a vault, or when no vault is in your crosshair, is now translated (English/German) instead of being hardcoded English text.
  • Code cleanup: Removed a redundant manual list-filter step when marking a vault opened — the immediate rescan right after already produces the correct, up-to-date list, so the extra filter was dead work.
  • Doc fix: A leftover code comment still said "Shift+right-click shortcut" from before that was changed to Shift+middle-click; corrected to avoid confusion for anyone reading the source.