Vault
Vault — block.
Obtaining
Vaults are placed by trial-chamber structures. The normal block loot table has no item entries; the block entity owns the interactive reward flow instead of behaving like a regular dropped block.
Loot tableVaultDetailed drops are not published yet.| Structure source | Trial chambers |
|---|---|
| Placement | Structure template |
| Ordinary block drop | No configured item entry |
| Required interaction | Valid trial key |
Breaking
| Hardness | 50 |
|---|---|
| Blast resistance | 50 |
Usage
The block occupies a standard full volume and is shown with an isometric preview.
When a valid key is inserted while the vault is active, the block resolves reward items from its configured loot table, consumes the key, enters unlocking, and records the player as rewarded. The same player is rejected after receiving a reward.
| Shape | Full cube |
|---|---|
| Rendering | Isometric preview |
| Activation | Nearby player detection |
| Input | One matching trial key |
| Unlock delay | 14 ticks |
| Reward display | Cycles every 20 ticks while active |
| Rewarded-player rule | A rewarded player cannot claim again |
Reward flow
The vault's block loot table is intentionally empty because rewards are resolved by the block entity with the configured trial-chambers reward table. Display items are sampled from that table while the vault is active.
| Block loot table | `data/minecraft/loot_table/blocks/vault.json` |
|---|---|
| Default reward table | `minecraft:chests/trial_chambers/reward` |
| Display cycle | One item every 20 ticks while active |
| Reward context | Vault loot parameters with player and key |
Sounds
| Note block instrument | basedrum |
|---|
Behavior
The vault is a block entity that detects nearby players, displays a rotating reward item, and changes through inactive, active, unlocking, and ejecting states. Its front direction is stored in the block state and controls the keyhole and reward presentation.
| Stack size | 64 |
|---|---|
| Solid block | No |
| Transparent | Yes |
| Map color | stone |
| Note block instrument | basedrum |
| State count | 32 |
| Default state | Inactive |
| Activation range | 4 blocks |
| Deactivation range | 4.5 blocks |
| Key item | Trial key |
| Reward source | Trial chambers reward loot table |
| Block entity | `VaultBlockEntity` |
Data values
The state is the combination of horizontal facing, vault state, and ominous flag. Ominous variants use separate models and particles while preserving the same key and reward contract.
| Identifier | minecraft:vault |
|---|---|
| Version | Minecraft 26.2 |
| Blockstate | assets/minecraft/blockstates/vault.json |
| Loot table | VaultLoot table |
| Facing | North, south, east, west |
| Vault state | Inactive, active, unlocking, ejecting |
| Ominous | `true` or `false` |
| Active model | `vault_active` or `vault_active_ominous` |
| Ejecting model | `vault_ejecting_reward` or `vault_ejecting_reward_ominous` |
| Block state | `facing`, `vault_state`, `ominous` |
| Item definition | `assets/minecraft/items/vault.json` |
| Block loot | `data/minecraft/loot_table/blocks/vault.json` |
| Block entity | `minecraft:vault` |
History
- 26.2Block facts were published from the verified snapshot.Provenance: 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5
Gallery
See also
References
| Source | Validated DeepMine snapshot |
|---|---|
| Snapshot ID | 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5 |
| Digest | 1494fcb5bf440fde2c8b4f82862bfb18ae82a75ae18fd95ac3c9a451b5e537f6 |
| Block implementation | `net/minecraft/world/level/block/VaultBlock.java` |
| Block entity | `net/minecraft/world/level/block/entity/vault/VaultBlockEntity.java` |
| Default configuration | `net/minecraft/world/level/block/entity/vault/VaultConfig.java` |
| Block state | `assets/minecraft/blockstates/vault.json` |
| Block loot | `data/minecraft/loot_table/blocks/vault.json` |
Navigation
Data and provenance
minecraft:vault
Snapshot digest verified.
1494fcb5bf440fde2c8b4f82862bfb18ae82a75ae18fd95ac3c9a451b5e537f6Provenance and publication
- Readiness
- Pending
- Snapshot
- 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5
- Source set
- 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5
- Entity identifier
- minecraft:vault
- Digest
- 1494fcb5bf440fde2c8b4f82862bfb18ae82a75ae18fd95ac3c9a451b5e537f6
- Missing locales
- ru, en



