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

@@ -129,6 +129,7 @@ public class SoundPlayer
new SoundId(R.raw.eat1, "random.eat"),
new SoundId(R.raw.eat2, "random.eat"),
new SoundId(R.raw.eat3, "random.eat"),
new SoundId(R.raw.burp1, "random.burp"),
new SoundId(R.raw.fuse, "random.fuse"),
new SoundId(R.raw.zpig1, "mob.zombiepig.zpig"),