Music Player
NoteBlockAPI is required for Music Player to work.
Music player can play .nbs format music files.
## object name, you can set this to anything that is unique
obj1:
## object type
type: music_player
## .nbs music file to play
music: 'somemusic.nbs'
## the volume of the music
volume: 100
## is the music player paused
paused: false
Last updated