minetest_modding_book/_en/index.md

36 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2014-12-11 00:56:37 -08:00
---
2018-09-19 07:54:40 -07:00
title: Front Cover
2014-12-11 00:56:37 -08:00
layout: default
2018-01-12 18:21:18 -08:00
homepage: true
no_header: true
2018-07-15 11:36:35 -07:00
root: ..
2018-07-15 07:28:10 -07:00
idx: 0.1
2014-12-11 00:56:37 -08:00
---
2014-12-11 00:52:10 -08:00
2018-01-12 18:21:18 -08:00
<div id="header">
<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>
</div>
2017-08-27 11:30:15 -07:00
## Introduction
2014-12-11 00:56:37 -08:00
2015-01-01 07:53:07 -08:00
Minetest uses Lua scripts to provide modding support.
2017-08-27 11:30:15 -07:00
This book aims to teach you how to create your own mods, starting from the basics.
2018-01-12 18:21:18 -08:00
Each chapter focuses on a particular part of the API, and will soon get you making
your own mods.
2014-12-11 00:56:37 -08:00
2017-08-27 11:30:15 -07:00
As well as [reading this book online](https://rubenwardy.com/minetest_modding_book),
2018-09-17 18:21:32 -07:00
you can also [download it in HTML form](https://github.com/rubenwardy/minetest_modding_book/releases).
2017-08-27 11:30:15 -07:00
2018-01-12 18:21:18 -08:00
### Feedback and Contributions
2014-12-14 12:12:06 -08:00
2018-01-12 18:21:18 -08:00
Noticed a mistake, or want to give feedback? Make sure to tell me about it.
2018-01-12 18:21:18 -08:00
* Create a [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).
2018-07-15 15:37:14 -07:00
* [Contact me](https://rubenwardy.com/contact/).
* Fancy contributing?
[Read the README](https://github.com/rubenwardy/minetest_modding_book/blob/master/README.md).