ShadowNinja
2013-10-06 363f0332788e04e2e4bb63af5cd21fac5ae56ae5
commit | author | age
5d470c 1 local path = technic.modpath.."/tools"
S 2
ee0765 3 if technic.config:get_bool("enable_mining_drill") then
5d470c 4     dofile(path.."/mining_drill.lua")
S 5 end
ee0765 6 if technic.config:get_bool("enable_mining_laser") then
5d470c 7     dofile(path.."/mining_laser_mk1.lua")
S 8 end
ee0765 9 if technic.config:get_bool("enable_flashlight") then
5d470c 10     dofile(path.."/flashlight.lua")
S 11 end
12 dofile(path.."/cans.lua")
13 dofile(path.."/chainsaw.lua")
14 dofile(path.."/tree_tap.lua")
15 dofile(path.."/sonic_screwdriver.lua")
16