7 lines
185 B
Lua
7 lines
185 B
Lua
|
local modpath = minetest.get_modpath("claycrafter")
|
||
|
|
||
|
-- TODO: Investigate function to automatically get mod name.
|
||
|
|
||
|
dofile(modpath .. "/items.lua")
|
||
|
dofile(modpath .. "/claycrafter.lua")
|