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_random/doc/ghoststone/description.html | 1 + mesecons_random/doc/ghoststone/preview.png | Bin 0 -> 37157 bytes mesecons_random/doc/ghoststone/recipe.png | Bin 0 -> 23947 bytes mesecons_random/doc/removestone/description.html | 1 + mesecons_random/doc/removestone/preview.png | Bin 0 -> 90400 bytes mesecons_random/doc/removestone/recipe.png | Bin 0 -> 23165 bytes 6 files changed, 2 insertions(+) create mode 100644 mesecons_random/doc/ghoststone/description.html create mode 100644 mesecons_random/doc/ghoststone/preview.png create mode 100644 mesecons_random/doc/ghoststone/recipe.png create mode 100644 mesecons_random/doc/removestone/description.html create mode 100644 mesecons_random/doc/removestone/preview.png create mode 100644 mesecons_random/doc/removestone/recipe.png (limited to 'mesecons_random') diff --git a/mesecons_random/doc/ghoststone/description.html b/mesecons_random/doc/ghoststone/description.html new file mode 100644 index 0000000..138a2b3 --- /dev/null +++ b/mesecons_random/doc/ghoststone/description.html @@ -0,0 +1 @@ +Ghoststones disappear when powered, just like Removestones. But in contrast to Removestones, they Reappear again when not powered anymore and they are also conductive. diff --git a/mesecons_random/doc/ghoststone/preview.png b/mesecons_random/doc/ghoststone/preview.png new file mode 100644 index 0000000..4ab33fb Binary files /dev/null and b/mesecons_random/doc/ghoststone/preview.png differ diff --git a/mesecons_random/doc/ghoststone/recipe.png b/mesecons_random/doc/ghoststone/recipe.png new file mode 100644 index 0000000..3bd385d Binary files /dev/null and b/mesecons_random/doc/ghoststone/recipe.png differ diff --git a/mesecons_random/doc/removestone/description.html b/mesecons_random/doc/removestone/description.html new file mode 100644 index 0000000..d540fe9 --- /dev/null +++ b/mesecons_random/doc/removestone/description.html @@ -0,0 +1 @@ +Removestones are propably the simplest effectors possible. They simply disappear when powered. diff --git a/mesecons_random/doc/removestone/preview.png b/mesecons_random/doc/removestone/preview.png new file mode 100644 index 0000000..15caf3f Binary files /dev/null and b/mesecons_random/doc/removestone/preview.png differ diff --git a/mesecons_random/doc/removestone/recipe.png b/mesecons_random/doc/removestone/recipe.png new file mode 100644 index 0000000..f271963 Binary files /dev/null and b/mesecons_random/doc/removestone/recipe.png differ -- cgit v1.2.3