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_extrawires/doc/corner/description.html
Normal file
@ -0,0 +1 @@
|
||||
Insulated corners are conductors that only conduct between the inputs (also not up or down). When placing they always point to the left in direction of your vision.
|
BIN
mesecons_extrawires/doc/corner/preview.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
mesecons_extrawires/doc/corner/recipe.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
1
mesecons_extrawires/doc/crossing/description.html
Normal file
@ -0,0 +1 @@
|
||||
Insulated crossing are conductors that conduct two signals between the opposing sides, the signals are insulated to each other.
|
BIN
mesecons_extrawires/doc/crossing/preview.png
Normal file
After Width: | Height: | Size: 61 KiB |
BIN
mesecons_extrawires/doc/crossing/recipe.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
1
mesecons_extrawires/doc/mese/description.html
Normal file
@ -0,0 +1 @@
|
||||
The basic prerequesite for mesecons, can be crafted into wires and other stuff. Have a look at the <a href="http://wiki.minetest.net/Mese">Minetest Wiki</a> for more information. Mese is a conductor. It conducts in all six directions: Up/Down/Left/Right/Forward/Backward
|
BIN
mesecons_extrawires/doc/mese/preview.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
mesecons_extrawires/doc/mese/recipe.png
Normal file
After Width: | Height: | Size: 6.1 KiB |
1
mesecons_extrawires/doc/tjunction/description.html
Normal file
@ -0,0 +1 @@
|
||||
Insulated T-Junctions are conductors that only conduct between the inputs (also not up or down).
|
BIN
mesecons_extrawires/doc/tjunction/preview.png
Normal file
After Width: | Height: | Size: 54 KiB |
BIN
mesecons_extrawires/doc/tjunction/recipe.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
1
mesecons_extrawires/doc/vertical/description.html
Normal file
@ -0,0 +1 @@
|
||||
Vertical Mesecons only conduct up and down. Plates appear at the ends, at that place they also conduct to the side.
|
BIN
mesecons_extrawires/doc/vertical/preview.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
mesecons_extrawires/doc/vertical/recipe.png
Normal file
After Width: | Height: | Size: 3.0 KiB |