mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-07 10:20:43 +02:00
Update darkage mod as a submodule from davisonio repository
Fix aliases (beds, doors3) Add lily_pad wich no longer exist in minetest_game
This commit is contained in:
@ -18,7 +18,7 @@ dofile(modpath.."/tools.lua")
|
||||
local mods = {"witchcraft", "cotton", "technic",
|
||||
"beds", "boats", "bucket",
|
||||
"nyancat", "moreores", "moreblocks",
|
||||
"maptools", "doors"
|
||||
"maptools", "doors", "flowers"
|
||||
}
|
||||
|
||||
for _,mod in ipairs(mods) do
|
||||
@ -35,7 +35,7 @@ if minetest.get_modpath("quests") and quests then
|
||||
if not player then return end
|
||||
|
||||
minetest.after(
|
||||
2,
|
||||
3,
|
||||
function(playername)
|
||||
quests.hud[playername].autohide = false
|
||||
quests.hide_hud(playername)
|
||||
|
Reference in New Issue
Block a user