Added initial flashlight definitions

This commit is contained in:
Maciej Kasatkin
2012-10-11 17:57:21 +02:00
parent 2f7d6bb35b
commit 6a67be6139
3 changed files with 6 additions and 6 deletions

View File

@ -44,7 +44,7 @@ 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").."/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")