create:item_vault

Item Vault

Create · by simibubi
block Pickaxe Mineable

Acquisition

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

Crafting
Any Iron Plate
%s%sBarrel
Any Iron Plate
Item Vault guaranteed

Mining & drops

sourcecountchanceconditions
Item Vault1–1100%Survives Explosion

Used in (2)

Crafting using Luminous Jelly, Item Vault and Andesite Alloy, arranged in the pattern shown. Produces Package Frogport.

Crafting
Package Frogport Package Frogport guaranteed

Crafting using Transmitter and Item Vault, arranged in the pattern shown. Produces Stock Link.

Crafting
Stock Link Stock Link guaranteed

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
}