---
title: Motor
id: oritech:motor
type: item
---

A standard electric motor used to drive mechanical parts in industrial machines.

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

