mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
add flat world and carbone-ng default
This commit is contained in:
parent
7d4bd29111
commit
9b0d863208
6 changed files with 79 additions and 17 deletions
|
@ -9,7 +9,7 @@ server_name = Internet in a Box Minetest Server
|
|||
server_announce = false
|
||||
|
||||
# Default game (default when creating a new world)
|
||||
default_game = minetest
|
||||
default_game = {{ minetest_default_game }}
|
||||
|
||||
# Maximum number of players connected simultaneously
|
||||
max_users = 15
|
||||
|
@ -30,3 +30,7 @@ default_privs = interact, shout, teleport, settime, privs
|
|||
# For mods
|
||||
spawn_friendly_mobs = true
|
||||
spawn_hostile_mobs = false
|
||||
|
||||
{% if minetest_flat_world %}
|
||||
mg_name = flat
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue