1
0
mirror of https://github.com/Dragonop/claycrafter.git synced 2024-12-25 18:20:17 +01:00
claycrafter/init.lua

8 lines
219 B
Lua
Raw Normal View History

2016-02-06 23:43:54 +01:00
local modpath = minetest.get_modpath("claycrafter")
2016-02-06 23:43:54 +01:00
-- TODO: Investigate function to automatically get mod name.
2016-02-06 23:43:54 +01:00
dofile(modpath .. "/items.lua")
dofile(modpath .. "/recipes.lua")
dofile(modpath .. "/claycrafter.lua")