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:
parent
91a84a05f5
commit
7cd7ec2ddf
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user