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. --- mesecons_gates/doc/or/description.html | 1 + mesecons_gates/doc/or/preview.png | Bin 0 -> 26286 bytes mesecons_gates/doc/or/recipe.png | Bin 0 -> 2417 bytes 3 files changed, 1 insertion(+) create mode 100644 mesecons_gates/doc/or/description.html create mode 100644 mesecons_gates/doc/or/preview.png create mode 100644 mesecons_gates/doc/or/recipe.png (limited to 'mesecons_gates/doc/or') diff --git a/mesecons_gates/doc/or/description.html b/mesecons_gates/doc/or/description.html new file mode 100644 index 0000000..0a74abd --- /dev/null +++ b/mesecons_gates/doc/or/description.html @@ -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. diff --git a/mesecons_gates/doc/or/preview.png b/mesecons_gates/doc/or/preview.png new file mode 100644 index 0000000..b7a8cdc Binary files /dev/null and b/mesecons_gates/doc/or/preview.png differ diff --git a/mesecons_gates/doc/or/recipe.png b/mesecons_gates/doc/or/recipe.png new file mode 100644 index 0000000..b94169d Binary files /dev/null and b/mesecons_gates/doc/or/recipe.png differ -- cgit v1.2.3