minetest_modding_book/en/index.md

56 lines
2.3 KiB
Markdown
Raw Normal View History

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
layout: default
2017-08-26 18:40:30 +03:00
root: ../
2014-12-11 11:56:37 +03:00
---
2014-12-11 11:52:10 +03:00
2017-08-27 21:30:15 +03:00
## Introduction
2014-12-11 11:56:37 +03:00
2015-01-01 18:53:07 +03:00
Minetest uses Lua scripts to provide modding support.
2017-08-27 21:30:15 +03:00
This book aims to teach you how to create your own mods, starting from the basics.
2014-12-11 11:56:37 +03:00
2017-08-27 21:30:15 +03:00
As well as [reading this book online](https://rubenwardy.com/minetest_modding_book),
you can also [download it in PDF or HTML form](https://github.com/rubenwardy/minetest_modding_book/releases).
## What you will need
2015-01-01 18:53:07 +03:00
* 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.13)
2017-08-27 21:30:15 +03:00
* Motivation to keep trying when things go wrong. You learn more when you work
something out yourself.
2015-01-01 18:53:07 +03:00
2017-08-27 21:30:15 +03:00
## So, go on then.
2015-01-01 18:53:07 +03:00
2017-08-27 21:30:15 +03:00
Start [learning about how to create a mod folder](chapters/folders.html), or use the navigation bar on
the left (or on the top on mobiles) 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).
* [Forum Topic](https://forum.minetest.net/viewtopic.php?f=14&t=10729).
2014-12-14 23:12:06 +03:00
2017-08-27 21:30:15 +03:00
## About this Book
Noticed a mistake, or want to give feedback? Tell us about it using one of these methods:
* [GitHub Issue](https://github.com/rubenwardy/minetest_modding_book/issues).
* Post in the [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.
* Submit a report below.
2014-12-11 11:56:37 +03:00
You can contribute to this project on [GitHub](https://github.com/rubenwardy/minetest_modding_book).\\
2017-08-26 18:50:26 +03:00
Read the [contribution README]({{ page.root }}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/)
2015-02-19 15:35:07 +03:00
2016-07-22 21:37:28 +03:00
<!--<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">
2016-07-22 21:37:28 +03:00
</form>-->