mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 07:40:37 +02:00
Reworked power tools, new drills
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user