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_random/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_random/doc')
-rw-r--r-- | mesecons_random/doc/ghoststone/description.html | 1 | ||||
-rw-r--r-- | mesecons_random/doc/ghoststone/preview.png | bin | 0 -> 37157 bytes | |||
-rw-r--r-- | mesecons_random/doc/ghoststone/recipe.png | bin | 0 -> 23947 bytes | |||
-rw-r--r-- | mesecons_random/doc/removestone/description.html | 1 | ||||
-rw-r--r-- | mesecons_random/doc/removestone/preview.png | bin | 0 -> 90400 bytes | |||
-rw-r--r-- | mesecons_random/doc/removestone/recipe.png | bin | 0 -> 23165 bytes |
6 files changed, 2 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..4ab33fb --- /dev/null +++ b/mesecons_random/doc/ghoststone/preview.png diff --git a/mesecons_random/doc/ghoststone/recipe.png b/mesecons_random/doc/ghoststone/recipe.png Binary files differnew file mode 100644 index 0000000..3bd385d --- /dev/null +++ b/mesecons_random/doc/ghoststone/recipe.png 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 Binary files differnew file mode 100644 index 0000000..15caf3f --- /dev/null +++ b/mesecons_random/doc/removestone/preview.png diff --git a/mesecons_random/doc/removestone/recipe.png b/mesecons_random/doc/removestone/recipe.png Binary files differnew file mode 100644 index 0000000..f271963 --- /dev/null +++ b/mesecons_random/doc/removestone/recipe.png |