Added dragon egg to falling blocks.
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1577 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
e3713be451
commit
9280e355de
@ -79,6 +79,7 @@ bool cSandSimulator::IsAllowedBlock(BLOCKTYPE a_BlockType)
|
|||||||
case E_BLOCK_SAND:
|
case E_BLOCK_SAND:
|
||||||
case E_BLOCK_GRAVEL:
|
case E_BLOCK_GRAVEL:
|
||||||
case E_BLOCK_ANVIL:
|
case E_BLOCK_ANVIL:
|
||||||
|
case E_BLOCK_DRAGON_EGG:
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user