fix first post grammer

This commit is contained in:
MisterE123 2022-02-26 22:51:34 -05:00
parent 17076901a5
commit 5f8542aca9
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Be warned: when you update to 5.5, it'll upgrade worlds to a new map encoding (M
There were some interesting changes to the modding API. Various features have been de-hardcoded, allowing mods and games more control. For example, liquid features have been decoupled from liquid drawtypes (making it easier to make things like spiderwebs). Player fall damage is also changeable using armor groups; you can avoid red flashes from disabled fall damage.
Possibly the most interesting change to the API was an upgrade to the dynamic media API. Modders and game creators can now send media to individual clients, and label it as "ephemeral", meaning the client will forget it when they disconnect. Previously, dynamic media was sent to all clients, and became part of the media sent to clients on when they joined. With the new version, individualized media is finally possible! The applications are huge, especially regarding background music (BGM), which used to extend login times enormously. BGM can now be sent one track at a time after the player has joined.
Possibly the most interesting change to the API was an upgrade to the dynamic media API. Modders and game creators can now send media to individual clients, and label it as "ephemeral", meaning the client will forget it when they disconnect. Previously, dynamic media was sent to all clients, and became part of the media sent to clients on join. With the new version, individualized media is finally possible! The applications are huge, especially regarding background music (BGM), which used to extend login times enormously. BGM can now be sent one track at a time after the player has joined.
As always, you can check out [the full changelog](https://dev.minetest.net/Changelog#5.4.0_.E2.86.92_5.5.0). Also see the [official announcement](https://forum.minetest.net/viewtopic.php?f=18&t=27754).