e78ba700a1
Started flattening recipes.
11 lines
345 B
Lua
11 lines
345 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local dofile, minetest
|
|
= dofile, minetest
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
local modname = minetest.get_current_modname()
|
|
local path = minetest.get_modpath(modname)
|
|
|
|
dofile(path .. "/ore.lua")
|
|
dofile(path .. "/metallurgy.lua")
|