2014-12-11 11:56:37 +03:00
|
|
|
---
|
2014-12-11 22:38:46 +03:00
|
|
|
title: Minetest Tutorials and Documentation
|
2014-12-11 11:56:37 +03:00
|
|
|
permalink: index.html
|
|
|
|
layout: default
|
|
|
|
---
|
2014-12-11 11:52:10 +03:00
|
|
|
|
2014-12-11 11:56:37 +03:00
|
|
|
What is this?
|
|
|
|
-------------
|
|
|
|
|
|
|
|
This online book will teach you how to create mods in easy chapters.
|
|
|
|
The chapters will explain a concept, give examples, and set tasks for you
|
|
|
|
to complete.
|
|
|
|
|
|
|
|
This documentation was created by the Minetest community in order to help
|
|
|
|
new modders gain a foothold.
|
|
|
|
|
2014-12-14 23:12:06 +03:00
|
|
|
* [GitHub](https://github.com/rubenwardy/minetest_doc).
|
|
|
|
* [Download for offline use](https://github.com/rubenwardy/minetest_doc/releases)
|
|
|
|
* [Forum Topic](https://forum.minetest.net/viewtopic.php?f=14&t=10729)
|
|
|
|
|
2014-12-12 23:04:24 +03:00
|
|
|
What you will need:
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
* A plain text editor (eg: NotePad+, ConTEXT, or GEdit)
|
|
|
|
* OR A Lua IDE such as Eclipse.
|
|
|
|
* A copy of Minetest in the 0.4 series. (eg: 0.4.10)
|
|
|
|
|
2014-12-11 11:56:37 +03:00
|
|
|
Contribution
|
|
|
|
------------
|
|
|
|
|
|
|
|
You can contribute to this project on [GitHub](https://github.com/rubenwardy/minetest_doc).
|
|
|
|
It uses Jekyll to turn Markdown into a website.
|
|
|
|
|
|
|
|
Book written by rubenwardy and contributers.\\
|
2014-12-12 23:10:06 +03:00
|
|
|
License: [CC-BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)
|