RyanHub – file viewer
filename: docs/getting_started/alloys.mdx
branch: 1.21
back to repo
---
title: Making Steel (and other Alloys)
icon: oritech:steel_ingot
related_items: [oritech:steel_ingot]
---

You can make [steel](../resources/steel), [electrum](../resources/electrum), and [adamant](../resources/adamant) in a crafting table,
but it wastes resources to do it that way.

<CraftingRecipe
    slots={[
        'iron_ingot',
        'iron_ingot',
        '',
        'coal',
        'coal',
        '',
        '',
        '',
        ''
    ]}
    result="oritech:steel_ingot"
    count={1}
/>

As soon as you can, you will want to build a [pulverizer](../processing/pulverizer) and [foundry](../processing/foundry)
so that you can make alloys more efficiently.