1
0
mirror of https://github.com/Dragonop/claycrafter.git synced 2025-01-10 09:50:16 +01:00
claycrafter/init.lua
Joaquin Villalba 2ab701933d
Moreblocks compatibility
Merged recipes.lua into items.lua
Added support for moreblocks' compressed dirt
2020-12-22 11:26:30 -03:00

7 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")