Difference between revisions of "Template:ModdingBook"
Jump to navigation
Jump to search
Rubenwardy (talk | contribs) (Created navbar template) |
Rubenwardy (talk | contribs) (more links) |
||
Line 12: | Line 12: | ||
<!--|style="height:25px; text-align: center;" | [[Modding_Book/Creating Textures|Creating Textures]]--> | <!--|style="height:25px; text-align: center;" | [[Modding_Book/Creating Textures|Creating Textures]]--> | ||
|style="height:25px; text-align: center;" | [[Modding_Book/Node_Drawtypes|Node Drawtypes]] | |style="height:25px; text-align: center;" | [[Modding_Book/Node_Drawtypes|Node Drawtypes]] | ||
+ | |- | ||
+ | !colspan=5 | Let's get interactive! | ||
|- | |- | ||
|style="height:25px; text-align: center;" | | |style="height:25px; text-align: center;" | | ||
Line 18: | Line 20: | ||
|style="height:25px; text-align: center;" | [[Modding_Book/Formspecs|Formspecs]] | |style="height:25px; text-align: center;" | [[Modding_Book/Formspecs|Formspecs]] | ||
|style="height:25px; text-align: center;" | [[Modding_Book/HUD|HUD]] | |style="height:25px; text-align: center;" | [[Modding_Book/HUD|HUD]] | ||
+ | |- | ||
+ | !colspan=5 | Finally | ||
+ | |- | ||
|style="height:25px; text-align: center;" | [[Modding_Book/releasing|Releasing a Mod]] | |style="height:25px; text-align: center;" | [[Modding_Book/releasing|Releasing a Mod]] | ||
+ | |style="height:25px; text-align: center;" | [https://github.com/minetest/minetest/blob/master/doc/lua_api.txt lua_api.txt] | ||
+ | |style="height:25px; text-align: center;" | [http://rubenwardy.com/minetest_modding_book/lua_api.html lua_api.html] | ||
+ | |style="height:25px; text-align: center;" | [[:Category:Methods|Methods]] | ||
+ | |style="height:25px; text-align: center;" | [[:Category:Objects|Objects]] | ||
|} | |} |
Revision as of 17:43, 1 June 2015
Minetest Modding Book | ||||
---|---|---|---|---|
Minetest uses Lua scripts to provide modding support. This online book aims to teach you how to create your own mods, starting from the basics. | ||||
Welcome to Minetest Modding | ||||
Introduction | Folder Structure | Lua Scripts | Nodes, Items and Crafting | Node Drawtypes |
Let's get interactive! | ||||
Player Physics | Formspecs | HUD | ||
Finally | ||||
Releasing a Mod | lua_api.txt | lua_api.html | Methods | Objects |