1
0

Add clicks, exp subtraction, item check, ...

This commit is contained in:
Howaner
2014-05-03 23:42:26 +02:00
parent 6ac332cd06
commit 7fe6e40bf7
7 changed files with 210 additions and 18 deletions

View File

@@ -254,6 +254,10 @@ void cSandSimulator::FinishFalling(
{
// Rematerialize the material here:
a_World->SetBlock(a_BlockX, a_BlockY, a_BlockZ, a_FallingBlockType, a_FallingBlockMeta);
if (a_FallingBlockType == E_BLOCK_ANVIL)
{
a_World->BroadcastSoundParticleEffect(1022, a_BlockX, a_BlockY, a_BlockZ, 0);
}
return;
}