mirror of
https://repo.or.cz/minetest_hudbars.git
synced 2024-11-10 01:03:50 +01:00
Add support for glooptest
This commit is contained in:
parent
f96ca6d65f
commit
b4e2816db6
@ -70,4 +70,8 @@ if minetest.get_modpath("fishing") ~= nil then
|
|||||||
overwrite("fishing:fish", 4)
|
overwrite("fishing:fish", 4)
|
||||||
overwrite("fishing:sushi", 6)
|
overwrite("fishing:sushi", 6)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if minetest.get_modpath("glooptest") ~= nil then
|
||||||
|
overwrite("glooptest:kalite_lump", 1)
|
||||||
|
end
|
||||||
end)
|
end)
|
||||||
|
Loading…
Reference in New Issue
Block a user