added missing audio random.burp when finishing a food item

This commit is contained in:
SAS_OP
2026-03-25 06:07:49 +03:00
parent cbd81b47ce
commit 88ef7f3d17
6 changed files with 2419 additions and 0 deletions

View File

@@ -144,6 +144,7 @@ void SoundEngine::init( Minecraft* mc, Options* options )
sounds.add("random.eat", SA_eat1);
sounds.add("random.eat", SA_eat2);
sounds.add("random.eat", SA_eat3);
sounds.add("random.burp", SA_burp1);
sounds.add("random.fuse", SA_fuse);
#endif