minetest-mm/mods/claycrafter/init.lua
2020-12-22 17:19:05 +01:00

6 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")