mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-02-02 21:30:20 +01:00
[time_regulation] Add mod (disabled by default)
- For MinetestForFun/server-minetestforfun-skyblock#79
This commit is contained in:
parent
b88ef609db
commit
2ab52cc037
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -10,3 +10,6 @@
|
||||
[submodule "mods/irc_modpack"]
|
||||
path = mods/irc_modpack
|
||||
url = https://github.com/MinetestForFun/irc_modpack.git
|
||||
[submodule "mods/time_regulation"]
|
||||
path = mods/time_regulation
|
||||
url = git://github.com/MinetestForFun/time_regulation.git
|
||||
|
@ -116,6 +116,8 @@ mesecon.overheat_max = 60
|
||||
mapfix_default_size = 40
|
||||
mapfix_max_size = 50
|
||||
mapfix_delay = 5
|
||||
# TIME REGULATION - Disabled by default
|
||||
disable_time_regulation = true
|
||||
|
||||
### IRC CHAT ###
|
||||
################
|
||||
|
1
mods/time_regulation
Submodule
1
mods/time_regulation
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit c017cbc433e5310663d81608cfb8772804835502
|
@ -203,6 +203,7 @@ load_mod_death_messages = true
|
||||
load_mod_shutdown = true
|
||||
load_mod_irc = true
|
||||
load_mod_irc_commands = true
|
||||
load_mod_time_regulation = true
|
||||
|
||||
load_mod_soundset = true
|
||||
load_mod_ambience = true
|
||||
|
Loading…
Reference in New Issue
Block a user