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_noteblock | |
parent | 75bd081a67a2ac52b8a0eea1e051a456d288c71d (diff) |
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_noteblock')
-rw-r--r-- | mesecons_noteblock/doc/noteblock/description.html | 13 | ||||
-rw-r--r-- | mesecons_noteblock/doc/noteblock/preview.png | bin | 0 -> 118753 bytes | |||
-rw-r--r-- | mesecons_noteblock/doc/noteblock/recipe.png | bin | 0 -> 18182 bytes |
3 files changed, 13 insertions, 0 deletions
diff --git a/mesecons_noteblock/doc/noteblock/description.html b/mesecons_noteblock/doc/noteblock/description.html new file mode 100644 index 0000000..729bfe1 --- /dev/null +++ b/mesecons_noteblock/doc/noteblock/description.html @@ -0,0 +1,13 @@ +This effector makes a sound if powered and can be used for making music. Normally it makes piano sounds. The sound frequency can be changed by punching the block. There are some special sounds that depend on the block below: +<table colspace="5"> +<tr><th>Block Below</th><th>Effect</th></tr> +<tr><td>Glass</td><td>Hihat</td></tr> +<tr><td>Stone</td><td>Kick</td></tr> +<tr><td>Chest</td><td>Snare</td></tr> +<tr><td>Tree</td><td>Crash</td></tr> +<tr><td>Glass</td><td>Hihat</td></tr> +<tr><td>Wood</td><td>Lite Crash</td></tr> +<tr><td>Coal Block</td><td>Explosion Sound </td></tr> +<tr><td>Lava Source</td><td>Fire Sound</td></tr> +<tr><td>Steel Block</td><td>Raises the pitch by one octave</td></tr> +</table> diff --git a/mesecons_noteblock/doc/noteblock/preview.png b/mesecons_noteblock/doc/noteblock/preview.png Binary files differnew file mode 100644 index 0000000..c4991fb --- /dev/null +++ b/mesecons_noteblock/doc/noteblock/preview.png diff --git a/mesecons_noteblock/doc/noteblock/recipe.png b/mesecons_noteblock/doc/noteblock/recipe.png Binary files differnew file mode 100644 index 0000000..d3c3675 --- /dev/null +++ b/mesecons_noteblock/doc/noteblock/recipe.png |