From 6a67be6139c842a0160fecde881bce082aeb4f84 Mon Sep 17 00:00:00 2001
From: Maciej Kasatkin <mk@realbadangel.pl>
Date: Thu, 11 Oct 2012 17:57:21 +0200
Subject: [PATCH] Added initial flashlight definitions

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

diff --git a/init.lua b/init.lua
index 95a519f..5504b29 100644
--- a/init.lua
+++ b/init.lua
@@ -44,7 +44,7 @@
 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").."/flashlight.lua")
 dofile(minetest.get_modpath("technic").."/water_can.lua")
 
 

--
Gitblit v1.8.0