Difference between revisions of "Modding FAQ"

From Minetest Developer Wiki
Jump to navigation Jump to search
(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...")
 
Line 6: Line 6:
 
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.
 
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.
  
''[[Mods|Read More]]''
+
''[[http://wiki.minetest.net/Mods Read More]]''
  
 
=== Installing Mods ===
 
=== Installing Mods ===

Revision as of 16:14, 18 July 2014

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