mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-14 22:00:20 +02:00
* Replace minetestforfun_game by latest minetest_game stable (0.4.16) as a submodule.
- Customizations made by MFF are moved to other mods. This would permit next upgrades to be more easier. - Cherry trees moved to cherry_tree mod as a submodule maintained by sys4-fr. - Custom MFF beds, boats, buckets, liquid sources, fences, tools, meze and other nodes/craft definitions moved to nalc mod. - Move nyancat mod to mods folder because nyancats no longer exist in minetest_game. * Move colouredstonebricks mod as a submodule * Move farming redo mod as a submodule * Move h2omes mod as a submodule * Add missing mobs_dung and mese_dragon_inv textures * Move moreblocks mod as a submodule * Move moreores mod as a submodule * Move pipeworks mod as a submodule * Move player_physics mod as a submodule * Fix unified_inventory mod (depends.txt) * Remove definitively watershed mod that was never used in NALC
This commit is contained in:
34
.gitmodules
vendored
34
.gitmodules
vendored
@ -16,9 +16,6 @@
|
||||
[submodule "mods/minercantile"]
|
||||
path = mods/minercantile
|
||||
url = https://github.com/MinetestForFun/minercantile.git
|
||||
[submodule "minetestforfun_game/mods/stacktraceplus"]
|
||||
path = mods/stacktraceplus
|
||||
url = https://github.com/MinetestForFun/stacktraceplus.git
|
||||
[submodule "mods/profilerdumper"]
|
||||
path = mods/profilerdumper
|
||||
url = https://github.com/MinetestForFun/profilerdumper.git
|
||||
@ -114,3 +111,34 @@
|
||||
path = mods/mobs
|
||||
url = https://github.com/sys4-fr/mobs_redo.git
|
||||
branch = nalc
|
||||
[submodule "mods/moreblocks"]
|
||||
path = mods/moreblocks
|
||||
url = https://github.com/minetest-mods/moreblocks.git
|
||||
[submodule "mods/colouredstonebricks"]
|
||||
path = mods/colouredstonebricks
|
||||
url = https://github.com/davisonio/colouredstonebricks.git
|
||||
[submodule "mods/pipeworks"]
|
||||
path = mods/pipeworks
|
||||
url = https://github.com/minetest-mods/pipeworks.git
|
||||
[submodule "mods/h2omes"]
|
||||
path = mods/h2omes
|
||||
url = https://github.com/MinetestForFun/h2omes.git
|
||||
[submodule "mods/player_physics"]
|
||||
path = mods/player_physics
|
||||
url = https://github.com/MinetestForFun/player_physics.git
|
||||
[submodule "mods/farming"]
|
||||
path = mods/farming
|
||||
url = https://github.com/sys4-fr/farming.git
|
||||
[submodule "mods/moreores"]
|
||||
path = mods/moreores
|
||||
url = https://github.com/minetest-mods/moreores.git
|
||||
[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
|
||||
|
Reference in New Issue
Block a user