minetest_modding_book/_en/quality/readmore.md

29 lines
886 B
Markdown
Raw Normal View History

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
After you've read this book, take a look at the following.
2015-09-25 22:12:16 +03:00
### Minetest Modding
2020-12-24 16:38:26 +03:00
* Minetest's Lua API Reference - [HTML version](https://minetest.gitlab.io/minetest/class-reference/#player-only-no-op-for-other-objects) |
2015-09-25 22:12:16 +03:00
[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).