2019-02-19 23:53:40 -05:00

12 lines
340 B
Lua

-- LUALOCALS < ---------------------------------------------------------
local include, minetest
= include, minetest
-- LUALOCALS > ---------------------------------------------------------
local modname = minetest.get_current_modname()
local path = minetest.get_modpath(modname)
include("ore")
include("metallurgy")
include("tools")