From a58274dc3611af5dc7cada6da28b868ec809a21e Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Sun, 28 Apr 2019 21:03:13 -0400 Subject: [PATCH] make mobs immortal --- patches/subgame/minetest.LAN-client-example.conf | 1 + patches/subgame/minetest.client-example.conf | 1 + patches/subgame/minetest.server-example.conf | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/patches/subgame/minetest.LAN-client-example.conf b/patches/subgame/minetest.LAN-client-example.conf index 216c89d..fafbcda 100644 --- a/patches/subgame/minetest.LAN-client-example.conf +++ b/patches/subgame/minetest.LAN-client-example.conf @@ -1,3 +1,4 @@ +lifetimer = 20000 maintab_LAST = online fallback_font_size = 22 # address = fcalocal diff --git a/patches/subgame/minetest.client-example.conf b/patches/subgame/minetest.client-example.conf index 189726e..98018e2 100644 --- a/patches/subgame/minetest.client-example.conf +++ b/patches/subgame/minetest.client-example.conf @@ -1,4 +1,5 @@ # address = +lifetimer = 20000 ambient_occlusion_gamma = 2.2 anisotropic_filter = true cinematic = true diff --git a/patches/subgame/minetest.server-example.conf b/patches/subgame/minetest.server-example.conf index 4a26f2e..1894d15 100644 --- a/patches/subgame/minetest.server-example.conf +++ b/patches/subgame/minetest.server-example.conf @@ -1,12 +1,13 @@ # In case user of an Enliven server wants to start their own server via the graphical user interface: - # This file should be considered unimportant in Final Minetest, as now # the server configuration can be done on a per-world basis. However, # The CenterOfTheSun server overrides the settings below. # See "EnlivenMinetest/overrides/worlds/CenterOfTheSun/world.conf" # instead. +lifetimer = 20000 + protector_radius = 7 protector_flip = true protector_pvp = true