mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-03-31 09:40:43 +02: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"]
|
[submodule "mods/stacktraceplus"]
|
||||||
path = mods/stacktraceplus
|
path = mods/stacktraceplus
|
||||||
url = https://github.com/MinetestForFun/stacktraceplus.git
|
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"]
|
[submodule "mods/cherry_tree"]
|
||||||
path = mods/cherry_tree
|
path = mods/cherry_tree
|
||||||
url = https://github.com/sys4-fr/cherry_tree.git
|
url = https://github.com/sys4-fr/cherry_tree.git
|
||||||
@ -150,3 +146,7 @@
|
|||||||
[submodule "mods/item_drop"]
|
[submodule "mods/item_drop"]
|
||||||
path = mods/item_drop
|
path = mods/item_drop
|
||||||
url = https://github.com/tacotexmex/item_drop.git
|
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 \
|
/home/vincent/jeux/mff/bin/minetestserver \
|
||||||
--world /home/vincent/jeux/mff/worlds/minetestforfun/ \
|
--world /home/vincent/jeux/mff/worlds/minetestforfun/ \
|
||||||
--config /home/vincent/jeux/mff/minetest.conf \
|
--config /home/vincent/jeux/mff/minetest.conf \
|
||||||
--gameid minetestforfun_game \
|
--gameid minetest_game \
|
||||||
--port 30002 \
|
--port 30002 \
|
||||||
# --logfile $DEBUG
|
# --logfile $DEBUG
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
gameid = minetestforfun_game
|
gameid = minetest_game
|
||||||
backend = redis
|
backend = redis
|
||||||
redis_hash = mff_sys4
|
redis_hash = mff_sys4
|
||||||
redis_address = localhost
|
redis_address = localhost
|
||||||
|
Loading…
x
Reference in New Issue
Block a user