Reworked power tools, new drills

This commit is contained in:
RealBadAngel
2013-02-21 22:01:49 +01:00
parent 671ba32e5a
commit e23f87d20c
21 changed files with 648 additions and 302 deletions

View File

@ -1,9 +1,11 @@
-- Minetest 0.4.4 : technic
-- Minetest 0.4.4d1 : technic
modpath=minetest.get_modpath("technic")
--Read technic config file
dofile(modpath.."/config.lua")
--helper functions
dofile(modpath.."/helpers.lua")
-- world gen
dofile(modpath.."/ores.lua")