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 |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/init.lua b/init.lua
index 5504b29..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")
@@ -45,7 +44,7 @@
 dofile(minetest.get_modpath("technic").."/deployer.lua")
 dofile(minetest.get_modpath("technic").."/tree_tap.lua")
 dofile(minetest.get_modpath("technic").."/flashlight.lua")
-dofile(minetest.get_modpath("technic").."/water_can.lua")
+dofile(minetest.get_modpath("technic").."/cans.lua")
 
 
 function has_locked_chest_privilege(meta, player)

--
Gitblit v1.8.0