From e815cb0ccbeb46b90fccbb4e85dbff8c2cabc5ab Mon Sep 17 00:00:00 2001 From: Rubenwardy Date: Wed, 22 Aug 2012 11:32:36 +0100 Subject: [PATCH] Did forum requested changes --- html/englishEN.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/englishEN.html b/html/englishEN.html index 9c52f87..e72293b 100644 --- a/html/englishEN.html +++ b/html/englishEN.html @@ -316,7 +316,7 @@ The interval is 1 in this case, but the chance (probability) is 100.Therefore th Sometimes you have so much code, a single init.lua file is too hard to maintain.

-But there is a solution! dofile(minetest.get_modpath("chess").."/anotherfile.lua") will tell Minetest to look for anotherfile.lua in the same folder as init.lua, and add load its contents. +But there is a solution! dofile(minetest.get_modpath("tutorial").."/anotherfile.lua") will tell Minetest to look for anotherfile.lua in the same folder as init.lua, and add load its contents.

Chapter # - Debugging

Types of errors and Bugs