diff --git a/source/Simulator/SandSimulator.cpp b/source/Simulator/SandSimulator.cpp index 6ba33a9c1..ed1a2bf52 100644 --- a/source/Simulator/SandSimulator.cpp +++ b/source/Simulator/SandSimulator.cpp @@ -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; }