Main Page: Difference between revisions

From Old MT Dev
Jump to navigationJump to search
>Rubenwardy
No edit summary
 
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Languages}}
Welcome to the '''Minetest Developer Wiki''', here you learn how Minetest and games and mods for Minetest are developed.
Welcome to the '''Minetest Developer Wiki''', here you learn how Minetest and games and mods for Minetest are developed.


Line 12: Line 10:


[[Category:Root-Category]]
[[Category:Root-Category]]
== Getting started ==
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
* [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ MediaWiki release mailing list]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]

Latest revision as of 22:15, 4 August 2023

Welcome to the Minetest Developer Wiki, here you learn how Minetest and games and mods for Minetest are developed.

Minetest is a game engine inspired by Minecraft, Infiniminer and others. It's licensed under the GNU LGPL 2.1, with artwork generally covered by CC BY-SA 3.0. There are two major parts to the system, the first being a core engine written in C++, the second being a modding API that exposes useful functions to a Lua environment.

The Minetest Wiki for players is located at wiki.minetest.net.

Contribute to Minetest!

Develop the core engine


Develop a mod


Document, translate, and create


Be an excellent community member



Content Index

Before you start, you should look at the terminology.

Modding API


Tips and tricks:


Misc articles…

Core



Instructions


Development


Design and planning


For users


Contribute to this wiki


Getting started