Modding FAQ

From Minetest Developer Wiki
Revision as of 16:10, 18 July 2014 by Domtron vox (talk | contribs) (Created page with " == Basic Modding == === What is a Mod === Mods (short for modifications) are user-created modifications to the game in such a way that alters gameplay. Some larger mods may...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Basic Modding

What is a Mod

Mods (short for modifications) are user-created modifications to the game in such a way that alters gameplay. Some larger mods may add a lot of content to the game, while other smaller mods may add more settings/customization options, or optimize the speed, gameplay or graphics of Minetest. Server mods or plugins mainly give server admins more options and ease of use, and all mods for single-player can also be used in multiplayer.

Read More

Installing Mods

See Installing Mods

Advanced Modding