mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-05 07:13:51 +01:00
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")
|