Merge remote-tracking branch 'upstream/master' into forkhausen
This commit is contained in:
commit
c6b85fdf93
18 changed files with 73 additions and 51 deletions
|
@ -1,22 +1,34 @@
|
|||
Jukebox mod for MineClone 2.
|
||||
# Jukebox mod for MineClone 2.
|
||||
|
||||
---
|
||||
Based on the `jdukebox` mod by Jordach. This adds a jukebox block and
|
||||
music disc. Just place a music disc in a jukebox and music starts
|
||||
to play. And that's it!
|
||||
|
||||
Licenced as GPLv3.
|
||||
## Track list
|
||||
|
||||
Based on the jdukebox mod by Jordach.
|
||||
Music by Jordach, HeroOfTheWinds and Junichi Masuda
|
||||
(see in-game item tooltip for details).
|
||||
`mcl_jukebox_track_1.ogg`: “The Evil Sister (Jordach's Mix)” by SoundHelix (CC0)
|
||||
`mcl_jukebox_track_2.ogg`: “The Energetic Rat (Jordach's Mix)” by SoundHelix (CC0)
|
||||
`mcl_jukebox_track_3.ogg`: “Eastern Feeling” by Jordach (CC0)
|
||||
`mcl_jukebox_track_4.ogg`: “Minetest” by Jordach (CC0)
|
||||
`mcl_jukebox_track_5.ogg`: “Credit Roll (Jordach's HD Mix)” by Junichi Masuda (CC0)
|
||||
`mcl_jukebox_track_6.ogg`: “Winter Feeling" by Tom Peter (CC BY-SA 3.0)
|
||||
`mcl_jukebox_track_7.ogg`: “Synthgroove (Jordach's Mix)” by HeroOfTheWinds (CC0)
|
||||
`mcl_jukebox_track_8.ogg`: “The Clueless Frog (Jordach's Mix)” by SoundHelix (CC0)
|
||||
|
||||
`mcl_jukebox_track_6.ogg`
|
||||
“Winter Feeling”, by Tom Peter
|
||||
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) <http://creativecommons.org/licenses/by-sa/3.0/>
|
||||
Source: <https://opengameart.org/content/winter-feeling>
|
||||
Note: 9 tracks are included. 3 music disc textures are currently unused.
|
||||
|
||||
### Sources
|
||||
|
||||
---
|
||||
* “Winter Feeling”: <https://opengameart.org/content/winter-feeling>
|
||||
* Other tracks: <https://github.com/Jordach/jdukebox/>
|
||||
|
||||
Textures from Faithful texture pack.
|
||||
### License
|
||||
|
||||
9 tracks are included.
|
||||
3 music disc textures are currently unused.
|
||||
Code licenced as GPLv3. Music under individual licenses (see abbreviations
|
||||
above). Texture license: See main MineClone 2 README.md file.
|
||||
|
||||
See here for the full license texts:
|
||||
|
||||
* CC0: <https://creativecommons.org/publicdomain/zero/1.0/>
|
||||
* CC BY-SA 3.0: <http://creativecommons.org/licenses/by-sa/3.0/>
|
||||
* GPLv3: <https://www.gnu.org/licenses/gpl-3.0.html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue