mojira.dev

Alex Thomson

Assigned

No issues.

Reported

MC-111297 Spelling mistakes (English) Invalid MC-103699 TAB doesn't fix the case of parameters of commands Awaiting Response MC-89615 Spectator Mode Sound Bug Duplicate MC-80417 Gamemode 3 on Servers Invalid MC-75173 Auto Run When Entering FullScreen Mode Duplicate

Comments

I encountered this annoying issue when joining my single player world on Minecraft 1.12.2 and decided to do some debugging to try and figure out why this is happening, I've found two issue which might be causing this issue:

  • MovingSoundMinecart is played every time an entity which is an instance of EntityMinecart is spawned (spawnEntity method in the WorldClient class).

  • MovingSoundMinecart is played by the SoundManager/SoundSystem before it's update method is called meaning the sound position (XYZ) is 0 / 0 / 0.

My mistake, I meant to put this bug report under Minecraft, Not Mojang Web Services.

Sorry about that.