Carry On

Carry On

112M Downloads

Sound glitch when carrying tamed wolf with Armor

vico93 opened this issue · 8 comments

commented

Issue

When carrying an armored wolf (from @CenturionFox 's Wolf Armor and Storage) the weird sound glitch happens. Maybe this is related to @OreCruncher DynamicSurrondings because it adds footsteps sounds, i dont know.

Steps to Reproduce

Version of Minecraft, Carry On, Forge

  • MC 1.12.2
  • Forge 2691
  • CarryOn 1.9
  • Wolf Armor 2.1.0.24-RELEASE
  • DynamicSurrondings 3.4.9.13

Screenshots encouraged

commented

Checked on the Dynamic Surroundings side of things and I didn't notice anything unusual with DS behavior. The sound that is repeatedly playing is the Minecraft iron armor equip sound event.

EDIT: Still doing some more digging on my side. Need to check into hotbar handling.

commented

Very strange. Carry On is supposed to play the living sound of the animal on pickup, but just once.

commented

Perharps this is something aggravated by @CenturionFox mod, but since he's offline i'm afraid this cant be fixed

commented

Yeah this is probably my bad. I'm not sure how CarryOn works, but I think the issue is originating from Wolf Armor raising sound events during deserializeNBT on the capability, which... really doesn't need to happen.

Opened #42 in WolfArmor to fix.

commented

More followup. I checked into the issue some more as it relates to Dynamic Surroundings. The sound play request that is happening is coming from the server, and since DS generates sound requests client side it's not me. I did not dig into the server side - I just did enough work to confirm it's not Dynamic Surroundings. ;)

commented

Thanks Centurion!

commented

Should be fixed now, see fa56355

commented

Great, thank you!