minetest-mm/mods/claycrafter/init.lua

7 lines
185 B
Lua
Raw Normal View History

2020-11-16 17:58:14 +01:00
local modpath = minetest.get_modpath("claycrafter")
-- TODO: Investigate function to automatically get mod name.
dofile(modpath .. "/items.lua")
dofile(modpath .. "/claycrafter.lua")