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