1
0

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
This commit is contained in:
madmaxoft@gmail.com 2012-07-02 19:51:31 +00:00
parent 919f896894
commit a627a3a261

View File

@ -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