Read More: created

gh-pages
rubenwardy 2015-09-25 20:12:16 +01:00
parent e493199d45
commit 5286862d13
2 changed files with 30 additions and 0 deletions

View File

@ -63,6 +63,10 @@
num: 13
link: chapters/releasing.html
- title: Read More
num: 14
link: chapters/readmore.html
- hr: true
- title: Lua Modding API Reference

26
chapters/readmore.md Normal file
View File

@ -0,0 +1,26 @@
---
title: Read More
layout: default
root: ../
---
## List of Resources
After you've read this book, take a look at the following
### Minetest Modding
* Minetest's Lua API Reference - [HTML version](../lua_api.html) |
[Text version](https://github.com/minetest/minetest/blob/master/doc/lua_api.txt).
* Explore the [Developer Wiki](http://dev.minetest.net/Main_Page).
* Look at [existing mods](https://forum.minetest.net/viewforum.php?f=11).
### Lua Programming
* [Programming in Lua (PIL)](http://www.lua.org/pil/).
* [Lua Crash Course](http://luatut.com/crash_course.html).
### 3D Modelling
* [Blender 3D: Noob to pro](https://en.wikibooks.org/wiki/Blender_3D:_Noob_to_Pro).
* [Using Blender with Minetest](http://wiki.minetest.net/Using_Blender).