claycrafter/init.lua

9 lines
234 B
Lua
Raw Permalink Normal View History

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