From f48f6869303ab331600efaf9ec5796c238180106 Mon Sep 17 00:00:00 2001 From: BlockMen Date: Sat, 27 Sep 2014 18:16:26 +0200 Subject: Add optional framed glasslike drawtype --- minetest.conf.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'minetest.conf.example') diff --git a/minetest.conf.example b/minetest.conf.example index 689596fc0..3e7689c76 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -101,6 +101,8 @@ #liquid_update = 1.0 # Enable nice leaves; disable for speed #new_style_leaves = true +# Connects glass if supported by node +#connected_glass = false # Enable smooth lighting with simple ambient occlusion; # disable for speed or for different looks. #smooth_lighting = true -- cgit v1.2.3