2.3 KiB
2.3 KiB
title | layout | root |
---|---|---|
Introduction | default | ../ |
Introduction
Minetest uses Lua scripts to provide modding support. This book aims to teach you how to create your own mods, starting from the basics.
As well as reading this book online, you can also download it in PDF or HTML form.
What you will need
- A Code Editor. Talked about in the Lua Scripts chapter.
- A copy of Minetest in the 0.4 series. (eg: 0.4.13)
- Motivation to keep trying when things go wrong. You learn more when you work something out yourself.
So, go on then.
Start learning about how to create a mod folder, or use the navigation bar on the left (or on the top on mobiles) to open a chapter.
About this Book
Noticed a mistake, or want to give feedback? Tell us about it using one of these methods:
- GitHub Issue.
- Post in the Forum Topic.
- Send me a PM on the Forum.
- Submit a report below.
You can contribute to this project on GitHub.\ Read the [contribution README]({{ page.root }}README.html).
Written by rubenwardy.\ License: CC-BY-SA 3.0