18 lines
146 B
Lua
18 lines
146 B
Lua
local modpath = minetest.get_modpath(minetest.get_current_modname())
|
|
dofile(modpath.."/nodes.lua")
|
|
dofile(modpath.."/crafting.lua")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|