Make the machines louder so you can actually hear them. Fixes #1755

This commit is contained in:
modmuss50 2019-08-08 13:45:02 +01:00
parent 2415040add
commit ac2e224afe

View file

@ -54,7 +54,7 @@ public class ModSounds {
return;
}
world.playSound(null, blockEntity.getPos().getX(), blockEntity.getPos().getY(),
blockEntity.getPos().getZ(), ModSounds.MACHINE_RUN, SoundCategory.BLOCKS, 0.1F, 1F);
blockEntity.getPos().getZ(), ModSounds.MACHINE_RUN, SoundCategory.BLOCKS, 1F, 1F);
}
}
}