From 9e85cc64c6126133176f6cd6b321984b1772b79f Mon Sep 17 00:00:00 2001
From: VanessaE <vanessaezekowitz@gmail.com>
Date: Fri, 08 Mar 2013 01:15:20 +0100
Subject: [PATCH] Merge pull request #12 from VanessaE/master

---
 technic/init.lua |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/technic/init.lua b/technic/init.lua
index 0706b0f..8ffa9c7 100644
--- a/technic/init.lua
+++ b/technic/init.lua
@@ -1,9 +1,11 @@
--- Minetest 0.4.4 : technic
+-- Minetest 0.4.4d1 : technic
 
 modpath=minetest.get_modpath("technic")
 
 --Read technic config file
 dofile(modpath.."/config.lua")
+--helper functions
+dofile(modpath.."/helpers.lua")
 
 -- world gen
 dofile(modpath.."/ores.lua")

--
Gitblit v1.8.0