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