From 573c03b896cb166d54697344dcba6d315f8bf4e0 Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Sat, 1 Oct 2011 07:58:08 +0800 Subject: [PATCH] Add 'fence-to-block-join' example to configuration.txt --- src/main/resources/configuration.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/configuration.txt b/src/main/resources/configuration.txt index 4fc82f77..a145ba9f 100644 --- a/src/main/resources/configuration.txt +++ b/src/main/resources/configuration.txt @@ -245,6 +245,9 @@ enabletilehash: true # Optional - hide ores: render as normal stone (so that they aren't revealed by maps) #hideores: true +# Optional - control rendering of fences (joining to blocks, as in 1.9+) - default is true for 1.9+, false for 1.8.x +#fence-to-block-join: true + render-triggers: #- chunkloaded #- playermove