forked from mtcontrib/claycrafter
2ab701933d
Merged recipes.lua into items.lua Added support for moreblocks' compressed dirt
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")
|