1
0

Fixed water from ice and removed packed ice drop.

This commit is contained in:
Howaner
2014-07-31 18:41:48 +02:00
parent 5a1f9e5044
commit bffad50436
2 changed files with 13 additions and 2 deletions

View File

@@ -578,6 +578,7 @@ bool cItemHandler::CanHarvestBlock(BLOCKTYPE a_BlockType)
case E_BLOCK_LAPIS_BLOCK:
case E_BLOCK_SNOW:
case E_BLOCK_VINES:
case E_BLOCK_PACKED_ICE:
{
return false;
}