your current location:首页 > news>Not ica Minecraft

Not ica Minecraft

2024-12-12 09:21:34|Myriagame |source:minecraft skins

Overview

The module supports the redstone music files in the NBS format in the game.

Similar modules: nota.

Function and characteristics

NBS music playback

The module can play. NBS files created by the Open Note Block Studio (OpenNBS). The files to be played should be placed in the Config/notica/song directory, and then entered in the game/Music Play [Selector]You can play music.

Minecraft images

Client playback buffer

The module supports the server -only operation. The server that installs this module allows players to use the original client to join. With the installation of the module alone, the server will send each notes separately to the client. This willIt may bring a reduction in playback continuity and the decline in the quality of the playback, and at the same time, it may lead to excessive packaging.

However, if the client is installed with this module at the same time, the server will be changed to send data in a large number of times. This process is similar to the buffer of video playback.

Minecraft images

Less restrictions

In the original version, Redstone Music is limited by many, such as limited sound fields (from F#3 to F5), the appearance of audio pseudohadows, and unsatisfactory stereo.

The module directly uses the sound engine of the Minecraft Java version of the sound engine, Openal to play music, so these problems are avoided.

For clients that are not installed, you need to use /Music Set Extended_range True command to expand the range of the range.

More playback speed support

In the original version, the playback speed of Red Stone Music can only be certain fixed values. The module supports playing music at speeds other than these fixed values.

Custom musical instrument

NBS format (version 5 or more) supports custom musical instruments. This module supports the playback of custom instruments supported by NBS format. For details, see the detailed description of the NBS format.

Circular playback

The module supports the circulation playback in the NBS file and its number of cycle times, cycle starting point, etc. (Version 4 or more).

For those music files with wireless circulation, you can use /Music Stop to stop playing.

API

This module provides a set of APIs for reference and use developers who want to use functions in the module. For details, see the GitHub page.