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:
parent
b29af701b9
commit
186984e697
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user