2019-01-08 02:03:18 -05:00
|
|
|
-- LUALOCALS < ---------------------------------------------------------
|
2019-01-27 09:19:07 -05:00
|
|
|
local dofile, minetest
|
|
|
|
= dofile, minetest
|
2019-01-08 02:03:18 -05:00
|
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
|
|
|
|
local modname = minetest.get_current_modname()
|
2019-01-27 09:19:07 -05:00
|
|
|
local path = minetest.get_modpath(modname)
|
2019-01-08 02:03:18 -05:00
|
|
|
|
2019-01-27 09:19:07 -05:00
|
|
|
dofile(path .. "/ore.lua")
|
|
|
|
dofile(path .. "/metallurgy.lua")
|