---
title: Magnetic Coil
id: oritech:magnetic_coil
type: item
---

A fundamental component for generating electromagnetic fields in machinery.

**Crafting**
<CraftingRecipe
    slots={[
        'oritech:nickel_ingot', 'oritech:nickel_ingot', 'oritech:nickel_ingot',
        'oritech:steel_ingot', 'oritech:steel_ingot', 'oritech:steel_ingot',
        'oritech:nickel_ingot', 'oritech:nickel_ingot', 'oritech:nickel_ingot'
    ]}
    result="oritech:magnetic_coil"
    count={4}
/>
