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:
parent
919f896894
commit
a627a3a261
@ -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
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user