mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-02 14:31:05 +01:00
526 B
526 B
mcl_jukebox
mcl_jukebox.register_record(title, author, identifier, image, sound)
- title: title of the track
- author: author of the track
- identifier: short string used in the item registration
- image: the texture of the track
- sound: sound file of the track
mcl_jukebox.registered_records
Table indexed by item name containing:
- title: title of the track
- author: author of the track
- identifier: short string used in the item registration
- image: the texture of the track
- sound: sound file of the track