From 4d846a6f82032f98e5f607029d4ecdee790f040c Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Tue, 12 May 2020 08:57:49 -0400 Subject: [PATCH] Enable 3D torches by default in the server example minetest.conf. resolves #400 --- patches/subgame/minetest.server-example.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/patches/subgame/minetest.server-example.conf b/patches/subgame/minetest.server-example.conf index 145786f..c7b2ac2 100644 --- a/patches/subgame/minetest.server-example.conf +++ b/patches/subgame/minetest.server-example.conf @@ -23,6 +23,8 @@ night_time_speed = 60 # sprint_stamina_drain = .5 bones_position_message = true +enable_3d_torches = true +# ^ enable_3d_torches converts nodes, so it must remain `true` after used. # Set this in world.conf if using codercore/fallback_spawn # static_spawnpoint = 0, 11, 0