After over a decade of being dismissed as 'just a Minecraft test,' the open-source voxel game engine Minetest renamed itself to Luanti — a portmanteau of Finnish 'luonti' (creation) and Lua — to finally escape Minecraft's shadow.
Luanti is a free and open-source voxel game engine written in C++ with Lua scripting for mods and games. It supports multiplayer, procedural world generation, a content database for downloading mods and games, and runs on Windows, Linux, macOS, Android, and FreeBSD. The engine separates the game logic from the engine, allowing entirely different games to be built on the same platform.
For thirteen years, Minetest suffered from arguably the worst name in open-source gaming. Users saw 'Mine' and 'test' and immediately assumed it was either a Minecraft clone or a test version of something. In reality, Minetest had evolved from a simple Minecraft-inspired experiment into a fully-featured voxel game engine with its own modding ecosystem, content database, and a vibrant community creating everything from survival games to educational tools.
The name problem wasn't just about perception — it was actively hurting the project. Teachers who wanted to use it in classrooms had to explain to administrators that no, this wasn't a knockoff of the commercial game their students were already playing. Game developers who built on the engine had to distance themselves from the Minecraft association. And new users who dismissed it as 'just a Minecraft clone' never discovered the powerful engine underneath.
After more than a year of public and internal discussions, the project announced its new name on October 13, 2024: Luanti. The name is a wordplay on the Finnish word 'luonti' (creation) and Lua, the programming language that powers the engine's modding system. The Finnish connection comes from the project's creator, known as celeron55, who is Finnish.
The rename was technically comprehensive — touching every file in the codebase, updating all documentation, migrating GitHub organizations, rebuilding community presence, and coordinating with package maintainers across every Linux distribution. The transition is still ongoing, with some ecosystem elements still referencing the old name.
The community reaction was mixed but mostly positive. Some long-time users felt attached to the Minetest identity, but most acknowledged that the name had been holding the project back. The rename freed Luanti to be judged on its own merits rather than through the lens of Minecraft comparison.
Minetest first released as an open-source voxel game engine
Public discussions begin about renaming the project to escape Minecraft confusion
Minetest officially renamed to Luanti; comprehensive codebase rename begins
Major Linux distributions begin packaging under the Luanti name
The rename freed the project from over a decade of identity confusion. Luanti can now be evaluated as a standalone voxel game engine and modding platform rather than being perpetually compared to Minecraft. For educators, the name change removed a significant barrier to adoption in school settings.
The process also demonstrated how difficult renaming an established open-source project is — far harder than the initial code change, the real work is in updating documentation, package names, community references, and rebuilding search engine visibility from scratch.