[1.0.4-beta] 1.Add a holographic projector It can project data in various modes, such as creatures, the area around players, and specific regions. However, the chunks must be loaded. TODO: Force load chunks when it detects that they are not loaded.
2.Add a creature data reader It can read and save creature data, and by right-clicking the projector, the creature can be projected.
[1.0.3-beta] The initial submission of the musicbox has been completed, implementing the functionality of converting URLs in OGG format into in-game sound effects. The following modifications were made:
-
A mixin was applied to the SoundEngine sound system, enabling it to accept and play functions with InputBuffer parameters.
-
Added the musicbox, which stores music in the entity's musicPlayer object.
-
Renamed and moved some files.
-
Created textures for the musicbox.
-
Fixed the issue where music wouldn't stop after the musicbox was destroyed.
-
It is now possible to play songs using .ogg music links.
It is now working correctly on the server.