Added Flashlight

This commit is contained in:
Maciej Kasatkin
2012-10-14 23:36:34 +02:00
parent 3f61321cbe
commit a1fa7c2c36
15 changed files with 237 additions and 1300 deletions

View File

@ -24,7 +24,6 @@ dofile(minetest.get_modpath("technic").."/electric_furnace.lua")
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")