diff --git a/1.11/src/main/java/nmd/primal/forgecraft/blocks/PistonBellows.java b/1.11/src/main/java/nmd/primal/forgecraft/blocks/PistonBellows.java index 6752ba02..f0421221 100644 --- a/1.11/src/main/java/nmd/primal/forgecraft/blocks/PistonBellows.java +++ b/1.11/src/main/java/nmd/primal/forgecraft/blocks/PistonBellows.java @@ -75,7 +75,7 @@ public class PistonBellows extends CustomContainerFacing { world.setBlockState(pos, state.withProperty(ACTIVE, true), 2); //world.playSound(pos, ForgecraftSounds.PISTON_BELLOWS, SoundCategory.BLOCKS, 1.0f, 1.0f); //world.playSound((double)pos.getX(), (double)pos.getY(), (double)pos.getZ(), ModSounds.PISTON_BELLOWS, SoundCategory.BLOCKS, 1.0f, 1.0f, true); - world.playSound(null, pos, ModSounds.PISTON_BELLOWS, SoundCategory.BLOCKS, 1.0F, 1.0F); + world.playSound(null, pos, ModSounds.PISTON_BELLOWS, SoundCategory.BLOCKS, 0.25F, 0.8F); //playSound(@Nullable EntityPlayer player, double x, double y, double z, SoundEvent soundIn, SoundCategory category, float volume, float pitch) diff --git a/1.11/src/main/resources/assets/forgecraft/sounds/piston_bellows.ogg b/1.11/src/main/resources/assets/forgecraft/sounds/piston_bellows.ogg index 31da025f..b6ee9d1f 100644 Binary files a/1.11/src/main/resources/assets/forgecraft/sounds/piston_bellows.ogg and b/1.11/src/main/resources/assets/forgecraft/sounds/piston_bellows.ogg differ