Elkien3 bc20045705 Fixed Redundant Folder
Now there wont be two "kingdoms_game"folders
2017-09-18 07:57:27 -05:00

9 lines
219 B
Lua

minetest.register_craft({
output = "default:coal_lump",
type = "cooking",
cooktime = 15,
recipe = "group:tree"
})
local modpath = minetest.get_modpath(minetest.get_current_modname() )
dofile(modpath.."/graveldirt.lua")