immersiveengineering:storage_electrum

Block of Electrum

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

Acquisition

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

Crafting
Any Electrum Ingot
Any Electrum Ingot
Any Electrum Ingot
Any Electrum Ingot
Electrum Ingot
Any Electrum Ingot
Any Electrum Ingot
Any Electrum Ingot
Any Electrum Ingot
Block of Electrum guaranteed

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

Crafting
Electrum Slab
Electrum Slab
Block of Electrum guaranteed

Mining & drops

sourcecountchanceconditions
Block of Electrum1–1100%Survives Explosion

Used in (2)

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

Crafting
Electrum Slab Electrum Slab ×6 guaranteed

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

Crafting ⇆ any arrangement
Electrum Ingot Electrum Ingot ×9 guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (2):

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