1
0
mirror of https://github.com/minetest-mods/mesecons.git synced 2025-03-20 19:10:39 +01:00

3 lines
165 B
HTML
Raw Normal View History

NOR gates only power their output if none of their two inputs is powered. They are basically OR gates with a NOT gate at their output.
They work in unloaded blocks.