From f691a3bb5779ba8ce9bf4f3decc9989f4a0b0f6d Mon Sep 17 00:00:00 2001 From: Rubenwardy Date: Mon, 20 Aug 2012 20:43:26 +0200 Subject: [PATCH] Remade chapters --- mtmoddeven.txt | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/mtmoddeven.txt b/mtmoddeven.txt index 90c2df9..f6341a2 100644 --- a/mtmoddeven.txt +++ b/mtmoddeven.txt @@ -1,5 +1,23 @@ Minetest-c55: Modding in Lua +Introduction + +--- Modding with Minetest +--- Requirements + + + +Chapter 1 - Modding Basics and Required understanding +---Mod packs and item names +---Creating a mod + + +Chapter 2 - Tutorial + +Chapter 3 - ADMs and Positioning +---Adms and Positioning + + Introduction @@ -24,10 +42,23 @@ Basic Programming Knowledge, at best in Lua Language -Chapter 0: Creating a mod -=========================== + +Chapter 1 - Modding basics +========================== +---Types of objects in Minetest--- + +NODE: +SPRITE + +--- Mod packs and item names --- + +In minetest, each item, block, and node + + +--- Creating a mod --- + For creating a minetest mod you have to create a new folder with the name of your mod in the mod folder -----------------------------------------------------------------