1
0
mirror of https://github.com/Dragonop/claycrafter.git synced 2025-01-11 18:30:18 +01:00
claycrafter/init.lua
2016-02-06 17:43:54 -05:00

9 lines
260 B
Lua

local modpath = minetest.get_modpath("claycrafter")
-- TODO: Investigate function to automatically get mod name.
dofile(modpath .. "/items.lua")
dofile(modpath .. "/recipes.lua")
dofile(modpath .. "/claycrafter.lua")
dofile(modpath .. "/glass_of_water.lua")