TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Larger Firepits Cause Sound issues.

StoneLegion opened this issue ยท 2 comments

commented

Describe the bug
Make sure to include:
On Multiplayer my mate made a big Firepit and it caused that audio shuddering sounds that might also be causing or can cause performance issues on a client.

Example: https://www.youtube.com/watch?v=V3oE-jFum7M

To Reproduce
Make a Large Firepit and lite her up!

Meta Info

  • TFC Version: 0.27.7.107
commented

Is this TFC only or are other mods loaded. Please provide a complete report to help save time.

commented

What he means is the Charcoal Pit (burning log piles that create charcoal blocks).

The issue explained: Each Log Pile is making a burning sound, hence larger pits cause issues. See :

worldIn.playSound((double) pos.getX() + 0.5D, (double) pos.getY(), (double) pos.getZ() + 0.5D, SoundEvents.BLOCK_FIRE_AMBIENT, SoundCategory.BLOCKS, 0.5F, 0.6F, false);