immersiveengineering:storage_silver

Block of Silver

Immersive Engineering · by BluSunrize and Damien A.W. Hazard
block Silver Storage BlockSilver Storage BlockPickaxe MineableNeeds Iron Tool

Acquisition

Crafting using Silver Slab and Silver Slab, arranged in the pattern shown. Produces Block of Silver.

Crafting
Silver Slab
Silver Slab
Block of Silver guaranteed

Crafting using Any Silver Ingot, Any Silver Ingot, Any Silver Ingot, Any Silver Ingot, Silver Ingot, Any Silver Ingot, Any Silver Ingot, Any Silver Ingot and Any Silver Ingot, arranged in the pattern shown. Produces Block of Silver.

Crafting
Any Silver Ingot
Any Silver Ingot
Any Silver Ingot
Any Silver Ingot
Silver Ingot
Any Silver Ingot
Any Silver Ingot
Any Silver Ingot
Any Silver Ingot
Block of Silver guaranteed

Mining & drops

sourcecountchanceconditions
Block of Silver1–1100%Survives Explosion

Used in (2)

Crafting using Block of Silver, Block of Silver and Block of Silver, arranged in the pattern shown. Produces 6× Silver Slab.

Crafting
Silver Slab Silver Slab ×6 guaranteed

Crafting using Block of Silver, in any arrangement. Produces 9× Silver Ingot.

Crafting ⇆ any arrangement
Silver Ingot Silver Ingot ×9 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
immersiveengineering:storage_silver
Namespace
immersiveengineering
Mod ID
immersiveengineering
Tags (4)
forge:blocks/storage_blocks/silver
forge:items/storage_blocks/silver
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_iron_tool

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "s",
    "s"
  ],
  "ingredients": {
    "s": {
      "item": "immersiveengineering:slab_storage_silver"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "sss",
    "sis",
    "sss"
  ],
  "ingredients": {
    "i": {
      "item": "immersiveengineering:ingot_silver"
    },
    "s": {
      "tag": "forge:ingots/silver"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}