sounds.json


Info

sounds.json (sound_definitions.json in Pocket Edition Pocket Edition Author(s) Mojang AB Jens Bergensten Aron Nieminen Daniel Kaplan Tommaso Checchi Shoghi Cervantes Jason Major Daniel Wustenhoff Tomas Alaeus Mikael "Slicedlime" Hedberg @@@#@@@Microsoft(microsoft.com)###@### Studios 1] Platform(s) Written in C++ 2] Latest version 1.1.2 minecraft ) is a file used by the sound system in resource packs See the system to customize assets since 1.6.1. For the system used before 1.6.1, see Texture pack. The default textures, with a custom resource pack (DokuCraft) in the center. The resource pack minecraft which tells the sound system what sound files to play when a sound event is triggered by one or more in-game events. This file is located in assets/minecraft in resource packs, and the default file is located in .minecraft/assets/objects minecraft/assets/objects on a Mac or .../assets/resource_packs/vanilla/sounds on Pocket Edition, and its hashed name can be found by looking it up in the file .minecraft/assets/indexes/version>.json.

File structure

This file is stored in JSON format, but is represented here using NBT.


  • The root Object.

    • A sound event. The name of this Object is the name of the sound event, which is usually patterned after its path (such as "random.break"). All default sound events are listed in the table below.

      • category (deprecated as of 1.10+): The category this sound event belongs to. Valid category names are "ambient", "weather", "player", "neutral", "hostile", "block", "record", "music", "master" and "voice". This String lets the sound system know what sound events belong to what category, so the volume can be adjusted based on what the sound options are set to for each category.

      • replace: true/false. Used only in resource packs. True if the sounds listed in sounds should replace the sounds listed in the default sounds.json for this sound event. False if the sounds listed should be added to the list of default sounds. Optional. If undefined, defaults to "false". In versions prior to 1.7.6-pre1, this String is ignored due to a bug.

      • subtitle: Will be translated as the subtitle of the sound if Show Subtitles is enabled ingame. Optional.

      • sounds: The sound files this sound event uses. One of the listed sounds is randomly selected to play when this sound event is triggered. Optional.

        • The path to a sound file from the "sounds" folder. Uses forward slashes.

        • A sound file. This Object is used only when the sound requires additional Strings.

          • name: The path to this sound file from the "sounds" folder. Uses forward slashes instead of backslashes. May also be the name of another sound event.

          • volume: The volume this sound will be played at. Value is a decimal between 0.0 and 1.0. If undefined, defaults to 1.0.

          • pitch: Plays the pitch at the specified value. If undefined, defaults to 1.0, but higher and lower values can be chosen.

          • weight: The chance that this sound will be selected to play when this sound event is triggered. Defaults to 1. An example: putting 2 in for the value would be like placing in the name twice. Only accepts integers.

          • stream: true/false. True if this sound should be streamed from its file. It is recommended that this is set to "true" for sounds that have a duration longer than a few seconds to avoid lag. Used for all sounds in the "music" and "record" categories (except Note Block sounds), as (almost) all the sounds that belong to those categories are over a minute long. Optional. If undefined, defaults to "false". Setting this to false allows many more instances of the sound to be ran at the same time while setting it to true only allows 4 instances (of that type) to be ran at the same time.

          • type: Two values are available: "sound" and "event"; "sound" plays from the name of the file, while "event" plays from an already defined event. If undefined, defaults to "sound".

An example of a pre-1.10 sounds.json can be found here.
Dinnerbone`s pre-1.10 specifications can be found here.

Videos

Sound events

A sound event is linked to one or more in-game events. Two sound events may share the same sound file, but correspond to different in-game events and/or belong to different sound categories. A few valid sound events aren`t included in sounds.json, while others don`t have an in-game event associated with them. Any sound event that lacks an in-game event can be played only with /playsound. All default sound events, the sounds they use, the category they belong to, the subtitle See captions intended to communicate game sounds. For the pulsing yellow text on the title screen, see Splash. Subtitles, as they appear in-game. Subtitles (also known as captions) are a featureSpecial attraction which minecraft that plays at that event, and the in-game events they are triggered by are listed in the following table.

Sound Event Sounds Used Subtitle In-Game Event(s)
ambient.cave ambient/cave/cave1
ambient/cave/cave2
ambient/cave/cave3
ambient/cave/cave4
ambient/cave/cave5
ambient/cave/cave6
ambient/cave/cave7
ambient/cave/cave8
ambient/cave/cave9
ambient/cave/cave10
ambient/cave/cave11
ambient/cave/cave12
ambient/cave/cave13
ambient/cave/cave14
ambient/cave/cave15
ambient/cave/cave16
ambient/cave/cave17
ambient/cave/cave18
subtitles.ambient.cave
block.anvil.break dig/stone1
dig/stone2
dig/stone3
dig/stone4
subtitles.block.generic.break
block.anvil.destroy random/anvil_break subtitles.block.anvil.destroy
block.anvil.fall step/stone1
step/stone2
step/stone3
step/stone4
step/stone5
step/stone6
block.anvil.hit step/stone1
step/stone2
step/stone3
step/stone4
step/stone5
step/stone6
subtitles.block.generic.hit
block.anvil.land random/anvil_land subtitles.block.anvil.land
block.anvil.place random/anvil_land subtitles.block.generic.place
block.anvil.step step/stone1
step/stone2
step/stone3
step/stone4
step/stone5
step/stone6
subtitles.block.generic.footsteps
block.anvil.use random/anvil_use subtitles.block.anvil.use
block.brewing_stand.brew block/brewing_stand/brew1
block/brewing_stand/brew2
subtitles.block.brewing_stand.brew
block.chest.close block/chest/close
block/chest/close2
block/chest/close3
subtitles.block.chest.close
block.chest.locked block/wooden_door/close
block/wooden_door/open
subtitles.block.chest.locked
block.chest.open block/chest/open subtitles.block.chest.open
block.chorus_flower.death block/chorus_flower/death1
block/chorus_flower/death2
block/chorus_flower/death3
subtitles.block.chorus_flower.death
block.chorus_flower.grow block/chorus_flower/grow1
block/chorus_flower/grow2
block/chorus_flower/grow3
block/chorus_flower/grow4
subtitles.block.chorus_flower.grow
block.cloth.break dig/cloth1
dig/cloth2
dig/cloth3
dig/cloth4
subtitles.block.generic.break
block.cloth.fall step/cloth1
step/cloth2
step/cloth3
step/cloth4
block.cloth.hit step/cloth1
step/cloth2
step/cloth3
step/cloth4
subtitles.block.generic.hit
block.cloth.place dig/cloth1
dig/cloth2
dig/cloth3
dig/cloth4
subtitles.block.generic.place
block.cloth.step step/cloth1
step/cloth2
step/cloth3
step/cloth4
subtitles.block.generic.footsteps
block.comparator.click random/click subtitles.block.comparator.click
block.dispenser.dispense random/click subtitles.block.dispenser.dispense
block.dispenser.fail random/click subtitles.block.dispenser.fail
block.dispenser.launch random/bow subtitles.block.dispenser.dispense
block.enchantment_table.use block/enchantment_table/enchant1
block/enchantment_table/enchant2
block/enchantment_table/enchant3
block.end_gateway.spawn random/explode1
random/explode2
random/explode3
random/explode4
subtitles.entity.generic.explode
block.end_portal.spawn block/end_portal/endportal
block.end_portal_frame.fill block/end_portal/eyeplace1
block/end_portal/eyeplace2
block/end_portal/eyeplace3
block.enderchest.close block/enderchest/close subtitles.block.chest.close
block.enderchest.open block/enderchest/open subtitles.block.chest.open
block.fence_gate.close block/fence_gate/close1
block/fence_gate/close2
subtitles.block.fence_gate.toggle
block.fence_gate.open block/fence_gate/open1
block/fence_gate/open2
subtitles.block.fence_gate.toggle
block.fire.ambient fire/fire subtitles.block.fire.ambient
block.fire.extinguish random/fizz subtitles.block.fire.extinguish
block.furnace.fire_crackle block/furnace/fire_crackle1
block/furnace/fire_crackle2
block/furnace/fire_crackle3
block/furnace/fire_crackle4
block/furnace/fire_crackle5
subtitles.block.furnace.fire_crackle
block.glass.break random/glass1
random/glass2
random/glass3
subtitles.block.generic.break
block.glass.fall step/stone1
step/stone2
step/stone3
step/stone4
step/stone5
step/stone6
block.glass.hit step/stone1
step/stone2
step/stone3
step/stone4
step/stone5
step/stone6
subtitles.block.generic.hit
block.glass.place dig/stone1
dig/stone2
dig/stone3
dig/stone4
subtitles.block.generic.place
block.glass.step step/stone1
step/stone2
step/stone3
step/stone4
step/stone5
step/stone6
subtitles.block.generic.footsteps
block.grass.break dig/grass1
dig/grass2
dig/grass3
dig/grass4
subtitles.block.generic.break
block.grass.fall step/grass1
step/grass2
step/grass3
step/grass4
step/grass5
step/grass6
block.grass.hit step/grass1
step/grass2
step/grass3
step/grass4
step/grass5
step/grass6
subtitles.block.generic.hit
block.grass.place dig/grass1
dig/grass2
dig/grass3
dig/grass4
subtitles.block.generic.place
block.grass.step step/grass1
step/grass2
step/grass3
step/grass4
step/grass5
step/grass6
subtitles.block.generic.footsteps
block.gravel.break dig/gravel1
dig/gravel2
dig/gravel3
dig/gravel4
subtitles.block.generic.break
block.gravel.fall step/gravel1
step/gravel2
step/gravel3
step/gravel4
block.gravel.hit step/gravel1
step/gravel2
step/gravel3
step/gravel4
subtitles.block.generic.hit
block.gravel.place dig/gravel1
dig/gravel2
dig/gravel3
dig/gravel4
subtitles.block.generic.place
block.gravel.step step/gravel1
step/gravel2
step/gravel3
step/gravel4
subtitles.block.generic.footsteps
block.iron_door.close block/iron_door/close1
block/iron_door/close2
block/iron_door/close3
block/iron_door/close4
subtitles.block.door.toggle
block.iron_door.open block/iron_door/open1
block/iron_door/open2
block/iron_door/open3
block/iron_door/open4
subtitles.block.door.toggle
block.iron_trapdoor.close block/iron_trapdoor/close1
block/iron_trapdoor/close2
block/iron_trapdoor/close3
block/iron_trapdoor/close4
subtitles.block.iron_trapdoor.close
block.iron_trapdoor.open block/iron_trapdoor/open1
block/iron_trapdoor/open2
block/iron_trapdoor/open3
block/iron_trapdoor/open4
subtitles.block.iron_trapdoor.open
block.ladder.break dig/wood1
dig/wood2
dig/wood3
dig/wood4
subtitles.block.generic.break
block.ladder.fall step/ladder1
step/ladder2
step/ladder3
step/ladder4
step/ladder5
block.ladder.hit step/ladder1
step/ladder2
step/ladder3
step/ladder4
step/ladder5
subtitles.block.generic.hit
block.ladder.place dig/wood1
dig/wood2
dig/wood3
dig/wood4
subtitles.block.generic.place
block.ladder.step step/ladder1
step/ladder2
step/ladder3
step/ladder4
step/ladder5
subtitles.block.generic.footsteps
block.lava.ambient liquid/lava subtitles.block.lava.ambient
block.lava.extinguish random/fizz subtitles.block.lava.extinguish
block.lava.pop liquid/lavapop subtitles.block.lava.ambient
block.lever.click random/click subtitles.block.lever.click
block.metal.break dig/stone1
dig/stone2
dig/stone3
dig/stone4
subtitles.block.generic.break
block.metal.fall step/stone1
step/stone2
step/stone3
step/stone4
step/stone5
step/stone6
block.metal.hit step/stone1
step/stone2
step/stone3
step/stone4
step/stone5
step/stone6
subtitles.block.generic.hit
block.metal.place dig/stone1
dig/stone2
dig/stone3
dig/stone4
subtitles.block.generic.place
block.metal.step step/stone1
step/stone2
step/stone3
step/stone4
step/stone5
step/stone6
subtitles.block.generic.footsteps
block.metal_pressureplate.click_off random/click subtitles.block.pressure_plate.click
block.metal_pressureplate.click_on random/click subtitles.block.pressure_plate.click
block.note.basedrum note/bd subtitles.block.note.note
block.note.bass note/bassattack subtitles.block.note.note
block.note.bell note/bell subtitles.block.note.note
block.note.chime note/icechime subtitles.block.note.note
block.note.flute note/flute subtitles.block.note.note
block.note.guitar note/guitar subtitles.block.note.note
block.note.harp note/harp2 subtitles.block.note.note
block.note.hat note/hat subtitles.block.note.note
block.note.pling note/pling
block.note.snare note/snare subtitles.block.note.note
block.note.xylophone note/xylobone subtitles.block.note.note
block.piston.contract tile/piston/in subtitles.block.piston.move
block.piston.extend tile/piston/out subtitles.block.piston.move
block.portal.ambient portal/portal subtitles.block.portal.ambient
block.portal.travel portal/travel
block.portal.trigger portal/trigger
block.redstone_torch.burnout random/fizz subtitles.block.redstone_torch.burnout
block.sand.break dig/sand1
dig/sand2
dig/sand3
dig/sand4
subtitles.block.generic.break
block.sand.fall step/sand1
step/sand2
step/sand3
step/sand4
step/sand5
block.sand.hit step/sand1
step/sand2
step/sand3
step/sand4
step/sand5
subtitles.block.generic.hit
block.sand.place dig/sand1
dig/sand2
dig/sand3
dig/sand4
subtitles.block.generic.place
block.sand.step step/sand1
step/sand2
step/sand3
step/sand4
step/sand5
subtitles.block.generic.footsteps
block.shulker_box.close block/shulker_box/close subtitles.block.shulker_box.close
block.shulker_box.open block/shulker_box/open subtitles.block.shulker_box.open
block.slime.break mob/slime/big1
mob/slime/big2
mob/slime/big3
mob/slime/big4
subtitles.block.generic.break
block.slime.fall mob/slime/small1
mob/slime/small2
mob/slime/small3
mob/slime/small4
mob/slime/small5
block.slime.hit mob/slime/small1
mob/slime/small2
mob/slime/small3
mob/slime/small4
mob/slime/small5
subtitles.block.generic.hit
block.slime.place mob/slime/big1
mob/slime/big2
mob/slime/big3
mob/slime/big4
subtitles.block.generic.place
block.slime.step mob/slime/small1
mob/slime/small2
mob/slime/small3
mob/slime/small4
mob/slime/small5
subtitles.block.generic.footsteps
block.snow.break dig/snow1
dig/snow2
dig/snow3
dig/snow4
subtitles.block.generic.break
block.snow.fall step/snow1
step/snow2
step/snow3
step/snow4
block.snow.hit step/snow1
step/snow2
step/snow3
step/snow4
subtitles.block.generic.hit
block.snow.place dig/snow1
dig/snow2
dig/snow3
dig/snow4
subtitles.block.generic.place
block.snow.step step/snow1
step/snow2
step/snow3
step/snow4
subtitles.block.generic.footsteps
block.stone.break dig/stone1
dig/stone2
dig/stone3
dig/stone4
subtitles.block.generic.break
block.stone.fall step/stone1
step/stone2
step/stone3
step/stone4
step/stone5
step/stone6
block.stone.hit step/stone1
step/stone2
step/stone3
step/stone4
step/stone5
step/stone6
subtitles.block.generic.hit
block.stone.place dig/stone1
dig/stone2
dig/stone3
dig/stone4
subtitles.block.generic.place
block.stone.step step/stone1
step/stone2
step/stone3
step/stone4
step/stone5
step/stone6
subtitles.block.generic.footsteps
block.stone_button.click_off random/click subtitles.block.button.click
block.stone_button.click_on random/click subtitles.block.button.click
block.stone_pressureplate.click_off random/click subtitles.block.pressure_plate.click
block.stone_pressureplate.click_on random/click subtitles.block.pressure_plate.click
block.tripwire.attach random/click subtitles.block.tripwire.attach
block.tripwire.click_off random/click subtitles.block.tripwire.click
block.tripwire.click_on random/click subtitles.block.tripwire.click
block.tripwire.detach random/bowhit1
random/bowhit2
random/bowhit3
random/bowhit4
subtitles.block.tripwire.detach
block.water.ambient liquid/water subtitles.block.water.ambient
block.waterlily.place block/waterlily/place1
block/waterlily/place2
block/waterlily/place3
block/waterlily/place4
subtitles.block.generic.place
block.wood.break dig/wood1
dig/wood2
dig/wood3
dig/wood4
subtitles.block.generic.break
block.wood.fall step/wood1
step/wood2
step/wood3
step/wood4
step/wood5
step/wood6
block.wood.hit step/wood1
step/wood2
step/wood3
step/wood4
step/wood5
step/wood6
subtitles.block.generic.hit
block.wood.place dig/wood1
dig/wood2
dig/wood3
dig/wood4
subtitles.block.generic.place
block.wood.step step/wood1
step/wood2
step/wood3
step/wood4
step/wood5
step/wood6
subtitles.block.generic.footsteps
block.wood_button.click_off random/wood_click subtitles.block.button.click
block.wood_button.click_on random/wood_click subtitles.block.button.click
block.wood_pressureplate.click_off random/click subtitles.block.pressure_plate.click
block.wood_pressureplate.click_on random/click subtitles.block.pressure_plate.click
block.wooden_door.close block/wooden_door/close
block/wooden_door/close2
block/wooden_door/close3
block/wooden_door/close4
subtitles.block.door.toggle
block.wooden_door.open block/wooden_door/open
block/wooden_door/open2
block/wooden_door/open3
block/wooden_door/open4
subtitles.block.door.toggle
block.wooden_trapdoor.close block/wooden_trapdoor/close1
block/wooden_trapdoor/close2
block/wooden_trapdoor/close3
subtitles.block.trapdoor.toggle
block.wooden_trapdoor.open block/wooden_trapdoor/open1
block/wooden_trapdoor/open2
block/wooden_trapdoor/open3
block/wooden_trapdoor/open4
block/wooden_trapdoor/open5
subtitles.block.trapdoor.toggle
enchant.thorns.hit enchant/thorns/hit1
enchant/thorns/hit2
enchant/thorns/hit3
enchant/thorns/hit4
subtitles.enchant.thorns.hit
entity.armorstand.break entity/armorstand/break1
entity/armorstand/break2
entity/armorstand/break3
entity/armorstand/break4
subtitles.block.generic.break
entity.armorstand.fall dig/wood1
dig/wood2
dig/wood3
dig/wood4
subtitles.entity.armorstand.fall
entity.armorstand.hit entity/armorstand/hit1
entity/armorstand/hit2
entity/armorstand/hit3
entity/armorstand/hit4
subtitles.block.generic.hit
entity.armorstand.place dig/stone1
dig/stone2
dig/stone3
dig/stone4
subtitles.block.generic.place
entity.arrow.hit random/bowhit1
random/bowhit2
random/bowhit3
random/bowhit4
subtitles.entity.arrow.hit
entity.arrow.hit_player random/successful_hit subtitles.entity.arrow.hit_player
entity.arrow.shoot random/bow subtitles.entity.arrow.shoot
entity.bat.ambient mob/bat/idle1
mob/bat/idle2
mob/bat/idle3
mob/bat/idle4
subtitles.entity.bat.ambient
entity.bat.death mob/bat/death subtitles.entity.bat.death
entity.bat.hurt mob/bat/hurt1
mob/bat/hurt2
mob/bat/hurt3
mob/bat/hurt4
subtitles.entity.bat.hurt
entity.bat.loop mob/bat/loop
entity.bat.takeoff mob/bat/takeoff subtitles.entity.bat.takeoff
entity.blaze.ambient mob/blaze/breathe1
mob/blaze/breathe2
mob/blaze/breathe3
mob/blaze/breathe4
subtitles.entity.blaze.ambient
entity.blaze.burn fire/fire subtitles.entity.blaze.burn
entity.blaze.death mob/blaze/death subtitles.entity.blaze.death
entity.blaze.hurt mob/blaze/hit1
mob/blaze/hit2
mob/blaze/hit3
mob/blaze/hit4
subtitles.entity.blaze.hurt
entity.blaze.shoot mob/ghast/fireball4 subtitles.entity.blaze.shoot
entity.boat.paddle_land entity/boat/paddle_land1
entity/boat/paddle_land2
entity/boat/paddle_land3
entity/boat/paddle_land4
entity/boat/paddle_land5
entity/boat/paddle_land6
entity.boat.paddle_water entity/boat/paddle_water1, pitch = 1.0, volume = 0.8
entity/boat/paddle_water2, pitch = 1.0, volume = 0.8
entity/boat/paddle_water3, pitch = 1.0, volume = 0.8
entity/boat/paddle_water4, pitch = 1.0, volume = 0.8
entity/boat/paddle_water5, pitch = 1.0, volume = 0.8
entity/boat/paddle_water6, pitch = 1.0, volume = 0.8
entity/boat/paddle_water7, pitch = 1.0, volume = 0.8
entity/boat/paddle_water8, pitch = 1.0, volume = 0.8
entity.bobber.retrieve entity/bobber/retrieve1, pitch = 2.4
entity/bobber/retrieve2, pitch = 2.4
entity.bobber.splash random/splash subtitles.entity.bobber.splash
entity.bobber.throw entity/bobber/castfast subtitles.entity.bobber.throw
entity.cat.ambient mob/cat/meow1
mob/cat/meow2
mob/cat/meow3
mob/cat/meow4
subtitles.entity.cat.ambient
entity.cat.death mob/cat/hitt1
mob/cat/hitt2
mob/cat/hitt3
subtitles.entity.cat.death
entity.cat.hiss mob/cat/hiss1
mob/cat/hiss2
mob/cat/hiss3
entity.cat.hurt mob/cat/hitt1
mob/cat/hitt2
mob/cat/hitt3
subtitles.entity.cat.hurt
entity.cat.purr mob/cat/purr1
mob/cat/purr2
mob/cat/purr3
subtitles.entity.cat.ambient
entity.cat.purreow mob/cat/purreow1
mob/cat/purreow2
subtitles.entity.cat.ambient
entity.chicken.ambient mob/chicken/say1
mob/chicken/say2
mob/chicken/say3
subtitles.entity.chicken.ambient
entity.chicken.death mob/chicken/hurt1
mob/chicken/hurt2
subtitles.entity.chicken.death
entity.chicken.egg mob/chicken/plop subtitles.entity.chicken.egg
entity.chicken.hurt mob/chicken/hurt1
mob/chicken/hurt2
subtitles.entity.chicken.hurt
entity.chicken.step mob/chicken/step1
mob/chicken/step2
subtitles.block.generic.footsteps
entity.cow.ambient mob/cow/say1
mob/cow/say2
mob/cow/say3
mob/cow/say4
subtitles.entity.cow.ambient
entity.cow.death mob/cow/hurt1
mob/cow/hurt2
mob/cow/hurt3
subtitles.entity.cow.death
entity.cow.hurt mob/cow/hurt1
mob/cow/hurt2
mob/cow/hurt3
subtitles.entity.cow.hurt
entity.cow.milk entity/cow/milk1
entity/cow/milk2
entity/cow/milk3
subtitles.entity.cow.milk
entity.cow.step mob/cow/step1
mob/cow/step2
mob/cow/step3
mob/cow/step4
subtitles.block.generic.footsteps
entity.creeper.death mob/creeper/death subtitles.entity.creeper.death
entity.creeper.hurt mob/creeper/say1
mob/creeper/say2
mob/creeper/say3
mob/creeper/say4
subtitles.entity.creeper.hurt
entity.creeper.primed random/fuse subtitles.entity.creeper.primed
entity.donkey.ambient mob/horse/donkey/idle1
mob/horse/donkey/idle2
mob/horse/donkey/idle3
subtitles.entity.donkey.ambient
entity.donkey.angry mob/horse/donkey/angry1
mob/horse/donkey/angry2
subtitles.entity.donkey.angry
entity.donkey.chest mob/chicken/plop subtitles.entity.donkey.chest
entity.donkey.death mob/horse/donkey/death subtitles.entity.donkey.death
entity.donkey.hurt mob/horse/donkey/hit1
mob/horse/donkey/hit2
mob/horse/donkey/hit3
subtitles.entity.donkey.hurt
entity.egg.throw random/bow subtitles.entity.egg.throw
entity.elder_guardian.ambient mob/guardian/elder_idle1
mob/guardian/elder_idle2
mob/guardian/elder_idle3
mob/guardian/elder_idle4
subtitles.entity.elder_guardian.ambient
entity.elder_guardian.ambient_land mob/guardian/land_idle1
mob/guardian/land_idle2
mob/guardian/land_idle3
mob/guardian/land_idle4
subtitles.entity.elder_guardian.ambient.land
entity.elder_guardian.curse mob/guardian/curse subtitles.entity.elder_guardian.curse
entity.elder_guardian.death mob/guardian/elder_death subtitles.entity.elder_guardian.death
entity.elder_guardian.death_land mob/guardian/land_death subtitles.entity.elder_guardian.death
entity.elder_guardian.flop mob/guardian/flop1
mob/guardian/flop2
mob/guardian/flop3
mob/guardian/flop4
subtitles.entity.elder_guardian.flop
entity.elder_guardian.hurt mob/guardian/elder_hit1
mob/guardian/elder_hit2
mob/guardian/elder_hit3
mob/guardian/elder_hit4
subtitles.entity.elder_guardian.hurt
entity.elder_guardian.hurt_land mob/guardian/land_hit1
mob/guardian/land_hit2
mob/guardian/land_hit3
mob/guardian/land_hit4
subtitles.entity.elder_guardian.hurt
entity.enderdragon.ambient mob/enderdragon/growl1
mob/enderdragon/growl2
mob/enderdragon/growl3
mob/enderdragon/growl4
subtitles.entity.enderdragon.ambient
entity.enderdragon.death mob/enderdragon/end subtitles.entity.enderdragon.death
entity.enderdragon.flap mob/enderdragon/wings1
mob/enderdragon/wings2
mob/enderdragon/wings3
mob/enderdragon/wings4
mob/enderdragon/wings5
mob/enderdragon/wings6
subtitles.entity.enderdragon.flap
entity.enderdragon.growl mob/enderdragon/growl1
mob/enderdragon/growl2
mob/enderdragon/growl3
mob/enderdragon/growl4
subtitles.entity.enderdragon.growl
entity.enderdragon.hurt mob/enderdragon/hit1
mob/enderdragon/hit2
mob/enderdragon/hit3
mob/enderdragon/hit4
subtitles.entity.enderdragon.hurt
entity.enderdragon.shoot mob/ghast/fireball4 subtitles.entity.enderdragon.shoot
entity.enderdragon_fireball.explode random/explode1
random/explode2
random/explode3
random/explode4
subtitles.entity.generic.explode
entity.endereye.death entity/endereye/dead1, pitch = 1.0, volume = 1.3
entity/endereye/dead2, pitch = 1.0, volume = 1.3
entity.endereye.launch entity/endereye/endereye_launch1
entity/endereye/endereye_launch2
subtitles.entity.endereye.launch
entity.endermen.ambient mob/endermen/idle1
mob/endermen/idle2
mob/endermen/idle3
mob/endermen/idle4
mob/endermen/idle5
subtitles.entity.enderman.ambient
entity.endermen.death mob/endermen/death subtitles.entity.enderman.death
entity.endermen.hurt mob/endermen/hit1
mob/endermen/hit2
mob/endermen/hit3
mob/endermen/hit4
subtitles.entity.enderman.hurt
entity.endermen.scream mob/endermen/scream1
mob/endermen/scream2
mob/endermen/scream3
mob/endermen/scream4
subtitles.entity.enderman.ambient
entity.endermen.stare mob/endermen/stare subtitles.entity.enderman.stare
entity.endermen.teleport mob/endermen/portal
mob/endermen/portal2
subtitles.entity.enderman.teleport
entity.endermite.ambient mob/silverfish/say1
mob/silverfish/say2
mob/silverfish/say3
mob/silverfish/say4
subtitles.entity.endermite.ambient
entity.endermite.death mob/silverfish/kill subtitles.entity.endermite.death
entity.endermite.hurt mob/silverfish/hit1
mob/silverfish/hit2
mob/silverfish/hit3
subtitles.entity.endermite.hurt
entity.endermite.step mob/silverfish/step1
mob/silverfish/step2
mob/silverfish/step3
mob/silverfish/step4
subtitles.block.generic.footsteps
entity.enderpearl.throw random/bow subtitles.entity.enderpearl.throw
entity.evocation_fangs.attack mob/evocation_illager/fangs subtitles.entity.evocation_fangs.attack
entity.evocation_illager.ambient mob/evocation_illager/idle1
mob/evocation_illager/idle2
mob/evocation_illager/idle3
mob/evocation_illager/idle4
subtitles.entity.evocation_illager.ambient
entity.evocation_illager.cast_spell mob/evocation_illager/cast1
mob/evocation_illager/cast2
subtitles.entity.evocation_illager.cast_spell
entity.evocation_illager.death mob/evocation_illager/death1
mob/evocation_illager/death2
subtitles.entity.evocation_illager.death
entity.evocation_illager.hurt mob/evocation_illager/hurt1
mob/evocation_illager/hurt2
subtitles.entity.evocation_illager.hurt
entity.evocation_illager.prepare_attack mob/evocation_illager/prepare_attack1
mob/evocation_illager/prepare_attack2
subtitles.entity.evocation_illager.prepare_attack
entity.evocation_illager.prepare_summon mob/evocation_illager/prepare_summon subtitles.entity.evocation_illager.prepare_summon
entity.evocation_illager.prepare_wololo mob/evocation_illager/prepare_wololo subtitles.entity.evocation_illager.prepare_wololo
entity.experience_bottle.throw random/bow subtitles.entity.potion.throw
entity.experience_orb.pickup random/orb subtitles.entity.experience_orb.pickup
entity.firework.blast fireworks/blast1 subtitles.entity.firework.blast
entity.firework.blast_far fireworks/blast_far1 subtitles.entity.firework.blast
entity.firework.large_blast fireworks/largeblast1 subtitles.entity.firework.blast
entity.firework.large_blast_far fireworks/largeblast_far1 subtitles.entity.firework.blast
entity.firework.launch fireworks/launch1 subtitles.entity.firework.launch
entity.firework.shoot random/bow subtitles.entity.firework.launch
entity.firework.twinkle fireworks/twinkle1 subtitles.entity.firework.twinkle
entity.firework.twinkle_far fireworks/twinkle_far1 subtitles.entity.firework.twinkle
entity.generic.big_fall damage/fallbig subtitles.entity.generic.big_fall
entity.generic.burn random/fizz subtitles.entity.generic.burn
entity.generic.death damage/hit1
damage/hit2
damage/hit3
subtitles.entity.generic.death
entity.generic.drink random/drink subtitles.entity.generic.drink
entity.generic.eat random/eat1
random/eat2
random/eat3
subtitles.entity.generic.eat
entity.generic.explode random/explode1
random/explode2
random/explode3
random/explode4
subtitles.entity.generic.explode
entity.generic.extinguish_fire random/fizz subtitles.entity.generic.extinguish_fire
entity.generic.hurt damage/hit1
damage/hit2
damage/hit3
subtitles.entity.generic.hurt
entity.generic.small_fall damage/fallsmall subtitles.entity.generic.small_fall
entity.generic.splash liquid/splash
liquid/splash2
subtitles.entity.generic.splash
entity.generic.swim liquid/swim1
liquid/swim2
liquid/swim3
liquid/swim4
subtitles.entity.generic.swim
entity.ghast.ambient mob/ghast/moan1
mob/ghast/moan2
mob/ghast/moan3
mob/ghast/moan4
mob/ghast/moan5
mob/ghast/moan6
mob/ghast/moan7
subtitles.entity.ghast.ambient
entity.ghast.death mob/ghast/death subtitles.entity.ghast.death
entity.ghast.hurt mob/ghast/scream1
mob/ghast/scream2
mob/ghast/scream3
mob/ghast/scream4
mob/ghast/scream5
subtitles.entity.ghast.hurt
entity.ghast.scream mob/ghast/affectionate_scream
entity.ghast.shoot mob/ghast/fireball4 subtitles.entity.ghast.shoot
entity.ghast.warn mob/ghast/charge subtitles.entity.ghast.shoot
entity.guardian.ambient entity/guardian/ambient1, volume = 0.1
entity/guardian/ambient2, volume = 0.1
entity/guardian/ambient3, volume = 0.1
entity/guardian/ambient4, volume = 0.1
subtitles.entity.guardian.ambient
entity.guardian.ambient_land mob/guardian/land_idle1
mob/guardian/land_idle2
mob/guardian/land_idle3
mob/guardian/land_idle4
subtitles.entity.guardian.ambient.land
entity.guardian.attack mob/guardian/attack_loop subtitles.entity.guardian.attack
entity.guardian.death mob/guardian/guardian_death subtitles.entity.guardian.death
entity.guardian.death_land mob/guardian/land_death subtitles.entity.guardian.death
entity.guardian.flop mob/guardian/flop1
mob/guardian/flop2
mob/guardian/flop3
mob/guardian/flop4
subtitles.entity.guardian.flop
entity.guardian.hurt mob/guardian/guardian_hit1
mob/guardian/guardian_hit2
mob/guardian/guardian_hit3
mob/guardian/guardian_hit4
subtitles.entity.guardian.hurt
entity.guardian.hurt_land mob/guardian/land_hit1
mob/guardian/land_hit2
mob/guardian/land_hit3
mob/guardian/land_hit4
subtitles.entity.guardian.hurt
entity.horse.ambient mob/horse/idle1
mob/horse/idle2
mob/horse/idle3
subtitles.entity.horse.ambient
entity.horse.angry mob/horse/angry1 subtitles.entity.horse.angry
entity.horse.armor mob/horse/armor subtitles.entity.horse.armor
entity.horse.breathe mob/horse/breathe1
mob/horse/breathe2
mob/horse/breathe3
subtitles.entity.horse.breathe
entity.horse.death mob/horse/death subtitles.entity.horse.death
entity.horse.eat entity/horse/eat1
entity/horse/eat2
entity/horse/eat3
entity/horse/eat4
entity/horse/eat5
subtitles.entity.horse.eat
entity.horse.gallop mob/horse/gallop1
mob/horse/gallop2
mob/horse/gallop3
mob/horse/gallop4
subtitles.entity.horse.gallop
entity.horse.hurt mob/horse/hit1
mob/horse/hit2
mob/horse/hit3
mob/horse/hit4
subtitles.entity.horse.hurt
entity.horse.jump mob/horse/jump subtitles.entity.horse.jump
entity.horse.land mob/horse/land
entity.horse.saddle mob/horse/leather subtitles.entity.horse.saddle
entity.horse.step mob/horse/soft1
mob/horse/soft2
mob/horse/soft3
mob/horse/soft4
mob/horse/soft5
mob/horse/soft6
subtitles.block.generic.footsteps
entity.horse.step_wood mob/horse/wood1
mob/horse/wood2
mob/horse/wood3
mob/horse/wood4
mob/horse/wood5
mob/horse/wood6
subtitles.block.generic.footsteps
entity.hostile.big_fall damage/fallbig subtitles.entity.generic.big_fall
entity.hostile.death damage/hit1
damage/hit2
damage/hit3
subtitles.entity.generic.death
entity.hostile.hurt damage/hit1
damage/hit2
damage/hit3
subtitles.entity.generic.hurt
entity.hostile.small_fall damage/fallsmall subtitles.entity.generic.small_fall
entity.hostile.splash liquid/splash
liquid/splash2
subtitles.entity.generic.splash
entity.hostile.swim liquid/swim1
liquid/swim2
liquid/swim3
liquid/swim4
subtitles.entity.generic.swim
entity.husk.ambient mob/husk/idle1
mob/husk/idle2
mob/husk/idle3
subtitles.entity.husk.ambient
entity.husk.death mob/husk/death1
mob/husk/death2
subtitles.entity.husk.death
entity.husk.hurt mob/husk/hurt1
mob/husk/hurt2
subtitles.entity.husk.hurt
entity.husk.step mob/husk/step1
mob/husk/step2
mob/husk/step3
mob/husk/step4
mob/husk/step5
entity.illusion_illager.ambient mob/illusion_illager/idle1
mob/illusion_illager/idle2
mob/illusion_illager/idle3
mob/illusion_illager/idle4
entity.illusion_illager.cast_spell mob/evocation_illager/cast1
mob/evocation_illager/cast2
entity.illusion_illager.death mob/illusion_illager/death1
mob/illusion_illager/death2
entity.illusion_illager.hurt mob/illusion_illager/hurt1
mob/illusion_illager/hurt2
mob/illusion_illager/hurt3
entity.illusion_illager.mirror_move mob/illusion_illager/mirror_move1
mob/illusion_illager/mirror_move2
entity.illusion_illager.prepare_blindness mob/illusion_illager/prepare_blind
entity.illusion_illager.prepare_mirror mob/illusion_illager/prepare_mirror
entity.irongolem.attack mob/irongolem/throw subtitles.entity.iron_golem.attack
entity.irongolem.death mob/irongolem/death subtitles.entity.iron_golem.death
entity.irongolem.hurt mob/irongolem/hit1
mob/irongolem/hit2
mob/irongolem/hit3
mob/irongolem/hit4
subtitles.entity.iron_golem.hurt
entity.irongolem.step mob/irongolem/walk1
mob/irongolem/walk2
mob/irongolem/walk3
mob/irongolem/walk4
subtitles.block.generic.footsteps
entity.item.break random/break subtitles.entity.item.break
entity.item.pickup random/pop subtitles.entity.item.pickup
entity.itemframe.add_item entity/itemframe/add_item1
entity/itemframe/add_item2
entity/itemframe/add_item3
entity/itemframe/add_item4
subtitles.entity.itemframe.add_item
entity.itemframe.break entity/itemframe/break1
entity/itemframe/break2
entity/itemframe/break3
subtitles.entity.itemframe.break
entity.itemframe.place entity/itemframe/place1
entity/itemframe/place2
entity/itemframe/place3
entity/itemframe/place4
subtitles.entity.itemframe.place
entity.itemframe.remove_item entity/itemframe/remove_item1
entity/itemframe/remove_item2
entity/itemframe/remove_item3
entity/itemframe/remove_item4
subtitles.entity.itemframe.remove_item
entity.itemframe.rotate_item entity/itemframe/rotate_item1
entity/itemframe/rotate_item2
entity/itemframe/rotate_item3
entity/itemframe/rotate_item4
subtitles.entity.itemframe.rotate_item
entity.leashknot.break entity/leashknot/break1
entity/leashknot/break2
entity/leashknot/break3
subtitles.entity.leashknot.break
entity.leashknot.place entity/leashknot/place1
entity/leashknot/place2
entity/leashknot/place3
subtitles.entity.leashknot.place
entity.lightning.impact random/explode1
random/explode2
random/explode3
random/explode4
subtitles.entity.lightning.impact
entity.lightning.thunder ambient/weather/thunder1
ambient/weather/thunder2
ambient/weather/thunder3
subtitles.entity.lightning.thunder
entity.lingeringpotion.throw random/bow subtitles.entity.potion.throw
entity.llama.ambient mob/llama/idle1
mob/llama/idle2
mob/llama/idle3
mob/llama/idle4
mob/llama/idle5
subtitles.entity.llama.ambient
entity.llama.angry mob/llama/angry1 subtitles.entity.llama.angry
entity.llama.chest mob/chicken/plop subtitles.entity.llama.chest
entity.llama.death mob/llama/death1
mob/llama/death2
subtitles.entity.llama.death
entity.llama.eat mob/llama/eat1
mob/llama/eat2
mob/llama/eat3
subtitles.entity.llama.eat
entity.llama.hurt mob/llama/hurt1
mob/llama/hurt2
mob/llama/hurt3
subtitles.entity.llama.hurt
entity.llama.spit mob/llama/spit1
mob/llama/spit2
subtitles.entity.llama.spit
entity.llama.step mob/llama/step1
mob/llama/step2
mob/llama/step3
mob/llama/step4
mob/llama/step5
subtitles.entity.llama.step
entity.llama.swag mob/llama/swag subtitles.entity.llama.swag
entity.magmacube.death mob/slime/big1
mob/slime/big2
mob/slime/big3
mob/slime/big4
subtitles.entity.magmacube.death
entity.magmacube.hurt mob/slime/big1
mob/slime/big2
mob/slime/big3
mob/slime/big4
subtitles.entity.magmacube.hurt
entity.magmacube.jump mob/magmacube/jump1
mob/magmacube/jump2
mob/magmacube/jump3
mob/magmacube/jump4
subtitles.entity.magmacube.squish
entity.magmacube.squish mob/magmacube/big1
mob/magmacube/big2
mob/magmacube/big3
mob/magmacube/big4
subtitles.entity.magmacube.squish
entity.minecart.inside minecart/inside
entity.minecart.riding minecart/base subtitles.entity.minecart.riding
entity.mooshroom.shear mob/sheep/shear subtitles.item.shear
entity.mule.ambient mob/horse/donkey/idle1
mob/horse/donkey/idle2
mob/horse/donkey/idle3
subtitles.entity.mule.ambient
entity.mule.chest mob/chicken/plop subtitles.entity.mule.chest
entity.mule.death mob/horse/donkey/death subtitles.entity.mule.death
entity.mule.hurt mob/horse/donkey/hit1
mob/horse/donkey/hit2
mob/horse/donkey/hit3
subtitles.entity.mule.hurt
entity.painting.break entity/painting/break1
entity/painting/break2
entity/painting/break3
subtitles.entity.painting.break
entity.painting.place entity/painting/place1
entity/painting/place2
entity/painting/place3
entity/painting/place4
subtitles.entity.painting.place
entity.parrot.ambient mob/parrot/idle1, volume = 0.7
mob/parrot/idle2, volume = 0.7
mob/parrot/idle3, volume = 0.7
mob/parrot/idle4, volume = 0.7
mob/parrot/idle5, volume = 0.7
mob/parrot/idle6, volume = 0.7
subtitles.entity.parrot.ambient
entity.parrot.death mob/parrot/death1, pitch = 0.9
mob/parrot/death2, pitch = 0.9
mob/parrot/death3, pitch = 0.9
mob/parrot/death4, pitch = 0.7
subtitles.entity.parrot.death
entity.parrot.eat mob/parrot/eat1
mob/parrot/eat2
mob/parrot/eat3
subtitles.entity.parrot.eats
entity.parrot.fly mob/parrot/fly1
mob/parrot/fly2
mob/parrot/fly3
mob/parrot/fly4
mob/parrot/fly5
mob/parrot/fly6
mob/parrot/fly7
mob/parrot/fly8
entity.parrot.hurt mob/parrot/hurt1, pitch = 0.8
mob/parrot/hurt2, pitch = 0.9
mob/parrot/hurt1, pitch = 0.9
subtitles.entity.parrot.hurts
entity.parrot.imitate.blaze entity.blaze.ambient, type = event, volume = 0.4, pitch = 1.8 subtitles.entity.parrot.imitate.blaze
entity.parrot.imitate.creeper entity.creeper.primed, type = event, volume = 0.6, pitch = 1.8 subtitles.entity.parrot.imitate.creeper
entity.parrot.imitate.elder_guardian entity.elder_guardian.ambient_land, type = event, volume = 0.7, pitch = 1.8 subtitles.entity.parrot.imitate.elder_guardian
entity.parrot.imitate.enderdragon entity.enderdragon.ambient, type = event, volume = 0.2, pitch = 1.8 subtitles.entity.parrot.imitate.enderdragon
entity.parrot.imitate.enderman entity.endermen.ambient, type = event, volume = 0.5, pitch = 1.7 subtitles.entity.parrot.imitate.enderman
entity.parrot.imitate.endermite entity.endermite.ambient, type = event, volume = 0.7, pitch = 1.8 subtitles.entity.parrot.imitate.endermite
entity.parrot.imitate.evocation_illager entity.evocation_illager.ambient, type = event, volume = 0.6, pitch = 1.8 subtitles.entity.parrot.imitate.evocation_illager
entity.parrot.imitate.ghast entity.ghast.ambient, type = event, volume = 0.7, pitch = 1.8 subtitles.entity.parrot.imitate.ghast
entity.parrot.imitate.husk entity.husk.ambient, type = event, volume = 0.6, pitch = 1.8 subtitles.entity.parrot.imitate.husk
entity.parrot.imitate.illusion_illager entity.illusion_illager.ambient, type = event, volume = 0.7, pitch = 1.8 subtitles.entity.parrot.imitate.illusion_illager
entity.parrot.imitate.magmacube entity.magmacube.squish, type = event, volume = 0.6, pitch = 1.8 subtitles.entity.parrot.imitate.magmacube
entity.parrot.imitate.polar_bear entity.polar_bear.ambient, type = event, volume = 0.7, pitch = 0.8 subtitles.entity.parrot.imitate.polar_bear
entity.parrot.imitate.shulker entity.shulker.ambient, type = event, volume = 0.4, pitch = 1.7 subtitles.entity.parrot.imitate.shulker
entity.parrot.imitate.silverfish entity.silverfish.ambient, type = event, volume = 0.7, pitch = 1.8 subtitles.entity.parrot.imitate.silverfish
entity.parrot.imitate.skeleton entity.skeleton.ambient, type = event, volume = 1, pitch = 1.7 subtitles.entity.parrot.imitate.skeleton
entity.parrot.imitate.slime entity.slime.squish, type = event, volume = 0.6, pitch = 1.8 subtitles.entity.parrot.imitate.slime
entity.parrot.imitate.spider entity.spider.ambient, type = event, volume = 0.6, pitch = 1.8 subtitles.entity.parrot.imitate.spider
entity.parrot.imitate.stray entity.stray.ambient, type = event, volume = 0.6, pitch = 1.6 subtitles.entity.parrot.imitate.stray
entity.parrot.imitate.vex entity.vex.ambient, type = event, volume = 0.8, pitch = 1.6 subtitles.entity.parrot.imitate.vex
entity.parrot.imitate.vindication_illager entity.vindication_illager.ambient, type = event, volume = 0.6, pitch = 1.7 subtitles.entity.parrot.imitate.vindication_illager
entity.parrot.imitate.witch entity.witch.ambient, type = event, volume = 0.5, pitch = 1.8 subtitles.entity.parrot.imitate.witch
entity.parrot.imitate.wither entity.wither.ambient, type = event, volume = 0.2, pitch = 1.8 subtitles.entity.parrot.imitate.wither
entity.parrot.imitate.wither_skeleton entity.wither_skeleton.ambient, type = event, volume = 0.7, pitch = 1.8 subtitles.entity.parrot.imitate.wither_skeleton
entity.parrot.imitate.wolf entity.wolf.ambient, type = event, volume = 0.6, pitch = 1.8 subtitles.entity.parrot.imitate.wolf
entity.parrot.imitate.zombie entity.zombie.ambient, type = event, volume = 0.6, pitch = 1.8 subtitles.entity.parrot.imitate.zombie
entity.parrot.imitate.zombie_pigman entity.zombie_pig.ambient, type = event, volume = 0.4, pitch = 1.8 subtitles.entity.parrot.imitate.zombie_pigman
entity.parrot.imitate.zombie_villager entity.zombie_villager.ambient, type = event, volume = 0.6, pitch = 1.8 subtitles.entity.parrot.imitate.zombie_villager
entity.parrot.step mob/parrot/step1
mob/parrot/step2
mob/parrot/step3
mob/parrot/step4
mob/parrot/step5
entity.pig.ambient mob/pig/say1
mob/pig/say2
mob/pig/say3
subtitles.entity.pig.ambient
entity.pig.death mob/pig/death subtitles.entity.pig.death
entity.pig.hurt mob/pig/say1
mob/pig/say2
mob/pig/say3
subtitles.entity.pig.hurt
entity.pig.saddle mob/horse/leather subtitles.entity.pig.saddle
entity.pig.step mob/pig/step1
mob/pig/step2
mob/pig/step3
mob/pig/step4
mob/pig/step5
subtitles.block.generic.footsteps
entity.player.attack.crit entity/player/attack/crit1, volume = 0.7
entity/player/attack/crit2, volume = 0.7
entity/player/attack/crit3, volume = 0.7
entity.player.attack.knockback entity/player/attack/knockback1, volume = 0.7
entity/player/attack/knockback2, volume = 0.7
entity/player/attack/knockback3, volume = 0.7
entity/player/attack/knockback4, volume = 0.7
entity.player.attack.nodamage entity/player/attack/weak1, volume = 0.7
entity/player/attack/weak2, volume = 0.7
entity/player/attack/weak3, volume = 0.7
entity/player/attack/weak4, volume = 0.7
entity.player.attack.strong entity/player/attack/strong1, volume = 0.6
entity/player/attack/strong2, volume = 0.6
entity/player/attack/strong3, volume = 0.6
entity/player/attack/strong4, volume = 0.6
entity/player/attack/strong5, volume = 0.7
entity/player/attack/strong6, volume = 0.7
entity.player.attack.sweep entity/player/attack/sweep1, volume = 0.7
entity/player/attack/sweep2, volume = 0.7
entity/player/attack/sweep3, volume = 0.7
entity/player/attack/sweep4, volume = 0.7
entity/player/attack/sweep5, volume = 0.7
entity/player/attack/sweep6, volume = 0.7
entity/player/attack/sweep7, volume = 0.7
entity.player.attack.weak entity/player/attack/weak1, volume = 0.7
entity/player/attack/weak2, volume = 0.7
entity/player/attack/weak3, volume = 0.7
entity/player/attack/weak4, volume = 0.7
entity.player.big_fall damage/fallbig subtitles.entity.generic.big_fall
entity.player.breath random/breath
entity.player.burp random/burp subtitles.entity.player.burp
entity.player.death damage/hit1
damage/hit2
damage/hit3
subtitles.entity.player.death
entity.player.hurt damage/hit1
damage/hit2
damage/hit3
subtitles.entity.player.hurt
entity.player.hurt_drown entity/player/hurt/drown1, volume = 1.0
entity/player/hurt/drown2, volume = 1.0
entity/player/hurt/drown3, volume = 1.0
entity/player/hurt/drown4, volume = 1.0
entity.player.hurt_on_fire entity/player/hurt/fire_hurt1, volume = 1.0
entity/player/hurt/fire_hurt2, volume = 1.0
entity/player/hurt/fire_hurt3, volume = 1.0
entity.player.levelup random/levelup subtitles.entity.player.levelup
entity.player.small_fall damage/fallsmall subtitles.entity.generic.small_fall
entity.player.splash liquid/splash
liquid/splash2
subtitles.entity.generic.splash
entity.player.swim liquid/swim1
liquid/swim2
liquid/swim3
liquid/swim4
subtitles.entity.generic.swim
entity.polar_bear.ambient mob/polarbear/idle1
mob/polarbear/idle2
mob/polarbear/idle3
mob/polarbear/idle4
subtitles.entity.polar_bear.ambient
entity.polar_bear.baby_ambient mob/polarbear_baby/idle1
mob/polarbear_baby/idle2
mob/polarbear_baby/idle3
mob/polarbear_baby/idle4
subtitles.entity.polar_bear.baby_ambient
entity.polar_bear.death mob/polarbear/death1
mob/polarbear/death2
mob/polarbear/death3
subtitles.entity.polar_bear.death
entity.polar_bear.hurt mob/polarbear/hurt1
mob/polarbear/hurt2
mob/polarbear/hurt3
mob/polarbear/hurt4
subtitles.entity.polar_bear.hurt
entity.polar_bear.step mob/polarbear/step1
mob/polarbear/step2
mob/polarbear/step3
mob/polarbear/step4
entity.polar_bear.warning mob/polarbear/warning3, pitch = 0.9
mob/polarbear/warning1
mob/polarbear/warning2
mob/polarbear/warning3
subtitles.entity.polar_bear.warning
entity.rabbit.ambient mob/rabbit/idle1, volume = 0.25
mob/rabbit/idle2, volume = 0.25
mob/rabbit/idle3, volume = 0.25
mob/rabbit/idle4, volume = 0.25
subtitles.entity.r