Update
This commit is contained in:
parent
a3826762bd
commit
97dac3ae64
@ -5,17 +5,17 @@
|
|||||||
num: 1
|
num: 1
|
||||||
link: chapters/folders.html
|
link: chapters/folders.html
|
||||||
|
|
||||||
- title: Nodes, Items and Crafting
|
- title: Lua Scripts
|
||||||
num: 2
|
num: 2
|
||||||
|
link: chapters/lua.html
|
||||||
|
|
||||||
|
- title: Nodes, Items and Crafting
|
||||||
|
num: 3
|
||||||
link: chapters/nodes_items_crafting.html
|
link: chapters/nodes_items_crafting.html
|
||||||
|
|
||||||
- title: Node Drawtypes
|
- title: Node Drawtypes
|
||||||
num: 3
|
|
||||||
link: chapters/node_drawtypes.html
|
|
||||||
|
|
||||||
- title: Lua Scripts
|
|
||||||
num: 4
|
num: 4
|
||||||
link: chapters/lua.html
|
link: chapters/node_drawtypes.html
|
||||||
|
|
||||||
- title: Active Block Modifiers
|
- title: Active Block Modifiers
|
||||||
num: 5
|
num: 5
|
||||||
|
32
index.md
32
index.md
@ -4,32 +4,32 @@ permalink: index.html
|
|||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
|
||||||
What is this?
|
Welcome
|
||||||
-------------
|
-------
|
||||||
|
|
||||||
This online book will teach you how to create mods in easy chapters.
|
Minetest uses Lua scripts to provide modding support.
|
||||||
The chapters will explain a concept, give examples, and set tasks for you
|
This online book aims to teach you how to create your own mods, starting from the basics.
|
||||||
to complete.
|
|
||||||
|
|
||||||
This documentation was created by the Minetest community in order to help
|
### What you will need
|
||||||
new modders gain a foothold.
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
* [GitHub](https://github.com/rubenwardy/minetest_doc).
|
* [GitHub](https://github.com/rubenwardy/minetest_doc).
|
||||||
* [Download for offline use](https://github.com/rubenwardy/minetest_doc/releases)
|
* [Download for offline use](https://github.com/rubenwardy/minetest_doc/releases)
|
||||||
* [Forum Topic](https://forum.minetest.net/viewtopic.php?f=14&t=10729)
|
* [Forum Topic](https://forum.minetest.net/viewtopic.php?f=14&t=10729)
|
||||||
|
|
||||||
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)
|
|
||||||
|
|
||||||
Contribution
|
Contribution
|
||||||
------------
|
------------
|
||||||
|
|
||||||
You can contribute to this project on [GitHub](https://github.com/rubenwardy/minetest_doc).
|
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.\\
|
Written by rubenwardy.\\
|
||||||
License: [CC-BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)
|
License: [CC-BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)
|
||||||
|
Loading…
Reference in New Issue
Block a user