Difference between revisions of "Template:ModdingIntro"

From Minetest Developer Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 
{| class="wikitable" style="margin: auto; max-width: 520px;"
 
{| class="wikitable" style="margin: auto; max-width: 520px;"
!colspan=6 | Modding Introduction
+
!colspan=5 | Modding Introduction
 
|-
 
|-
|colspan=6 | [[File:moddingintro.png]]
+
|colspan=5 | [[File:moddingintro.png]]
 
|-
 
|-
|colspan=6 style="text-align: center;" | 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.
+
|colspan=5 style="text-align: center;" | 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.
 
|-
 
|-
!colspan=6 | Basic
+
!colspan=5 | Basic
 
|-
 
|-
 
|style="height:25px; text-align: center;" | [[Modding_Intro|Intro]]
 
|style="height:25px; text-align: center;" | [[Modding_Intro|Intro]]
Line 14: Line 14:
 
|style="height:25px; text-align: center;" | [[Modding_Recipes|Crafting Recipes]]
 
|style="height:25px; text-align: center;" | [[Modding_Recipes|Crafting Recipes]]
 
|-
 
|-
!colspan=6 | Intermediate
+
!colspan=5 | Intermediate
 
|-
 
|-
 
|style="height:25px; text-align: center;" | [[Modding_Advanced_Nodes|Advanced Nodes]]
 
|style="height:25px; text-align: center;" | [[Modding_Advanced_Nodes|Advanced Nodes]]
Line 22: Line 22:
 
|
 
|
 
|-
 
|-
!colspan=6 | Links
+
!colspan=5 | Links
 
|-
 
|-
 
|style="height:25px; text-align: center;" | [[Modding_Outro|Outro]]
 
|style="height:25px; text-align: center;" | [[Modding_Outro|Outro]]

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