minetest-mm/mods-old/claycrafter/init.lua
2021-12-05 14:17:16 +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")