Commit 5286862 1 parent e493199 commit 5286862 Copy full SHA for 5286862
File tree 2 files changed +30
-0
lines changed
2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 63
63
num : 13
64
64
link : chapters/releasing.html
65
65
66
+ - title : Read More
67
+ num : 14
68
+ link : chapters/readmore.html
69
+
66
70
- hr : true
67
71
68
72
- title : Lua Modding API Reference
Original file line number Diff line number Diff line change
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 ) .
You can’t perform that action at this time.
0 commit comments