After two months of development published release luanti 5.13.0, the free cross-platform game engine in the sandbox genre has been released. This engine allows users to create games similar to Roblox, but with unique source mechanics. Users can use various blocks to build structures and buildings, creating their virtual world. Some games on this engine aim to replicate Minecraft. The gameplay provided by the engine relies on a set of mods created in the Lua language. Luanti is written in C++ using 3D libraries like Irrlichtmt (Fork irrlicht). The Luanti code is distributed under the LGPL license, and game resources are licensed under CC by-SA 3.0. Ready-made assemblies are available for Linux, Android, FreeBSD, Windows, and MacOS distributions.

Main changes:
- Added the ability to switch between inventory slots using the Ctrl+Tab key combination. New methods for working with nodes have been added.
- Resolved issues related to particle generators, menu freezing, and more.