1
0
Fork 0

Presimulator finisher now drops sand and gravel through fire blocks as well

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1238 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2013-03-02 17:08:58 +00:00
parent 91a84a05f5
commit 7cd7ec2ddf
1 changed files with 1 additions and 0 deletions

View File

@ -441,6 +441,7 @@ void cFinishGenPreSimulator::CollapseSandGravel(
break;
}
case E_BLOCK_AIR:
case E_BLOCK_FIRE:
case E_BLOCK_WATER:
case E_BLOCK_STATIONARY_WATER:
case E_BLOCK_LAVA: