1
0

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:
nielsbreu@gmail.com 2013-06-10 19:00:18 +00:00
parent e3713be451
commit 9280e355de

View File

@ -79,6 +79,7 @@ bool cSandSimulator::IsAllowedBlock(BLOCKTYPE a_BlockType)
case E_BLOCK_SAND:
case E_BLOCK_GRAVEL:
case E_BLOCK_ANVIL:
case E_BLOCK_DRAGON_EGG:
{
return true;
}