From 888b0ebfec8c2eff9015163549a7e47443cb8665 Mon Sep 17 00:00:00 2001
From: Vanessa Ezekowitz <vanessaezekowitz@gmail.com>
Date: Fri, 1 Apr 2016 21:00:20 -0400
Subject: "explode" all modpacks into their individual components (you can't
 have a modpack buried inside a modpack)

---
 mesecons_noteblock/doc/noteblock/description.html |  13 +++++++++++++
 mesecons_noteblock/doc/noteblock/preview.png      | Bin 0 -> 118753 bytes
 mesecons_noteblock/doc/noteblock/recipe.png       | Bin 0 -> 18182 bytes
 3 files changed, 13 insertions(+)
 create mode 100644 mesecons_noteblock/doc/noteblock/description.html
 create mode 100644 mesecons_noteblock/doc/noteblock/preview.png
 create mode 100644 mesecons_noteblock/doc/noteblock/recipe.png

(limited to 'mesecons_noteblock/doc')

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
new file mode 100644
index 0000000..c4991fb
Binary files /dev/null and b/mesecons_noteblock/doc/noteblock/preview.png differ
diff --git a/mesecons_noteblock/doc/noteblock/recipe.png b/mesecons_noteblock/doc/noteblock/recipe.png
new file mode 100644
index 0000000..d3c3675
Binary files /dev/null and b/mesecons_noteblock/doc/noteblock/recipe.png differ
-- 
cgit v1.2.3