diff --git a/data/soundIDs.go b/data/soundIDs.go index e50a4aa..6bf3ba1 100644 --- a/data/soundIDs.go +++ b/data/soundIDs.go @@ -5,12 +5,32 @@ package data //SoundNames match the sound IDs' name var SoundNames = []string{ "ambient.cave", + "ambient.basalt_deltas.additions", + "ambient.basalt_deltas.loop", + "ambient.basalt_deltas.mood", + "ambient.crimson_forest.additions", + "ambient.crimson_forest.loop", + "ambient.crimson_forest.mood", + "ambient.nether_wastes.additions", + "ambient.nether_wastes.loop", + "ambient.nether_wastes.mood", + "ambient.soul_sand_valley.additions", + "ambient.soul_sand_valley.loop", + "ambient.soul_sand_valley.mood", + "ambient.warped_forest.additions", + "ambient.warped_forest.loop", + "ambient.warped_forest.mood", "ambient.underwater.enter", "ambient.underwater.exit", "ambient.underwater.loop", "ambient.underwater.loop.additions", "ambient.underwater.loop.additions.rare", "ambient.underwater.loop.additions.ultra_rare", + "block.ancient_debris.break", + "block.ancient_debris.step", + "block.ancient_debris.place", + "block.ancient_debris.hit", + "block.ancient_debris.fall", "block.anvil.break", "block.anvil.destroy", "block.anvil.fall", @@ -26,6 +46,7 @@ var SoundNames = []string{ "item.armor.equip_gold", "item.armor.equip_iron", "item.armor.equip_leather", + "item.armor.equip_netherite", "item.armor.equip_turtle", "entity.armor_stand.break", "entity.armor_stand.fall", @@ -45,6 +66,11 @@ var SoundNames = []string{ "block.bamboo_sapling.place", "block.barrel.close", "block.barrel.open", + "block.basalt.break", + "block.basalt.step", + "block.basalt.place", + "block.basalt.hit", + "block.basalt.fall", "entity.bat.ambient", "entity.bat.death", "entity.bat.hurt", @@ -74,11 +100,13 @@ var SoundNames = []string{ "entity.blaze.shoot", "entity.boat.paddle_land", "entity.boat.paddle_water", + "block.bone_block.break", + "block.bone_block.fall", + "block.bone_block.hit", + "block.bone_block.place", + "block.bone_block.step", "item.book.page_turn", "item.book.put", - "entity.fishing_bobber.retrieve", - "entity.fishing_bobber.splash", - "entity.fishing_bobber.throw", "block.blastfurnace.fire_crackle", "item.bottle.empty", "item.bottle.fill", @@ -105,6 +133,11 @@ var SoundNames = []string{ "entity.cat.hurt", "entity.cat.purr", "entity.cat.purreow", + "block.chain.break", + "block.chain.fall", + "block.chain.hit", + "block.chain.place", + "block.chain.step", "block.chest.close", "block.chest.locked", "block.chest.open", @@ -116,11 +149,6 @@ var SoundNames = []string{ "block.chorus_flower.death", "block.chorus_flower.grow", "item.chorus_fruit.teleport", - "block.wool.break", - "block.wool.fall", - "block.wool.hit", - "block.wool.place", - "block.wool.step", "entity.cod.ambient", "entity.cod.death", "entity.cod.flop", @@ -135,6 +163,11 @@ var SoundNames = []string{ "block.conduit.ambient.short", "block.conduit.attack.target", "block.conduit.deactivate", + "block.coral_block.break", + "block.coral_block.fall", + "block.coral_block.hit", + "block.coral_block.place", + "block.coral_block.step", "entity.cow.ambient", "entity.cow.death", "entity.cow.hurt", @@ -170,6 +203,7 @@ var SoundNames = []string{ "entity.donkey.angry", "entity.donkey.chest", "entity.donkey.death", + "entity.donkey.eat", "entity.donkey.hurt", "entity.drowned.ambient", "entity.drowned.ambient_water", @@ -241,6 +275,9 @@ var SoundNames = []string{ "block.fire.ambient", "block.fire.extinguish", "entity.fish.swim", + "entity.fishing_bobber.retrieve", + "entity.fishing_bobber.splash", + "entity.fishing_bobber.throw", "item.flintandsteel.use", "entity.fox.aggro", "entity.fox.ambient", @@ -252,6 +289,12 @@ var SoundNames = []string{ "entity.fox.sleep", "entity.fox.sniff", "entity.fox.spit", + "entity.fox.teleport", + "block.roots.break", + "block.roots.step", + "block.roots.place", + "block.roots.hit", + "block.roots.fall", "block.furnace.fire_crackle", "entity.generic.big_fall", "entity.generic.burn", @@ -270,6 +313,11 @@ var SoundNames = []string{ "entity.ghast.scream", "entity.ghast.shoot", "entity.ghast.warn", + "block.gilded_blackstone.break", + "block.gilded_blackstone.fall", + "block.gilded_blackstone.hit", + "block.gilded_blackstone.place", + "block.gilded_blackstone.step", "block.glass.break", "block.glass.fall", "block.glass.hit", @@ -280,16 +328,6 @@ var SoundNames = []string{ "block.grass.hit", "block.grass.place", "block.grass.step", - "block.wet_grass.break", - "block.wet_grass.fall", - "block.wet_grass.hit", - "block.wet_grass.place", - "block.wet_grass.step", - "block.coral_block.break", - "block.coral_block.fall", - "block.coral_block.hit", - "block.coral_block.place", - "block.coral_block.step", "block.gravel.break", "block.gravel.fall", "block.gravel.hit", @@ -305,6 +343,14 @@ var SoundNames = []string{ "entity.guardian.hurt", "entity.guardian.hurt_land", "item.hoe.till", + "entity.hoglin.ambient", + "entity.hoglin.angry", + "entity.hoglin.attack", + "entity.hoglin.converted_to_zombified", + "entity.hoglin.death", + "entity.hoglin.hurt", + "entity.hoglin.retreat", + "entity.hoglin.step", "block.honey_block.break", "block.honey_block.fall", "block.honey_block.hit", @@ -336,14 +382,6 @@ var SoundNames = []string{ "entity.husk.death", "entity.husk.hurt", "entity.husk.step", - "entity.ravager.ambient", - "entity.ravager.attack", - "entity.ravager.celebrate", - "entity.ravager.death", - "entity.ravager.hurt", - "entity.ravager.step", - "entity.ravager.stunned", - "entity.ravager.roar", "entity.illusioner.ambient", "entity.illusioner.cast_spell", "entity.illusioner.death", @@ -396,10 +434,19 @@ var SoundNames = []string{ "entity.llama.spit", "entity.llama.step", "entity.llama.swag", + "entity.magma_cube.death_small", + "block.lodestone.break", + "block.lodestone.step", + "block.lodestone.place", + "block.lodestone.hit", + "block.lodestone.fall", + "item.lodestone_compass.lock", "entity.magma_cube.death", "entity.magma_cube.hurt", + "entity.magma_cube.hurt_small", "entity.magma_cube.jump", "entity.magma_cube.squish", + "entity.magma_cube.squish_small", "block.metal.break", "block.metal.fall", "block.metal.hit", @@ -415,19 +462,83 @@ var SoundNames = []string{ "entity.mooshroom.suspicious_milk", "entity.mooshroom.shear", "entity.mule.ambient", + "entity.mule.angry", "entity.mule.chest", "entity.mule.death", + "entity.mule.eat", "entity.mule.hurt", "music.creative", "music.credits", + "music_disc.11", + "music_disc.13", + "music_disc.blocks", + "music_disc.cat", + "music_disc.chirp", + "music_disc.far", + "music_disc.mall", + "music_disc.mellohi", + "music_disc.pigstep", + "music_disc.stal", + "music_disc.strad", + "music_disc.wait", + "music_disc.ward", "music.dragon", "music.end", "music.game", "music.menu", - "music.nether", + "music.nether.basalt_deltas", + "music.nether.nether_wastes", + "music.nether.soul_sand_valley", + "music.nether.crimson_forest", + "music.nether.warped_forest", "music.under_water", + "block.nether_bricks.break", + "block.nether_bricks.step", + "block.nether_bricks.place", + "block.nether_bricks.hit", + "block.nether_bricks.fall", "block.nether_wart.break", "item.nether_wart.plant", + "block.stem.break", + "block.stem.step", + "block.stem.place", + "block.stem.hit", + "block.stem.fall", + "block.nylium.break", + "block.nylium.step", + "block.nylium.place", + "block.nylium.hit", + "block.nylium.fall", + "block.nether_sprouts.break", + "block.nether_sprouts.step", + "block.nether_sprouts.place", + "block.nether_sprouts.hit", + "block.nether_sprouts.fall", + "block.fungus.break", + "block.fungus.step", + "block.fungus.place", + "block.fungus.hit", + "block.fungus.fall", + "block.weeping_vines.break", + "block.weeping_vines.step", + "block.weeping_vines.place", + "block.weeping_vines.hit", + "block.weeping_vines.fall", + "block.wart_block.break", + "block.wart_block.step", + "block.wart_block.place", + "block.wart_block.hit", + "block.wart_block.fall", + "block.netherite_block.break", + "block.netherite_block.step", + "block.netherite_block.place", + "block.netherite_block.hit", + "block.netherite_block.fall", + "block.netherrack.break", + "block.netherrack.step", + "block.netherrack.place", + "block.netherrack.hit", + "block.netherrack.fall", "block.note_block.basedrum", "block.note_block.bass", "block.note_block.bell", @@ -474,10 +585,12 @@ var SoundNames = []string{ "entity.parrot.imitate.evoker", "entity.parrot.imitate.ghast", "entity.parrot.imitate.guardian", + "entity.parrot.imitate.hoglin", "entity.parrot.imitate.husk", "entity.parrot.imitate.illusioner", "entity.parrot.imitate.magma_cube", "entity.parrot.imitate.phantom", + "entity.parrot.imitate.piglin", "entity.parrot.imitate.pillager", "entity.parrot.imitate.ravager", "entity.parrot.imitate.shulker", @@ -491,6 +604,7 @@ var SoundNames = []string{ "entity.parrot.imitate.witch", "entity.parrot.imitate.wither", "entity.parrot.imitate.wither_skeleton", + "entity.parrot.imitate.zoglin", "entity.parrot.imitate.zombie", "entity.parrot.imitate.zombie_villager", "entity.parrot.step", @@ -505,6 +619,16 @@ var SoundNames = []string{ "entity.pig.hurt", "entity.pig.saddle", "entity.pig.step", + "entity.piglin.admiring_item", + "entity.piglin.ambient", + "entity.piglin.angry", + "entity.piglin.celebrate", + "entity.piglin.death", + "entity.piglin.jealous", + "entity.piglin.hurt", + "entity.piglin.retreat", + "entity.piglin.step", + "entity.piglin.converted_to_zombified", "entity.pillager.ambient", "entity.pillager.celebrate", "entity.pillager.death", @@ -553,19 +677,29 @@ var SoundNames = []string{ "entity.rabbit.hurt", "entity.rabbit.jump", "event.raid.horn", - "music_disc.11", - "music_disc.13", - "music_disc.blocks", - "music_disc.cat", - "music_disc.chirp", - "music_disc.far", - "music_disc.mall", - "music_disc.mellohi", - "music_disc.stal", - "music_disc.strad", - "music_disc.wait", - "music_disc.ward", + "entity.ravager.ambient", + "entity.ravager.attack", + "entity.ravager.celebrate", + "entity.ravager.death", + "entity.ravager.hurt", + "entity.ravager.step", + "entity.ravager.stunned", + "entity.ravager.roar", + "block.nether_gold_ore.break", + "block.nether_gold_ore.fall", + "block.nether_gold_ore.hit", + "block.nether_gold_ore.place", + "block.nether_gold_ore.step", + "block.nether_ore.break", + "block.nether_ore.fall", + "block.nether_ore.hit", + "block.nether_ore.place", + "block.nether_ore.step", "block.redstone_torch.burnout", + "block.respawn_anchor.ambient", + "block.respawn_anchor.charge", + "block.respawn_anchor.deplete", + "block.respawn_anchor.set_spawn", "entity.salmon.ambient", "entity.salmon.death", "entity.salmon.flop", @@ -587,6 +721,11 @@ var SoundNames = []string{ "entity.sheep.step", "item.shield.block", "item.shield.break", + "block.shroomlight.break", + "block.shroomlight.step", + "block.shroomlight.place", + "block.shroomlight.hit", + "block.shroomlight.fall", "item.shovel.flatten", "entity.shulker.ambient", "block.shulker_box.close", @@ -627,13 +766,31 @@ var SoundNames = []string{ "block.slime_block.hit", "block.slime_block.place", "block.slime_block.step", - "entity.magma_cube.death_small", - "entity.magma_cube.hurt_small", - "entity.magma_cube.squish_small", + "block.soul_sand.break", + "block.soul_sand.step", + "block.soul_sand.place", + "block.soul_sand.hit", + "block.soul_sand.fall", + "block.soul_soil.break", + "block.soul_soil.step", + "block.soul_soil.place", + "block.soul_soil.hit", + "block.soul_soil.fall", + "particle.soul_escape", + "entity.strider.ambient", + "entity.strider.happy", + "entity.strider.retreat", + "entity.strider.death", + "entity.strider.hurt", + "entity.strider.step", + "entity.strider.step_lava", + "entity.strider.eat", + "entity.strider.saddle", "entity.slime.death_small", "entity.slime.hurt_small", "entity.slime.jump_small", "entity.slime.squish_small", + "block.smithing_table.use", "block.smoker.smoke", "entity.snowball.throw", "block.snow.break", @@ -642,6 +799,7 @@ var SoundNames = []string{ "entity.snow_golem.death", "entity.snow_golem.hurt", "entity.snow_golem.shoot", + "entity.snow_golem.shear", "block.snow.hit", "block.snow.place", "block.snow.step", @@ -739,6 +897,7 @@ var SoundNames = []string{ "entity.vindicator.celebrate", "entity.vindicator.death", "entity.vindicator.hurt", + "block.vine.step", "block.lily_pad.place", "entity.wandering_trader.ambient", "entity.wandering_trader.death", @@ -753,6 +912,11 @@ var SoundNames = []string{ "block.water.ambient", "weather.rain", "weather.rain.above", + "block.wet_grass.break", + "block.wet_grass.fall", + "block.wet_grass.hit", + "block.wet_grass.place", + "block.wet_grass.step", "entity.witch.ambient", "entity.witch.celebrate", "entity.witch.death", @@ -791,6 +955,17 @@ var SoundNames = []string{ "block.wooden_pressure_plate.click_off", "block.wooden_pressure_plate.click_on", "block.wood.step", + "block.wool.break", + "block.wool.fall", + "block.wool.hit", + "block.wool.place", + "block.wool.step", + "entity.zoglin.ambient", + "entity.zoglin.angry", + "entity.zoglin.attack", + "entity.zoglin.death", + "entity.zoglin.hurt", + "entity.zoglin.step", "entity.zombie.ambient", "entity.zombie.attack_wooden_door", "entity.zombie.attack_iron_door", @@ -803,15 +978,14 @@ var SoundNames = []string{ "entity.zombie_horse.hurt", "entity.zombie.hurt", "entity.zombie.infect", - "entity.zombie_pigman.ambient", - "entity.zombie_pigman.angry", - "entity.zombie_pigman.death", - "entity.zombie_pigman.hurt", + "entity.zombified_piglin.ambient", + "entity.zombified_piglin.angry", + "entity.zombified_piglin.death", + "entity.zombified_piglin.hurt", "entity.zombie.step", "entity.zombie_villager.ambient", "entity.zombie_villager.converted", "entity.zombie_villager.cure", "entity.zombie_villager.death", "entity.zombie_villager.hurt", - "entity.zombie_villager.step", }