1
0
Fork 0

PreSimulator finisher should now drop blocks through water and lava (untested)

http://forum.mc-server.org/showthread.php?tid=409&pid=5728#pid5728

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1097 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2012-12-22 10:45:23 +00:00
parent b29af701b9
commit 186984e697
1 changed files with 4 additions and 0 deletions

View File

@ -441,6 +441,10 @@ void cFinishGenPreSimulator::CollapseSandGravel(
break;
}
case E_BLOCK_AIR:
case E_BLOCK_WATER:
case E_BLOCK_STATIONARY_WATER:
case E_BLOCK_LAVA:
case E_BLOCK_STATIONARY_LAVA:
{
// Do nothing
break;