---
id: oritech:electrum_ingot
title: Electrum
type: item
related_items: ["oritech:electrum_dust", "oritech:electrum_block"]
---

Electrum is a basic alloy used to create wires, connectors, and various electronic components.

Electrum can be made in a crafting grid using gold and redstone:

<CraftingRecipe
    slots={[
        'minecraft:gold_ingot',
        'minecraft:gold_ingot',
        '',
        'minecraft:redstone',
        'minecraft:redstone',
        '',
        '',
        '',
        ''
    ]}
    result="oritech:electrum_ingot"
    count={1}
/>

The [foundry](@oritech:foundry_block) can produce more electrum with fewer materials.
