---
title: 基本発電システム
icon: oritech:basic_generator_block
related_items: [oritech:basic_generator_block]
---

[基本の発電機](../processing/generators)を作成しましょう。
<CraftingRecipe
    slots={[
        'oritech:nickel_ingot',
        'oritech:nickel_ingot',
        'oritech:nickel_ingot',
        'oritech:nickel_ingot',
        'minecraft:copper_ingot',
        'oritech:nickel_ingot',
        'oritech:magnetic_coil',
        'minecraft:furnace',
        'oritech:magnetic_coil'
    ]}
    result="oritech:basic_generator_block"
    count={1}
/>

この発電機では大量の電力は生成できませんが、最初の一歩としては十分な性能です。

さらに多くの電力が必要になった場合は、追加の発電機を建設するか、Oritechが提供する他の[発電機](../processing/generators)を検討してみてください。