Difference between revisions of "Template:ModdingIntro"

From Minetest Developer Wiki
Jump to navigation Jump to search
(Created page with "{| class="wikitable" style="margin: auto; max-width: 520px;" !colspan=6 | Modding Introduction |- |colspan=6 | File:moddingintro.png |- |colspan=6 style="text-align: cente...")
 
m
Line 8: Line 8:
 
!colspan=6 | Basic
 
!colspan=6 | Basic
 
|-
 
|-
|style="height:45px; text-align: center;" | [[Modding_Intro|Intro]]
+
|style="height:25px; text-align: center;" | [[Modding_Intro|Intro]]
|style="height:45px; text-align: center;" | [[Modding_Setup|Setup]]
+
|style="height:25px; text-align: center;" | [[Modding_Setup|Setup]]
|style="height:45px; text-align: center;" | [[Modding_Nodes|Nodes]]
+
|style="height:25px; text-align: center;" | [[Modding_Nodes|Nodes]]
|style="height:45px; text-align: center;" | [[Modding_Craftitems|Craftitems]]
+
|style="height:25px; text-align: center;" | [[Modding_Craftitems|Craftitems]]
|style="height:45px; text-align: center;" | [[Modding_Recipes|Crafting Recipes]]
+
|style="height:25px; text-align: center;" | [[Modding_Recipes|Crafting Recipes]]
 
|-
 
|-
 
!colspan=6 | Intermediate
 
!colspan=6 | Intermediate
 
|-
 
|-
|style="height:45px; text-align: center;" | [[Modding_Advanced_Nodes|Advanced Nodes]]
+
|style="height:25px; text-align: center;" | [[Modding_Advanced_Nodes|Advanced Nodes]]
|style="height:45px; text-align: center;" | [[Modding_ABMs|ABMs]]
+
|style="height:25px; text-align: center;" | [[Modding_ABMs|ABMs]]
|style="height:45px; text-align: center;" | [[Modding_Tools|Tools]]
+
|style="height:25px; text-align: center;" | [[Modding_Tools|Tools]]
|style="height:45px; text-align: center;" | [[Modding_Entities|Entities]]
+
|style="height:25px; text-align: center;" | [[Modding_Entities|Entities]]
 
|
 
|
 
|-
 
|-
 
!colspan=6 | Links
 
!colspan=6 | Links
 
|-
 
|-
|style="height:45px; text-align: center;" | [[Modding_Outro|Outro]]
+
|style="height:25px; text-align: center;" | [[Modding_Outro|Outro]]
|style="height:45px; text-align: center;" | [[:Category:Methods|Methods]]
+
|style="height:25px; text-align: center;" | [[:Category:Methods|Methods]]
|style="height:45px; text-align: center;" | [[:Category:Objects|Objects]]
+
|style="height:25px; text-align: center;" | [[:Category:Objects|Objects]]
|style="height:45px; text-align: center;" | [[:Category:Types|Types]]
+
|style="height:25px; text-align: center;" | [[:Category:Types|Types]]
|style="height:45px; text-align: center;" | [[:Category:Misc|Misc Articles]]
+
|style="height:25px; text-align: center;" | [[:Category:Misc|Misc Articles]]
 
|}
 
|}

Revision as of 14:15, 7 June 2014

Modding Introduction
moddingintro.png
This tutorial will walk you through the basics to making a mod in Minetest. It will show you what you will accomplish, how to do it and then run through the process itself.
Basic
Intro Setup Nodes Craftitems Crafting Recipes
Intermediate
Advanced Nodes ABMs Tools Entities
Links
Outro Methods Objects Types Misc Articles