From 0ca19dacb03a0d33de34a2dabf921ba7c9cb5b25 Mon Sep 17 00:00:00 2001
From: RealBadAngel <mk@realbadangel.pl>
Date: Thu, 04 Apr 2013 01:17:39 +0200
Subject: [PATCH] Update 0.4.6-0

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

diff --git a/technic/init.lua b/technic/init.lua
index e57c7a2..0aa91fe 100644
--- a/technic/init.lua
+++ b/technic/init.lua
@@ -1,4 +1,6 @@
--- Minetest 0.4.6 : technic
+-- Minetest 0.4.6 mod: technic
+-- namespace: technic
+-- (c) 2012-2013 by RealBadAngel <mk@realbadangel.pl>
 
 modpath=minetest.get_modpath("technic")
 
@@ -16,7 +18,6 @@
 dofile(modpath.."/mithril_chest.lua")
 
 --items 
-dofile(modpath.."/concrete.lua")
 dofile(modpath.."/items.lua")
 
 --LV machines
@@ -56,7 +57,6 @@
 dofile(modpath.."/deployer.lua")
 dofile(modpath.."/constructor.lua")
 dofile(modpath.."/frames.lua")
-
 
 if enable_item_drop	then dofile(modpath.."/item_drop.lua") end
 if enable_item_pickup   then dofile(modpath.."/item_pickup.lua") end

--
Gitblit v1.8.0