2014-12-11 11:56:37 +03:00
|
|
|
---
|
2018-09-19 17:54:40 +03:00
|
|
|
title: Front Cover
|
2014-12-11 11:56:37 +03:00
|
|
|
layout: default
|
2018-01-13 05:21:18 +03:00
|
|
|
homepage: true
|
|
|
|
no_header: true
|
2018-07-15 21:36:35 +03:00
|
|
|
root: ..
|
2018-07-15 17:28:10 +03:00
|
|
|
idx: 0.1
|
2014-12-11 11:56:37 +03:00
|
|
|
---
|
2014-12-11 11:52:10 +03:00
|
|
|
|
2019-08-14 02:50:30 +03:00
|
|
|
<header>
|
2018-01-13 05:21:18 +03:00
|
|
|
<h1>Minetest Modding Book</h1>
|
|
|
|
|
|
|
|
<span>by <a href="https://rubenwardy.com" rel="author">rubenwardy</a></span>
|
|
|
|
<span>with editing by <a href="http://rc.minetest.tv/">Shara</a></span>
|
2019-08-14 02:50:30 +03:00
|
|
|
</header>
|
2018-01-13 05:21:18 +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.
|
2018-01-13 05:21:18 +03:00
|
|
|
Each chapter focuses on a particular part of the API, and will soon get you making
|
|
|
|
your own mods.
|
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),
|
2020-05-05 00:55:04 +03:00
|
|
|
you can also [download it in HTML form](https://gitlab.com/rubenwardy/minetest_modding_book/-/releases).
|
2017-08-27 21:30:15 +03:00
|
|
|
|
2018-01-13 05:21:18 +03:00
|
|
|
### Feedback and Contributions
|
2014-12-14 23:12:06 +03:00
|
|
|
|
2018-01-13 05:21:18 +03:00
|
|
|
Noticed a mistake, or want to give feedback? Make sure to tell me about it.
|
2015-02-18 22:49:14 +03:00
|
|
|
|
2020-07-06 02:26:25 +03:00
|
|
|
* Create a [GitLab Issue](https://gitlab.com/rubenwardy/minetest_modding_book/-/issues).
|
2015-09-03 21:43:25 +03:00
|
|
|
* Post in the [Forum Topic](https://forum.minetest.net/viewtopic.php?f=14&t=10729).
|
2018-07-16 01:37:14 +03:00
|
|
|
* [Contact me](https://rubenwardy.com/contact/).
|
|
|
|
* Fancy contributing?
|
2020-05-05 00:55:04 +03:00
|
|
|
[Read the README](https://gitlab.com/rubenwardy/minetest_modding_book/-/blob/master/README.md).
|