mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-13 14:00:32 +01:00
[minetest_game] Upgrade minetest game submodule to branch backport-0.4
This commit is contained in:
parent
cfac0a37c8
commit
4f8bd24cf1
8
.gitmodules
vendored
8
.gitmodules
vendored
|
@ -120,10 +120,6 @@
|
|||
[submodule "mods/stacktraceplus"]
|
||||
path = mods/stacktraceplus
|
||||
url = https://github.com/MinetestForFun/stacktraceplus.git
|
||||
[submodule "minetestforfun_game"]
|
||||
path = minetestforfun_game
|
||||
url = https://github.com/sys4-fr/minetest_game.git
|
||||
branch = nalc
|
||||
[submodule "mods/cherry_tree"]
|
||||
path = mods/cherry_tree
|
||||
url = https://github.com/sys4-fr/cherry_tree.git
|
||||
|
@ -150,3 +146,7 @@
|
|||
[submodule "mods/item_drop"]
|
||||
path = mods/item_drop
|
||||
url = https://github.com/tacotexmex/item_drop.git
|
||||
[submodule "minetest_game"]
|
||||
path = minetest_game
|
||||
url = https://github.com/minetest/minetest_game.git
|
||||
branch = backport-0.4
|
||||
|
|
1
minetest_game
Submodule
1
minetest_game
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 7a4b1e0ce13750904e56938d3414ef60093a2b6e
|
|
@ -1 +0,0 @@
|
|||
Subproject commit d5b9fee6fe2c3c09678851d047e6f05d71f01e55
|
|
@ -18,7 +18,7 @@ while true
|
|||
/home/vincent/jeux/mff/bin/minetestserver \
|
||||
--world /home/vincent/jeux/mff/worlds/minetestforfun/ \
|
||||
--config /home/vincent/jeux/mff/minetest.conf \
|
||||
--gameid minetestforfun_game \
|
||||
--gameid minetest_game \
|
||||
--port 30002 \
|
||||
# --logfile $DEBUG
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
gameid = minetestforfun_game
|
||||
gameid = minetest_game
|
||||
backend = redis
|
||||
redis_hash = mff_sys4
|
||||
redis_address = localhost
|
||||
|
|
Loading…
Reference in New Issue
Block a user