1
0
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:
sys4-fr
2017-12-02 14:58:14 +01:00
parent 8b2823374e
commit 618d5f5daf
70 changed files with 67 additions and 1910 deletions

View File

@ -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)