diff options
author | Jeija <norrepli@gmail.com> | 2015-11-20 20:14:50 +0100 |
---|---|---|
committer | Jeija <norrepli@gmail.com> | 2015-11-20 20:14:50 +0100 |
commit | 0ec771bf7d8d95f24b46d2f608cccc109ec2de4f (patch) | |
tree | 646ef2a1e6d7750fa6e12d648986ef2ff7e78fee /mesecons_extrawires/doc | |
parent | 75bd081a67a2ac52b8a0eea1e051a456d288c71d (diff) | |
download | mesecons-0ec771bf7d8d95f24b46d2f608cccc109ec2de4f.tar mesecons-0ec771bf7d8d95f24b46d2f608cccc109ec2de4f.tar.gz mesecons-0ec771bf7d8d95f24b46d2f608cccc109ec2de4f.tar.bz2 mesecons-0ec771bf7d8d95f24b46d2f608cccc109ec2de4f.tar.xz mesecons-0ec771bf7d8d95f24b46d2f608cccc109ec2de4f.zip |
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.
Diffstat (limited to 'mesecons_extrawires/doc')
15 files changed, 5 insertions, 0 deletions
diff --git a/mesecons_extrawires/doc/corner/description.html b/mesecons_extrawires/doc/corner/description.html new file mode 100644 index 0000000..92de8b0 --- /dev/null +++ b/mesecons_extrawires/doc/corner/description.html @@ -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. diff --git a/mesecons_extrawires/doc/corner/preview.png b/mesecons_extrawires/doc/corner/preview.png Binary files differnew file mode 100644 index 0000000..9713229 --- /dev/null +++ b/mesecons_extrawires/doc/corner/preview.png diff --git a/mesecons_extrawires/doc/corner/recipe.png b/mesecons_extrawires/doc/corner/recipe.png Binary files differnew file mode 100644 index 0000000..ac85b01 --- /dev/null +++ b/mesecons_extrawires/doc/corner/recipe.png diff --git a/mesecons_extrawires/doc/crossing/description.html b/mesecons_extrawires/doc/crossing/description.html new file mode 100644 index 0000000..aa4cf25 --- /dev/null +++ b/mesecons_extrawires/doc/crossing/description.html @@ -0,0 +1 @@ +Insulated crossing are conductors that conduct two signals between the opposing sides, the signals are insulated to each other. diff --git a/mesecons_extrawires/doc/crossing/preview.png b/mesecons_extrawires/doc/crossing/preview.png Binary files differnew file mode 100644 index 0000000..66aaa05 --- /dev/null +++ b/mesecons_extrawires/doc/crossing/preview.png diff --git a/mesecons_extrawires/doc/crossing/recipe.png b/mesecons_extrawires/doc/crossing/recipe.png Binary files differnew file mode 100644 index 0000000..ac37401 --- /dev/null +++ b/mesecons_extrawires/doc/crossing/recipe.png diff --git a/mesecons_extrawires/doc/mese/description.html b/mesecons_extrawires/doc/mese/description.html new file mode 100644 index 0000000..1a14864 --- /dev/null +++ b/mesecons_extrawires/doc/mese/description.html @@ -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 diff --git a/mesecons_extrawires/doc/mese/preview.png b/mesecons_extrawires/doc/mese/preview.png Binary files differnew file mode 100644 index 0000000..3ce0ea4 --- /dev/null +++ b/mesecons_extrawires/doc/mese/preview.png diff --git a/mesecons_extrawires/doc/mese/recipe.png b/mesecons_extrawires/doc/mese/recipe.png Binary files differnew file mode 100644 index 0000000..904cf0b --- /dev/null +++ b/mesecons_extrawires/doc/mese/recipe.png diff --git a/mesecons_extrawires/doc/tjunction/description.html b/mesecons_extrawires/doc/tjunction/description.html new file mode 100644 index 0000000..f655a5d --- /dev/null +++ b/mesecons_extrawires/doc/tjunction/description.html @@ -0,0 +1 @@ +Insulated T-Junctions are conductors that only conduct between the inputs (also not up or down). diff --git a/mesecons_extrawires/doc/tjunction/preview.png b/mesecons_extrawires/doc/tjunction/preview.png Binary files differnew file mode 100644 index 0000000..4dec841 --- /dev/null +++ b/mesecons_extrawires/doc/tjunction/preview.png diff --git a/mesecons_extrawires/doc/tjunction/recipe.png b/mesecons_extrawires/doc/tjunction/recipe.png Binary files differnew file mode 100644 index 0000000..8602941 --- /dev/null +++ b/mesecons_extrawires/doc/tjunction/recipe.png diff --git a/mesecons_extrawires/doc/vertical/description.html b/mesecons_extrawires/doc/vertical/description.html new file mode 100644 index 0000000..df09b94 --- /dev/null +++ b/mesecons_extrawires/doc/vertical/description.html @@ -0,0 +1 @@ +Vertical Mesecons only conduct up and down. Plates appear at the ends, at that place they also conduct to the side. diff --git a/mesecons_extrawires/doc/vertical/preview.png b/mesecons_extrawires/doc/vertical/preview.png Binary files differnew file mode 100644 index 0000000..aad6ea8 --- /dev/null +++ b/mesecons_extrawires/doc/vertical/preview.png diff --git a/mesecons_extrawires/doc/vertical/recipe.png b/mesecons_extrawires/doc/vertical/recipe.png Binary files differnew file mode 100644 index 0000000..83bc498 --- /dev/null +++ b/mesecons_extrawires/doc/vertical/recipe.png |