summaryrefslogtreecommitdiffstats
path: root/source/Simulator/SandSimulator.cpp
diff options
context:
space:
mode:
authornielsbreu@gmail.com <nielsbreu@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-06-10 21:00:18 +0200
committernielsbreu@gmail.com <nielsbreu@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-06-10 21:00:18 +0200
commit9280e355de4c9c13ba0e222cfec506aca867edb1 (patch)
tree8d95b6a02f2e607cbfa64314d145e304b5150540 /source/Simulator/SandSimulator.cpp
parentProtectinoAreas: Configuratino is now loaded from an INI file (diff)
downloadcuberite-9280e355de4c9c13ba0e222cfec506aca867edb1.tar
cuberite-9280e355de4c9c13ba0e222cfec506aca867edb1.tar.gz
cuberite-9280e355de4c9c13ba0e222cfec506aca867edb1.tar.bz2
cuberite-9280e355de4c9c13ba0e222cfec506aca867edb1.tar.lz
cuberite-9280e355de4c9c13ba0e222cfec506aca867edb1.tar.xz
cuberite-9280e355de4c9c13ba0e222cfec506aca867edb1.tar.zst
cuberite-9280e355de4c9c13ba0e222cfec506aca867edb1.zip
Diffstat (limited to 'source/Simulator/SandSimulator.cpp')
-rw-r--r--source/Simulator/SandSimulator.cpp1
1 files changed, 1 insertions, 0 deletions
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;
}