Fluids will wash away crops and sugarcane.
git-svn-id: http://mc-server.googlecode.com/svn/trunk@980 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
1b4b905f75
commit
9a9f15eec6
@ -34,6 +34,7 @@ bool cFluidSimulator::CanWashAway(BLOCKTYPE a_BlockType)
|
||||
{
|
||||
case E_BLOCK_BROWN_MUSHROOM:
|
||||
case E_BLOCK_CACTUS:
|
||||
case E_BLOCK_CROPS:
|
||||
case E_BLOCK_DEAD_BUSH:
|
||||
case E_BLOCK_RAIL:
|
||||
case E_BLOCK_REDSTONE_TORCH_OFF:
|
||||
@ -42,6 +43,7 @@ bool cFluidSimulator::CanWashAway(BLOCKTYPE a_BlockType)
|
||||
case E_BLOCK_RED_MUSHROOM:
|
||||
case E_BLOCK_RED_ROSE:
|
||||
case E_BLOCK_SNOW:
|
||||
case E_BLOCK_SUGARCANE:
|
||||
case E_BLOCK_TALL_GRASS:
|
||||
case E_BLOCK_TORCH:
|
||||
case E_BLOCK_YELLOW_FLOWER:
|
||||
|
Loading…
Reference in New Issue
Block a user