Add support for glooptest

This commit is contained in:
BlockMen 2013-07-03 15:14:50 +02:00
parent f96ca6d65f
commit b4e2816db6
1 changed files with 4 additions and 0 deletions

View File

@ -70,4 +70,8 @@ if minetest.get_modpath("fishing") ~= nil then
overwrite("fishing:fish", 4)
overwrite("fishing:sushi", 6)
end
if minetest.get_modpath("glooptest") ~= nil then
overwrite("glooptest:kalite_lump", 1)
end
end)