2016-02-06 17:43:54 -05:00
|
|
|
local modpath = minetest.get_modpath("claycrafter")
|
2016-01-13 01:04:18 -03:00
|
|
|
|
2016-02-06 17:43:54 -05:00
|
|
|
-- TODO: Investigate function to automatically get mod name.
|
2016-01-13 01:04:18 -03:00
|
|
|
|
2016-02-06 17:43:54 -05:00
|
|
|
dofile(modpath .. "/items.lua")
|
|
|
|
dofile(modpath .. "/recipes.lua")
|
|
|
|
dofile(modpath .. "/claycrafter.lua")
|
2018-12-24 13:02:34 +01:00
|
|
|
|
|
|
|
minetest.log("action", "[claycrafter] loaded.")
|