This commit is contained in:
Andrew Ward 2012-12-17 17:43:56 +00:00
parent ed0f8e255f
commit 9d35da3411
1 changed files with 2 additions and 0 deletions

View File

@ -11,8 +11,10 @@
print "Food [Support] - Initialising"
function node_implement(modname,n_ext,n_int,resultfunc)
if not minetest.get_modpath(modname) then
-- Mod is NOT installed
resultfunc()
else
-- Mod IS installed
minetest.register_alias(n_int,n_ext)
end
end