From a627a3a261ccb07bbdd5c01d13db912c94f5763f Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Mon, 2 Jul 2012 19:51:31 +0000 Subject: Leaves decay adjusted to 4 blocks in between the leaves and the log, instead of previous 3 git-svn-id: http://mc-server.googlecode.com/svn/trunk@645 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cChunk.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/cChunk.cpp b/source/cChunk.cpp index 6c9165b30..cd94e3413 100644 --- a/source/cChunk.cpp +++ b/source/cChunk.cpp @@ -41,8 +41,8 @@ -// Leaves can be this many blocks that away from the log not to decay -#define LEAVES_CHECK_DISTANCE 4 +// Leaves can be this many blocks that away (inclusive) from the log not to decay +#define LEAVES_CHECK_DISTANCE 5 -- cgit v1.2.3