Play sound when brewing is complete
This commit is contained in:
parent
f5d24746d6
commit
4fde622e2d
@ -140,6 +140,7 @@ bool cBrewingstandEntity::Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk)
|
||||
}
|
||||
|
||||
// Brewing process completed
|
||||
m_World->BroadcastSoundEffect("block.brewing_stand.brew", m_Pos, 1.0f, 1.0f);
|
||||
cPluginManager::Get()->CallHookBrewingCompleted(*m_World, *this);
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user