minetest-mm/mods-old/claycrafter/init.lua

7 lines
185 B
Lua
Raw Normal View History

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