add mesecons mods
2
mods/mesecons/mesecons_gates/doc/and/description.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
AND gates power their output if both inputs (from left and right) are powered.
|
||||
They work in unloaded blocks.
|
BIN
mods/mesecons/mesecons_gates/doc/and/preview.png
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
mods/mesecons/mesecons_gates/doc/and/recipe.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
2
mods/mesecons/mesecons_gates/doc/diode/description.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
Diodes conduct signals in one direction only.
|
||||
They work in unloaded blocks.
|
BIN
mods/mesecons/mesecons_gates/doc/diode/preview.png
Normal file
After Width: | Height: | Size: 54 KiB |
BIN
mods/mesecons/mesecons_gates/doc/diode/recipe.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
2
mods/mesecons/mesecons_gates/doc/nand/description.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
NAND gates do not power their output if both inputs (from left and right) are powered, but power it in every other case.
|
||||
They work in unloaded blocks.
|
BIN
mods/mesecons/mesecons_gates/doc/nand/preview.png
Normal file
After Width: | Height: | Size: 47 KiB |
BIN
mods/mesecons/mesecons_gates/doc/nand/recipe.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
2
mods/mesecons/mesecons_gates/doc/nor/description.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
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.
|
BIN
mods/mesecons/mesecons_gates/doc/nor/preview.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
mods/mesecons/mesecons_gates/doc/nor/recipe.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
2
mods/mesecons/mesecons_gates/doc/not/description.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
NOT gates invert signals, just like a mesecon torch does, but faster. The input is at the opposite side of the output.
|
||||
They work in unloaded blocks.
|
BIN
mods/mesecons/mesecons_gates/doc/not/preview.png
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
mods/mesecons/mesecons_gates/doc/not/recipe.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
2
mods/mesecons/mesecons_gates/doc/or/description.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
OR gates power their output if either of their inputs (or both) are powered. You could basically get the same behaviour with two diodes, but OR gates save some space.
|
||||
They work in unloaded blocks.
|
BIN
mods/mesecons/mesecons_gates/doc/or/preview.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
mods/mesecons/mesecons_gates/doc/or/recipe.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
2
mods/mesecons/mesecons_gates/doc/xor/description.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
XOR gates power their output if only one input is powered, they're off if either both or none of the inputs is powered.
|
||||
They work in unloaded blocks.
|
BIN
mods/mesecons/mesecons_gates/doc/xor/preview.png
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
mods/mesecons/mesecons_gates/doc/xor/recipe.png
Normal file
After Width: | Height: | Size: 1.6 KiB |