1
0

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
This commit is contained in:
faketruth
2012-01-23 15:11:45 +00:00
parent 796a9e356e
commit ce11c6b2bd
4 changed files with 89 additions and 4 deletions

View File

@@ -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: