forked from VoxeLibre/VoxeLibre
6 lines
156 B
Lua
6 lines
156 B
Lua
|
local modname = minetest.get_current_modname()
|
||
|
local modpath = minetest.get_modpath(modname)
|
||
|
|
||
|
dofile(modpath.."/nodes.lua")
|
||
|
dofile(modpath.."/recipes.lua")
|