From c362f4ad99cadf2952706c0811ffe0591f14e24c Mon Sep 17 00:00:00 2001
From: Maciej Kasatkin <mk@realbadangel.pl>
Date: Tue, 23 Oct 2012 04:37:45 +0200
Subject: [PATCH] Fixes to laser

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

diff --git a/init.lua b/init.lua
index 5504b29..b81371a 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")
@@ -43,9 +42,12 @@
 dofile(minetest.get_modpath("technic").."/sonic_screwdriver.lua")
 dofile(minetest.get_modpath("technic").."/node_breaker.lua")
 dofile(minetest.get_modpath("technic").."/deployer.lua")
+dofile(minetest.get_modpath("technic").."/constructor.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")
+dofile(minetest.get_modpath("technic").."/chainsaw.lua")
+dofile(minetest.get_modpath("technic").."/item_drop.lua")
 
 
 function has_locked_chest_privilege(meta, player)

--
Gitblit v1.8.0