Difference between revisions of "Template:ModdingBook"

From Minetest Developer Wiki
Jump to navigation Jump to search
(more links)
m (cat)
Line 29: Line 29:
 
|style="height:25px; text-align: center;" | [[:Category:Objects|Objects]]
 
|style="height:25px; text-align: center;" | [[:Category:Objects|Objects]]
 
|}
 
|}
 +
 +
<noinclude>
 +
[[Category:Templates]]
 +
</noinclude>

Revision as of 14:47, 2 July 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!

Active Block Modifiers

Player Physics Formspecs HUD
Finally
Releasing a Mod lua_api.txt lua_api.html Methods Objects