read configuration

master
A. Demant 2019-02-04 15:50:55 +01:00
parent e65c14e848
commit 3cf2c80c91
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ minetest.log("action", "[MOD]"..minetest.get_current_modname().." -- start loadi
-- import settingtypes.txt
basic_functions.import_settingtype(md_technic.path .. "/settingtypes.txt")
dofile(md_technic.path .. "/config.lua")
dofile(md_technic.path .. "/furnace.lua")
dofile(md_technic.path .. "/smelter.lua")
if technic ~= nil then