forked from mtcontrib/claycrafter
9 lines
234 B
Lua
9 lines
234 B
Lua
local modpath = minetest.get_modpath("claycrafter")
|
|
|
|
-- TODO: Investigate function to automatically get mod name.
|
|
|
|
dofile(modpath .. "/items.lua")
|
|
dofile(modpath .. "/claycrafter.lua")
|
|
|
|
minetest.log("action", "[claycrafter] loaded.")
|