minetest_modding_book/index.md

59 lines
2.1 KiB
Markdown
Raw Permalink Normal View History

2014-12-11 00:56:37 -08:00
---
2014-12-31 08:43:27 -08:00
title: Introduction
2014-12-11 00:56:37 -08:00
permalink: index.html
layout: default
---
2014-12-11 00:52:10 -08:00
2015-01-01 07:53:07 -08:00
Welcome
-------
2014-12-11 00:56:37 -08:00
2015-01-01 07:53:07 -08: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 00:56:37 -08:00
2015-01-01 07:53:07 -08: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 00:56:37 -08:00
2015-02-04 00:46:55 -08:00
* [GitHub](https://github.com/rubenwardy/minetest_modding_book).
* [Download for offline use](https://github.com/rubenwardy/minetest_modding_book/releases)
2014-12-14 12:12:06 -08:00
* [Forum Topic](https://forum.minetest.net/viewtopic.php?f=14&t=10729)
About this Book
---------------
Noticed a mistake, or want to give feedback? Tell us about it using one of these methods:
2015-02-19 04:35:07 -08:00
* Submit a report below.
* [GitHub Issue](https://github.com/rubenwardy/minetest_modding_book/issues).
* Post in [Forum Topic](https://forum.minetest.net/viewtopic.php?f=14&t=10729).
* Send me a [PM](https://forum.minetest.net/ucp.php?i=pm&mode=compose&u=2051) on the Forum.
* Send me an email to rubenwardy on gmail.com
2014-12-11 00:56:37 -08: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 00:56:37 -08:00
2015-01-01 07:53:07 -08:00
Written by rubenwardy.\\
2014-12-12 12:10:06 -08:00
License: [CC-BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)
2015-02-19 04:35:07 -08:00
Feedback
--------
<form class="leave_comment" action="http://pooleapp.com/stash/74bf2dfb-4c01-423c-b48a-e002ed70bbc1/" method="post">
<input type="hidden" name="redirect_to"
value="http://rubenwardy.com/minetest_modding_book/thank_you.html" />
Nickname (optional): <input class="name" name="name" placeholder="Your Name" type="text"><br />
Contact method (email or forum name, optional): <input name="contact" type="text"><br />
Feedback:
<textarea name="comment" required="" style="display:block;min-width: 90%;min-height:100px;"></textarea>
<input value="Leave Feedback" type="submit">
</form>