-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e493199
commit 5286862
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |