From a1fa7c2c36cf09dea805e444b3c2734cc1e32c1e Mon Sep 17 00:00:00 2001
From: Maciej Kasatkin <mk@realbadangel.pl>
Date: Sun, 14 Oct 2012 23:36:34 +0200
Subject: [PATCH] Added Flashlight

---
 init.lua |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/init.lua b/init.lua
index 95a519f..c72509e 100644
--- a/init.lua
+++ b/init.lua
@@ -24,7 +24,6 @@
 dofile(minetest.get_modpath("technic").."/battery_box.lua")
 dofile(minetest.get_modpath("technic").."/wires.lua")
 dofile(minetest.get_modpath("technic").."/wires_mv.lua")
-dofile(minetest.get_modpath("technic").."/dyes.lua")
 dofile(minetest.get_modpath("technic").."/ores.lua")
 
 dofile(minetest.get_modpath("technic").."/tool_workshop.lua")
@@ -44,8 +43,8 @@
 dofile(minetest.get_modpath("technic").."/node_breaker.lua")
 dofile(minetest.get_modpath("technic").."/deployer.lua")
 dofile(minetest.get_modpath("technic").."/tree_tap.lua")
-dofile(minetest.get_modpath("technic").."/torchlight.lua")
-dofile(minetest.get_modpath("technic").."/water_can.lua")
+dofile(minetest.get_modpath("technic").."/flashlight.lua")
+dofile(minetest.get_modpath("technic").."/cans.lua")
 
 
 function has_locked_chest_privilege(meta, player)

--
Gitblit v1.8.0