Crafting using Any Iron Plate, %s%sBarrel and Any Iron Plate, arranged in the pattern shown. Produces Item Vault.

Item Vault
Create · by simibubi
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Item Vault | 1–1 | 100% | Survives Explosion |
Used in (2)
Block drops
Drops itself when broken.
Developer reference
- Registry name
create:item_vault- Namespace
create- Mod ID
create- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"B",
"C",
"B"
],
"ingredients": {
"B": {
"tag": "forge:plates/iron"
},
"C": {
"tag": "forge:barrels/wooden"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}