claycrafter/init.lua

10 lines
268 B
Lua
Raw Permalink Normal View History

2016-02-06 17:43:54 -05:00
local modpath = minetest.get_modpath("claycrafter")
2016-02-06 17:43:54 -05:00
-- TODO: Investigate function to automatically get mod name.
2016-02-06 17:43:54 -05:00
dofile(modpath .. "/items.lua")
dofile(modpath .. "/recipes.lua")
dofile(modpath .. "/claycrafter.lua")
minetest.log("action", "[claycrafter] loaded.")