forked from Mirrorlandia_minetest/mesecons
0ec771bf7d
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.
14 lines
702 B
HTML
14 lines
702 B
HTML
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>
|