From ce11c6b2bd56f976664e7b416204b9128ca780b1 Mon Sep 17 00:00:00 2001 From: faketruth Date: Mon, 23 Jan 2012 15:11:45 +0000 Subject: Cactus towers can be destroyed by removing the bottom block Added checks whether flowers/mushrooms/saplings can be placed on surface Added checks for cactus to see if it's allowed to be placed Fluids now wash away certain items (flower, sapling, cactus) git-svn-id: http://mc-server.googlecode.com/svn/trunk@169 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cChunk.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source/cChunk.cpp') diff --git a/source/cChunk.cpp b/source/cChunk.cpp index 3af1b0ff3..7eb296abb 100644 --- a/source/cChunk.cpp +++ b/source/cChunk.cpp @@ -268,6 +268,7 @@ void cChunk::Tick(float a_Dt) { isRedstone = true; } + case E_BLOCK_CACTUS: case E_BLOCK_REEDS: case E_BLOCK_WOODEN_PRESSURE_PLATE: case E_BLOCK_STONE_PRESSURE_PLATE: -- cgit v1.2.3