1
0
Fork 0

Disabled mobspawner itemdrop.

This commit is contained in:
Howaner 2014-09-12 15:59:46 +02:00
parent a1716bb415
commit 3f000deb3b
1 changed files with 1 additions and 0 deletions

View File

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