Skip to content

Commit 5286862

Browse files
committed
Read More: created
1 parent e493199 commit 5286862

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

_data/links.yml

+4
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@
6363
num: 13
6464
link: chapters/releasing.html
6565

66+
- title: Read More
67+
num: 14
68+
link: chapters/readmore.html
69+
6670
- hr: true
6771

6872
- title: Lua Modding API Reference

chapters/readmore.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Read More
3+
layout: default
4+
root: ../
5+
---
6+
7+
## List of Resources
8+
9+
After you've read this book, take a look at the following
10+
11+
### Minetest Modding
12+
13+
* Minetest's Lua API Reference - [HTML version](../lua_api.html) |
14+
[Text version](https://github.com/minetest/minetest/blob/master/doc/lua_api.txt).
15+
* Explore the [Developer Wiki](http://dev.minetest.net/Main_Page).
16+
* Look at [existing mods](https://forum.minetest.net/viewforum.php?f=11).
17+
18+
### Lua Programming
19+
20+
* [Programming in Lua (PIL)](http://www.lua.org/pil/).
21+
* [Lua Crash Course](http://luatut.com/crash_course.html).
22+
23+
### 3D Modelling
24+
25+
* [Blender 3D: Noob to pro](https://en.wikibooks.org/wiki/Blender_3D:_Noob_to_Pro).
26+
* [Using Blender with Minetest](http://wiki.minetest.net/Using_Blender).

0 commit comments

Comments
 (0)