Major change: Documentation is now included with mesecons, the website just extracts the documentation in a more readable format
This makes development of new features easier, as documentation can automatically be updated on the website without modifying the website's code! Every mod that has nodes in the mesecons modpack has a "doc" folder that contains subfolders with recipe, description and preview of the block. The website will discover which documentation is available by reading the documentation.json file.
1
mesecons_gates/doc/and/description.html
Normal file
@ -0,0 +1 @@
|
||||
And gates power their output if both inputs (from left and right) are powered.
|
BIN
mesecons_gates/doc/and/preview.png
Normal file
After Width: | Height: | Size: 68 KiB |
BIN
mesecons_gates/doc/and/recipe.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
1
mesecons_gates/doc/diode/description.html
Normal file
@ -0,0 +1 @@
|
||||
Mesecon diodes, just like real ones, only transfer power (signals) in one direction only.
|
BIN
mesecons_gates/doc/diode/preview.png
Normal file
After Width: | Height: | Size: 71 KiB |
BIN
mesecons_gates/doc/diode/recipe.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
1
mesecons_gates/doc/nand/description.html
Normal file
@ -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.
|
BIN
mesecons_gates/doc/nand/preview.png
Normal file
After Width: | Height: | Size: 62 KiB |
BIN
mesecons_gates/doc/nand/recipe.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
1
mesecons_gates/doc/nor/description.html
Normal file
@ -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.
|
BIN
mesecons_gates/doc/nor/preview.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
mesecons_gates/doc/nor/recipe.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
1
mesecons_gates/doc/not/description.html
Normal file
@ -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.
|
BIN
mesecons_gates/doc/not/preview.png
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
mesecons_gates/doc/not/recipe.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
1
mesecons_gates/doc/or/description.html
Normal file
@ -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.
|
BIN
mesecons_gates/doc/or/preview.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
mesecons_gates/doc/or/recipe.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
1
mesecons_gates/doc/xor/description.html
Normal file
@ -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.
|
BIN
mesecons_gates/doc/xor/preview.png
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
mesecons_gates/doc/xor/recipe.png
Normal file
After Width: | Height: | Size: 2.6 KiB |