Vault timing banner
Vault timing icon

Vault timing

Create a Minecraft Java Edition mod for Forge 1.21 that automatically guarantees Trial Vaults drop the item currently shown in the vault display, without...

00
fabricClient1.21mod

Vault timing

  • Automatically lines up Trial Vault openings with the item currently shown on the vault display. When you right-click a Trial Vault, the mod cancels the manual timing and repeatedly triggers the interaction while that display item is visible so the drop matches what you saw.
  • Client-only; no server installation needed. The mod reads the vault’s shared display data and sends the open request for you. It stops once the vault state changes or the display item disappears.
  • Still respects vanilla rules: you need a valid Trial Key and the vault must be active; the mod does not spoof drops or bypass server logic.
  • Safety/backoff: the auto-interaction watcher times out after a short period if the vault never exposes the target item again, so it won’t stay armed forever.
  • Mod ID: vaulttiming; name: “Vault timing”. Entrypoint is client-side only.