Zefram
2014-08-14 6cc471e986c694298716c257528c653395bd757d
technic/tools/init.lua
@@ -4,7 +4,7 @@
   dofile(path.."/mining_drill.lua")
end
if technic.config:get_bool("enable_mining_laser") then
   dofile(path.."/mining_laser_mk1.lua")
   dofile(path.."/mining_lasers.lua")
end
if technic.config:get_bool("enable_flashlight") then
   dofile(path.."/flashlight.lua")
@@ -13,4 +13,10 @@
dofile(path.."/chainsaw.lua")
dofile(path.."/tree_tap.lua")
dofile(path.."/sonic_screwdriver.lua")
dofile(path.."/prospector.lua")
if minetest.get_modpath("screwdriver") then
   -- compatibility alias
   minetest.register_alias("technic:screwdriver", "screwdriver:screwdriver")
end