11 lines
199 B
Lua
11 lines
199 B
Lua
|
|
--
|
|
-- Crafting mod
|
|
-- By Kaadmy, for Pixture
|
|
--
|
|
|
|
dofile(minetest.get_modpath("crafting").."/api.lua")
|
|
dofile(minetest.get_modpath("crafting").."/recipes.lua")
|
|
|
|
default.log("mod:crafting", "loaded")
|