mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +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:
@ -126,7 +126,6 @@ load_mod_pipeworks = true
|
||||
load_mod_factions = true
|
||||
load_mod_invtweak = true
|
||||
|
||||
load_mod_carts = true
|
||||
load_mod_sponge = true
|
||||
|
||||
load_mod_mobs = true
|
||||
@ -175,7 +174,6 @@ load_mod_cozy = true
|
||||
load_mod_unified_inventory = true
|
||||
load_mod_inventory_icon = true
|
||||
load_mod_u_skins = true
|
||||
load_mod_bones = true
|
||||
load_mod_item_drop = true
|
||||
|
||||
load_mod_mff_core = true
|
||||
@ -219,6 +217,8 @@ load_mod_shutdown = true
|
||||
load_mod_irc = false
|
||||
load_mod_irc_commands = false
|
||||
load_mod_time_regulation = true
|
||||
load_mod_h2omes = true
|
||||
load_mod_player_physics = true
|
||||
|
||||
load_mod_soundset = true
|
||||
load_mod_ambience = true
|
||||
@ -269,6 +269,9 @@ load_mod_lightning = true
|
||||
|
||||
load_mod_bakedclay = true
|
||||
|
||||
load_mod_farming = true
|
||||
load_mod_moreores = true
|
||||
|
||||
load_mod_moreflowers = true
|
||||
load_mod_morefarming = true
|
||||
|
||||
@ -280,4 +283,7 @@ load_mod_cotton = true
|
||||
load_mod_camera = true
|
||||
load_mod_claycrafter = true
|
||||
load_mod_snowdrift = true
|
||||
load_mod_nyancat = true
|
||||
load_mod_cherry_tree = true
|
||||
|
||||
player_backend = files
|
||||
|
Reference in New Issue
Block a user