Update sound ids to work with 1.15.2

This commit is contained in:
Computeiful
2020-01-27 22:18:19 +00:00
parent c2677ae3c8
commit 06b7779db5

View File

@ -54,6 +54,17 @@ var SoundNames = []string{
"block.beacon.ambient",
"block.beacon.deactivate",
"block.beacon.power_select",
"entity.bee.death",
"entity.bee.hurt",
"entity.bee.loop_aggressive",
"entity.bee.loop",
"entity.bee.sting",
"entity.bee.pollinate",
"block.beehive.drip",
"block.beehive.enter",
"block.beehive.exit",
"block.beehive.shear",
"block.beehive.work",
"block.bell.use",
"block.bell.resonate",
"entity.blaze.ambient",
@ -294,6 +305,13 @@ var SoundNames = []string{
"entity.guardian.hurt",
"entity.guardian.hurt_land",
"item.hoe.till",
"block.honey_block.break",
"block.honey_block.fall",
"block.honey_block.hit",
"block.honey_block.place",
"block.honey_block.slide",
"block.honey_block.step",
"item.honey_bottle.drink",
"entity.horse.ambient",
"entity.horse.angry",
"entity.horse.armor",
@ -336,8 +354,10 @@ var SoundNames = []string{
"block.iron_door.close",
"block.iron_door.open",
"entity.iron_golem.attack",
"entity.iron_golem.damage",
"entity.iron_golem.death",
"entity.iron_golem.hurt",
"entity.iron_golem.repair",
"entity.iron_golem.step",
"block.iron_trapdoor.close",
"block.iron_trapdoor.open",
@ -450,7 +470,6 @@ var SoundNames = []string{
"entity.parrot.imitate.drowned",
"entity.parrot.imitate.elder_guardian",
"entity.parrot.imitate.ender_dragon",
"entity.parrot.imitate.enderman",
"entity.parrot.imitate.endermite",
"entity.parrot.imitate.evoker",
"entity.parrot.imitate.ghast",
@ -458,10 +477,8 @@ var SoundNames = []string{
"entity.parrot.imitate.husk",
"entity.parrot.imitate.illusioner",
"entity.parrot.imitate.magma_cube",
"entity.parrot.imitate.panda",
"entity.parrot.imitate.phantom",
"entity.parrot.imitate.pillager",
"entity.parrot.imitate.polar_bear",
"entity.parrot.imitate.ravager",
"entity.parrot.imitate.shulker",
"entity.parrot.imitate.silverfish",
@ -474,9 +491,7 @@ var SoundNames = []string{
"entity.parrot.imitate.witch",
"entity.parrot.imitate.wither",
"entity.parrot.imitate.wither_skeleton",
"entity.parrot.imitate.wolf",
"entity.parrot.imitate.zombie",
"entity.parrot.imitate.zombie_pigman",
"entity.parrot.imitate.zombie_villager",
"entity.parrot.step",
"entity.phantom.ambient",