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

@@ -227,6 +227,7 @@ void SoundEngine::init( Minecraft* mc, Options* options )
sounds.add( "random.eat", _pp("eat1"));
sounds.add( "random.eat", _pp("eat2"));
sounds.add( "random.eat", _pp("eat3"));
sounds.add( "random.burp", _pp("burp1"));
sounds.add( "random.fuse", _pp("fuse"));
sounds.add( "step.cloth", _pp("cloth1"));