2015-09-25 22:12:16 +03:00
|
|
|
---
|
|
|
|
title: Read More
|
|
|
|
layout: default
|
2018-07-15 21:36:35 +03:00
|
|
|
root: ../..
|
2019-08-14 16:45:42 +03:00
|
|
|
idx: 8.7
|
2018-07-15 21:13:16 +03:00
|
|
|
redirect_from: /en/chapters/readmore.html
|
2015-09-25 22:12:16 +03:00
|
|
|
---
|
|
|
|
|
|
|
|
## List of Resources
|
|
|
|
|
2018-07-16 01:04:55 +03:00
|
|
|
After you've read this book, take a look at the following.
|
2015-09-25 22:12:16 +03:00
|
|
|
|
|
|
|
### Minetest Modding
|
|
|
|
|
2023-05-01 14:22:02 +03:00
|
|
|
* Minetest's Lua API Reference - [multiple page version](https://minetest.gitlab.io/minetest/class-reference/#player-only-no-op-for-other-objects) |
|
|
|
|
[single page version](https://github.com/minetest/minetest/blob/master/doc/lua_api.md).
|
2015-09-25 22:12:16 +03:00
|
|
|
* 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).
|