Mineclonia/mods/ITEMS/mcl_jukebox
Nils Dagsson Moskopp 5f0710a486
Make jukebox accept and play old music records
With the introduction of the mcl_jukebox API, all music record items
were given new names. Old music record items were aliased, but never
worked with the jukebox. Apparently no one tested existing records.

By explicitly looking up the item name in minetest.registered_aliases,
the jukebox accepts old records, plays them, and gives out new records.
2021-06-15 17:46:03 +02:00
..
locale Russian translation 2020-07-20 00:11:13 +00:00
sounds Convert jukebox tracks to mono 2017-11-13 01:30:47 +01:00
textures Change jukebox top texture 2018-05-12 21:04:29 +02:00
API.md Add API documentation for mcl_jukeboxe 2021-06-14 23:40:24 +02:00
README.md Update incomplete license information and credits 2020-05-11 17:18:04 +02:00
init.lua Make jukebox accept and play old music records 2021-06-15 17:46:03 +02:00
mod.conf Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00

README.md

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!

Track list

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)

Note: 9 tracks are included. 3 music disc textures are currently unused.

Sources

License

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: