summaryrefslogtreecommitdiff
path: root/mesecons_movestones
diff options
context:
space:
mode:
authorJeija <norrepli@gmail.com>2015-11-20 20:14:50 +0100
committerJeija <norrepli@gmail.com>2015-11-20 20:14:50 +0100
commit0ec771bf7d8d95f24b46d2f608cccc109ec2de4f (patch)
tree646ef2a1e6d7750fa6e12d648986ef2ff7e78fee /mesecons_movestones
parent75bd081a67a2ac52b8a0eea1e051a456d288c71d (diff)
downloadmesecons-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_movestones')
-rw-r--r--mesecons_movestones/doc/movestone/description.html1
-rw-r--r--mesecons_movestones/doc/movestone/preview.pngbin0 -> 77702 bytes
-rw-r--r--mesecons_movestones/doc/movestone/recipe.pngbin0 -> 14873 bytes
-rw-r--r--mesecons_movestones/doc/movestone_sticky/description.html1
-rw-r--r--mesecons_movestones/doc/movestone_sticky/preview.pngbin0 -> 82749 bytes
-rw-r--r--mesecons_movestones/doc/movestone_sticky/recipe.pngbin0 -> 10190 bytes
6 files changed, 2 insertions, 0 deletions
diff --git a/mesecons_movestones/doc/movestone/description.html b/mesecons_movestones/doc/movestone/description.html
new file mode 100644
index 0000000..8555a9e
--- /dev/null
+++ b/mesecons_movestones/doc/movestone/description.html
@@ -0,0 +1 @@
+Movestones are effectors that push the blocks in front of them. They move along on the right side of a mesecon wire track.
diff --git a/mesecons_movestones/doc/movestone/preview.png b/mesecons_movestones/doc/movestone/preview.png
new file mode 100644
index 0000000..bda64db
--- /dev/null
+++ b/mesecons_movestones/doc/movestone/preview.png
Binary files differ
diff --git a/mesecons_movestones/doc/movestone/recipe.png b/mesecons_movestones/doc/movestone/recipe.png
new file mode 100644
index 0000000..f3d45df
--- /dev/null
+++ b/mesecons_movestones/doc/movestone/recipe.png
Binary files differ
diff --git a/mesecons_movestones/doc/movestone_sticky/description.html b/mesecons_movestones/doc/movestone_sticky/description.html
new file mode 100644
index 0000000..460c277
--- /dev/null
+++ b/mesecons_movestones/doc/movestone_sticky/description.html
@@ -0,0 +1 @@
+Movestones are effectors that push the blocks in front of them. They move along on the right side of a mesecon wire track. Sticky ones also pull blocks.
diff --git a/mesecons_movestones/doc/movestone_sticky/preview.png b/mesecons_movestones/doc/movestone_sticky/preview.png
new file mode 100644
index 0000000..85f9213
--- /dev/null
+++ b/mesecons_movestones/doc/movestone_sticky/preview.png
Binary files differ
diff --git a/mesecons_movestones/doc/movestone_sticky/recipe.png b/mesecons_movestones/doc/movestone_sticky/recipe.png
new file mode 100644
index 0000000..bbf0a94
--- /dev/null
+++ b/mesecons_movestones/doc/movestone_sticky/recipe.png
Binary files differ