Enhance your Minecraft experience by downloading the VaultLoot mod for MCPE! This innovative game modification adds a new layer of excitement and customization to loot mechanics within the game. Whether you’re aiming for specific rewards or enhancing your gameplay strategy, understanding how to effectively use VaultLoot is crucial.
Introduction to VaultLoot
The Vault Loot Console is a mod designed for Minecraft’s server-side Fabric platform that allows players to customize loot probabilities for both the Vault and the Ominous Vault. By implementing straightforward in-game commands, players can tailor their loot experience to better fit their gameplay desires.
Key Features of VaultLoot
- Item Probability Customization – Adjust the likelihood of specific items appearing in the vault loot tables. Wish to eliminate diamonds? Or perhaps you want the Heavy Core to appear more frequently? Now you can!
- Two-Tier Rarity System – The loot table encompasses a two-layer framework, enabling you to modify the selection rates for
common,rare, anduniqueitem categories. You can delve deeper into each pool to refine specific items further. - Immediate Changes – Any adjustments made are reflected instantly due to data reloading features. All configurations are saved in
config/vaultloot.json, ensuring your settings persist over time. - Simple Reset Procedure – To revert to the original loot settings, simply execute
/vaultloot resetor remove the configuration file altogether.
Available Commands
| Requires OP permissions (permission level 2): | Command | Description |
|---|---|---|
| /vaultloot list | Displays a list of table entries along with their current weights | |
| /vaultloot set | Assigns a specific weight directly | |
| /vaultloot add | Increases or decreases the existing weight | |
| /vaultloot multiply | Adjusts the weight by multiplying it with a factor | |
| /vaultloot reset [item] | Restores the original weights, with an option for individual items | |
| /vaultloot apply | Applies unprocessed changes instantly | |
| /vaultloot autoapply | Enables or disables ‘automatic changes application’ | |
| /vaultloot info | Displays the configuration file location and count of overridden entries |
Loot Table Synonyms
| Alias | Functionality |
|---|---|
normal / ominous |
Controls the top-level selection weights for common, rare, and unique categories (influencing rarity) |
normal_common / ominous_common |
Common item pool (including emeralds, arrows, wind charges, and limited diamonds) |
normal_rare / ominous_rare |
Rare item pool (containing armor, weapons, enchanted books, diamond blocks) |
normal_unique / ominous_unique |
Unique item pool (including enchanted golden apples, smithing templates, tridents, Heavy Cores) |
Practical Usage Scenarios
For example, to guarantee that every drop from an ominous vault yields a Heavy Core, set the weights of all other unique pool items to zero as well as the other pools:
/vaultloot set ominous minecraft:chests/trial_chambers/reward_ominous_rare 0
/vaultloot set ominous minecraft:chests/trial_chambers/reward_ominous_common 0
/vaultloot set ominous_unique minecraft:enchanted_golden_apple 0
/vaultloot set ominous_unique minecraft:flow_armor_trim_smithing_template 0
/vaultloot set ominous_unique minecraft:flow_banner_pattern 0
/vaultloot set ominous_unique minecraft:music_disc_creator 0
On the other hand, to ensure diamonds never show up in the common pool of the normal vault, utilize the following command:
/vaultloot set normal_common minecraft:diamond 0
Installation Guidelines and Multiplayer Compatibility
- Server Installation: Essential for multiplayer usage (for single-player, install on your client).
- Client Installation: Not mandatory; vanilla clients can join without issues by default.
