Read More: created
This commit is contained in:
parent
e493199d45
commit
5286862d13
@ -63,6 +63,10 @@
|
|||||||
num: 13
|
num: 13
|
||||||
link: chapters/releasing.html
|
link: chapters/releasing.html
|
||||||
|
|
||||||
|
- title: Read More
|
||||||
|
num: 14
|
||||||
|
link: chapters/readmore.html
|
||||||
|
|
||||||
- hr: true
|
- hr: true
|
||||||
|
|
||||||
- title: Lua Modding API Reference
|
- title: Lua Modding API Reference
|
||||||
|
26
chapters/readmore.md
Normal file
26
chapters/readmore.md
Normal 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).
|
Loading…
Reference in New Issue
Block a user