From 9280e355de4c9c13ba0e222cfec506aca867edb1 Mon Sep 17 00:00:00 2001 From: "nielsbreu@gmail.com" Date: Mon, 10 Jun 2013 19:00:18 +0000 Subject: Added dragon egg to falling blocks. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1577 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Simulator/SandSimulator.cpp | 1 + 1 file changed, 1 insertion(+) 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; } -- cgit v1.2.3