2016-02-06 23:43:54 +01:00
|
|
|
local modpath = minetest.get_modpath("claycrafter")
|
2016-01-13 05:04:18 +01:00
|
|
|
|
2016-02-06 23:43:54 +01:00
|
|
|
-- TODO: Investigate function to automatically get mod name.
|
2016-01-13 05:04:18 +01:00
|
|
|
|
2016-02-06 23:43:54 +01: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.")
|