2014-12-11 11:56:37 +03:00
|
|
|
---
|
2014-12-31 19:43:27 +03:00
|
|
|
title: Introduction
|
2014-12-11 11:56:37 +03:00
|
|
|
permalink: index.html
|
|
|
|
layout: default
|
|
|
|
---
|
2014-12-11 11:52:10 +03:00
|
|
|
|
2015-01-01 18:53:07 +03:00
|
|
|
Welcome
|
|
|
|
-------
|
2014-12-11 11:56:37 +03:00
|
|
|
|
2015-01-01 18:53:07 +03:00
|
|
|
Minetest uses Lua scripts to provide modding support.
|
|
|
|
This online book aims to teach you how to create your own mods, starting from the basics.
|
2014-12-11 11:56:37 +03:00
|
|
|
|
2015-01-01 18:53:07 +03:00
|
|
|
### What you will need
|
|
|
|
|
|
|
|
* A Code Editor. Talked about in the [Lua Scripts](chapters/lua.html#tools) chapter.
|
|
|
|
* A copy of Minetest in the 0.4 series. (eg: 0.4.11)
|
|
|
|
* The ability to work independently, without pestering other developers to write you code for you.
|
|
|
|
* Motivation to continue trying when things go wrong.
|
|
|
|
|
|
|
|
|
|
|
|
### So, go on then.
|
|
|
|
|
|
|
|
Start reading. Use the navigation bar on the left to open a chapter.
|
2014-12-11 11:56:37 +03:00
|
|
|
|
2015-02-04 11:46:55 +03:00
|
|
|
* [GitHub](https://github.com/rubenwardy/minetest_modding_book).
|
|
|
|
* [Download for offline use](https://github.com/rubenwardy/minetest_modding_book/releases)
|
2014-12-14 23:12:06 +03:00
|
|
|
* [Forum Topic](https://forum.minetest.net/viewtopic.php?f=14&t=10729)
|
|
|
|
|
2014-12-11 11:56:37 +03:00
|
|
|
Contribution
|
|
|
|
------------
|
|
|
|
|
2015-02-16 20:29:05 +03:00
|
|
|
You can contribute to this project on [GitHub](https://github.com/rubenwardy/minetest_modding_book).\\
|
|
|
|
Read the [contribution README](README.html).
|
2014-12-11 11:56:37 +03:00
|
|
|
|
2015-01-01 18:53:07 +03:00
|
|
|
Written by rubenwardy.\\
|
2014-12-12 23:10:06 +03:00
|
|
|
License: [CC-BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)
|