.MT File Extension
Minetest World Metadata
Developer | The Minetest Team |
Popularity |
1.5 | 2 Votes |
What is an MT file?
World.mt is a game data file used by Minetest, an open-source voxel game engine. It is used to load a Minetest world. World.mt contains plain text data that specifies a world's name, the version of Minetest with which it is meant to be used, and other settings.
More Information
Minetest is a sandbox creation and exploration video game available for PC and Android. It is very similar to Minecraft. Just like in Minecraft, Minetest players create and explore block-based worlds. These worlds are comprised of directories that include many files, including a world.mt file that defines a variety of world metadata.
In addition to specifying a world's name and intended Minetest version, each world.mt file specifies settings used to load the world from a specific Minetest server. It also specifies what mods have been enabled in the world (using the string load_mod_yourmodname = true).
How to open an MT file
You can open and edit an MT file with Microsoft Visual Studio Code (multiplatform) or any other text editor. Doing so will allow you to edit the settings associated with the Minetest world.
To learn how to use an MT file with Minetest (multiplatform), refer to the game's documentation.