From 0ec771bf7d8d95f24b46d2f608cccc109ec2de4f Mon Sep 17 00:00:00 2001 From: Jeija Date: Fri, 20 Nov 2015 20:14:50 +0100 Subject: 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. --- .../doc/movestone_sticky/description.html | 1 + mesecons_movestones/doc/movestone_sticky/preview.png | Bin 0 -> 82749 bytes mesecons_movestones/doc/movestone_sticky/recipe.png | Bin 0 -> 10190 bytes 3 files changed, 1 insertion(+) create mode 100644 mesecons_movestones/doc/movestone_sticky/description.html create mode 100644 mesecons_movestones/doc/movestone_sticky/preview.png create mode 100644 mesecons_movestones/doc/movestone_sticky/recipe.png (limited to 'mesecons_movestones/doc/movestone_sticky') 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 Binary files /dev/null and b/mesecons_movestones/doc/movestone_sticky/preview.png 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 Binary files /dev/null and b/mesecons_movestones/doc/movestone_sticky/recipe.png differ -- cgit v1.2.3