forked from VoxeLibre/VoxeLibre
Music disc 9: Winter Feeling by Tom Peter
This commit is contained in:
parent
8e80823544
commit
d8d9089bda
|
@ -1,10 +1,22 @@
|
||||||
Jukebox mod for MineClone.
|
Jukebox mod for MineClone 2.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
Licenced as GPLv3.
|
Licenced as GPLv3.
|
||||||
|
|
||||||
Based on the jdukebox mod by Jordach.
|
Based on the jdukebox mod by Jordach.
|
||||||
Music by Jordach, HeroOfTheWinds and Junichi Masuda
|
Music by Jordach, HeroOfTheWinds and Junichi Masuda
|
||||||
(see in-game item tooltip for details).
|
(see in-game item tooltip for details).
|
||||||
|
|
||||||
|
`mcl_jukebox_track_9.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>
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
Textures from Faithful texture pack.
|
Textures from Faithful texture pack.
|
||||||
|
|
||||||
8 tracks are included.
|
9 tracks are included.
|
||||||
4 music disc textures are currently unused.
|
3 music disc textures are currently unused.
|
||||||
|
|
|
@ -10,6 +10,7 @@ local recorddata = {
|
||||||
{ "Moonsong (Jordach's Mix)", "HeroOfTheWinds", "strad" },
|
{ "Moonsong (Jordach's Mix)", "HeroOfTheWinds", "strad" },
|
||||||
{ "Synthgroove (Jordach's Mix)", "HeroOfTheWinds", "mellohi" },
|
{ "Synthgroove (Jordach's Mix)", "HeroOfTheWinds", "mellohi" },
|
||||||
{ "The Clueless Frog (Jordach's Mix)", "SoundHelix", "mall" },
|
{ "The Clueless Frog (Jordach's Mix)", "SoundHelix", "mall" },
|
||||||
|
{ "Winter Feeling", "Tom Peter", "ward" },
|
||||||
}
|
}
|
||||||
local records = #recorddata
|
local records = #recorddata
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue