Skip to content

Commit

Permalink
Read More: created
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Sep 25, 2015
1 parent e493199 commit 5286862
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _data/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
26 changes: 26 additions & 0 deletions chapters/readmore.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 5286862

Please sign in to comment.