Update helptext of obsidian
[MineClone/MineClone2.git] / mods / ITEMS / mcl_jukebox / README.md
blobbc261270a92136039d5f7a65b8a814716152fb0c
1 # Jukebox mod for MineClone 2.
3 Based on the `jdukebox` mod by Jordach. This adds a jukebox block and
4 music disc. Just place a music disc in a jukebox and music starts
5 to play. And that's it!
7 ## Track list
9 `mcl_jukebox_track_1.ogg`: “The Evil Sister (Jordach's Mix)” by SoundHelix (CC0)
10 `mcl_jukebox_track_2.ogg`: “The Energetic Rat (Jordach's Mix)” by SoundHelix (CC0)
11 `mcl_jukebox_track_3.ogg`: “Eastern Feeling” by Jordach (CC0)
12 `mcl_jukebox_track_4.ogg`: “Minetest” by Jordach (CC0)
13 `mcl_jukebox_track_5.ogg`: “Credit Roll (Jordach's HD Mix)” by Junichi Masuda (CC0)
14 `mcl_jukebox_track_6.ogg`: “Winter Feeling" by Tom Peter (CC BY-SA 3.0)
15 `mcl_jukebox_track_7.ogg`: “Synthgroove (Jordach's Mix)” by HeroOfTheWinds (CC0)
16 `mcl_jukebox_track_8.ogg`: “The Clueless Frog (Jordach's Mix)” by SoundHelix (CC0)
18 Note: 9 tracks are included. 3 music disc textures are currently unused.
20 ### Sources
22 * “Winter Feeling”: <https://opengameart.org/content/winter-feeling>
23 * Other tracks: <https://github.com/Jordach/jdukebox/>
25 ### License
27 Code licenced as GPLv3. Music under individual licenses (see abbreviations
28 above). Texture license: See main MineClone 2 README.md file.
30 See here for the full license texts:
32 * CC0: <https://creativecommons.org/publicdomain/zero/1.0/>
33 * CC BY-SA 3.0: <http://creativecommons.org/licenses/by-sa/3.0/>
34 * GPLv3: <https://www.gnu.org/licenses/gpl-3.0.html>