diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2016-04-01 21:00:20 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2016-04-01 21:10:04 -0400 |
commit | 888b0ebfec8c2eff9015163549a7e47443cb8665 (patch) | |
tree | 915080159bfaa6ba6e226087c7ce0e8d5464b518 /mesecons_gates/doc | |
parent | da66780a569712c23ae4f2996cfb4608a9f9d69d (diff) | |
download | dreambuilder_modpack-888b0ebfec8c2eff9015163549a7e47443cb8665.tar dreambuilder_modpack-888b0ebfec8c2eff9015163549a7e47443cb8665.tar.gz dreambuilder_modpack-888b0ebfec8c2eff9015163549a7e47443cb8665.tar.bz2 dreambuilder_modpack-888b0ebfec8c2eff9015163549a7e47443cb8665.tar.xz dreambuilder_modpack-888b0ebfec8c2eff9015163549a7e47443cb8665.zip |
"explode" all modpacks into their individual components
(you can't have a modpack buried inside a modpack)
Diffstat (limited to 'mesecons_gates/doc')
21 files changed, 7 insertions, 0 deletions
diff --git a/mesecons_gates/doc/and/description.html b/mesecons_gates/doc/and/description.html new file mode 100644 index 0000000..eafbeda --- /dev/null +++ b/mesecons_gates/doc/and/description.html @@ -0,0 +1 @@ +And gates power their output if both inputs (from left and right) are powered. diff --git a/mesecons_gates/doc/and/preview.png b/mesecons_gates/doc/and/preview.png Binary files differnew file mode 100644 index 0000000..b2b5301 --- /dev/null +++ b/mesecons_gates/doc/and/preview.png diff --git a/mesecons_gates/doc/and/recipe.png b/mesecons_gates/doc/and/recipe.png Binary files differnew file mode 100644 index 0000000..ae6bf63 --- /dev/null +++ b/mesecons_gates/doc/and/recipe.png diff --git a/mesecons_gates/doc/diode/description.html b/mesecons_gates/doc/diode/description.html new file mode 100644 index 0000000..174fd64 --- /dev/null +++ b/mesecons_gates/doc/diode/description.html @@ -0,0 +1 @@ +Mesecon diodes, just like real ones, only transfer power (signals) in one direction only. diff --git a/mesecons_gates/doc/diode/preview.png b/mesecons_gates/doc/diode/preview.png Binary files differnew file mode 100644 index 0000000..ced541b --- /dev/null +++ b/mesecons_gates/doc/diode/preview.png diff --git a/mesecons_gates/doc/diode/recipe.png b/mesecons_gates/doc/diode/recipe.png Binary files differnew file mode 100644 index 0000000..71086bf --- /dev/null +++ b/mesecons_gates/doc/diode/recipe.png diff --git a/mesecons_gates/doc/nand/description.html b/mesecons_gates/doc/nand/description.html new file mode 100644 index 0000000..a520fd2 --- /dev/null +++ b/mesecons_gates/doc/nand/description.html @@ -0,0 +1 @@ +Nand gates do not power their output if both inputs (from left and right) are powered, but power it in every other case. diff --git a/mesecons_gates/doc/nand/preview.png b/mesecons_gates/doc/nand/preview.png Binary files differnew file mode 100644 index 0000000..d8db780 --- /dev/null +++ b/mesecons_gates/doc/nand/preview.png diff --git a/mesecons_gates/doc/nand/recipe.png b/mesecons_gates/doc/nand/recipe.png Binary files differnew file mode 100644 index 0000000..e6118b3 --- /dev/null +++ b/mesecons_gates/doc/nand/recipe.png diff --git a/mesecons_gates/doc/nor/description.html b/mesecons_gates/doc/nor/description.html new file mode 100644 index 0000000..cfcd4c0 --- /dev/null +++ b/mesecons_gates/doc/nor/description.html @@ -0,0 +1 @@ +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. diff --git a/mesecons_gates/doc/nor/preview.png b/mesecons_gates/doc/nor/preview.png Binary files differnew file mode 100644 index 0000000..b6d2781 --- /dev/null +++ b/mesecons_gates/doc/nor/preview.png diff --git a/mesecons_gates/doc/nor/recipe.png b/mesecons_gates/doc/nor/recipe.png Binary files differnew file mode 100644 index 0000000..a2063c7 --- /dev/null +++ b/mesecons_gates/doc/nor/recipe.png diff --git a/mesecons_gates/doc/not/description.html b/mesecons_gates/doc/not/description.html new file mode 100644 index 0000000..8bd6795 --- /dev/null +++ b/mesecons_gates/doc/not/description.html @@ -0,0 +1 @@ +Not gates invert signals, just like a mesecon torch does, but faster. The input is at the opposite side of the output. diff --git a/mesecons_gates/doc/not/preview.png b/mesecons_gates/doc/not/preview.png Binary files differnew file mode 100644 index 0000000..4a33cd1 --- /dev/null +++ b/mesecons_gates/doc/not/preview.png diff --git a/mesecons_gates/doc/not/recipe.png b/mesecons_gates/doc/not/recipe.png Binary files differnew file mode 100644 index 0000000..ee1c0d6 --- /dev/null +++ b/mesecons_gates/doc/not/recipe.png diff --git a/mesecons_gates/doc/or/description.html b/mesecons_gates/doc/or/description.html new file mode 100644 index 0000000..0a74abd --- /dev/null +++ b/mesecons_gates/doc/or/description.html @@ -0,0 +1 @@ +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. diff --git a/mesecons_gates/doc/or/preview.png b/mesecons_gates/doc/or/preview.png Binary files differnew file mode 100644 index 0000000..b7a8cdc --- /dev/null +++ b/mesecons_gates/doc/or/preview.png diff --git a/mesecons_gates/doc/or/recipe.png b/mesecons_gates/doc/or/recipe.png Binary files differnew file mode 100644 index 0000000..b94169d --- /dev/null +++ b/mesecons_gates/doc/or/recipe.png diff --git a/mesecons_gates/doc/xor/description.html b/mesecons_gates/doc/xor/description.html new file mode 100644 index 0000000..f52f3fc --- /dev/null +++ b/mesecons_gates/doc/xor/description.html @@ -0,0 +1 @@ +XOR gates power their output if only one input is powered, they're off if either both or none of the inputs is powered. diff --git a/mesecons_gates/doc/xor/preview.png b/mesecons_gates/doc/xor/preview.png Binary files differnew file mode 100644 index 0000000..3d3941e --- /dev/null +++ b/mesecons_gates/doc/xor/preview.png diff --git a/mesecons_gates/doc/xor/recipe.png b/mesecons_gates/doc/xor/recipe.png Binary files differnew file mode 100644 index 0000000..1e129bf --- /dev/null +++ b/mesecons_gates/doc/xor/recipe.png |