Remade chapters

master
Rubenwardy 2012-08-20 20:43:26 +02:00
parent 23d6e1c654
commit f691a3bb57
1 changed files with 33 additions and 2 deletions

View File

@ -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
-----------------------------------------------------------------