From 33cc160aa21aade01003f8b3d6542d34addfbb1a Mon Sep 17 00:00:00 2001 From: Fusion-Flux Date: Tue, 22 Aug 2023 19:16:39 -0500 Subject: [PATCH] further audio tweeks --- .../portalcubed/blocks/blockentities/FaithPlateBlockEntity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/fusionflux/portalcubed/blocks/blockentities/FaithPlateBlockEntity.java b/src/main/java/com/fusionflux/portalcubed/blocks/blockentities/FaithPlateBlockEntity.java index 849de9fb..9adf5f04 100644 --- a/src/main/java/com/fusionflux/portalcubed/blocks/blockentities/FaithPlateBlockEntity.java +++ b/src/main/java/com/fusionflux/portalcubed/blocks/blockentities/FaithPlateBlockEntity.java @@ -106,7 +106,7 @@ public void tick(Level world, BlockPos pos, BlockState state) { null, pos.getX() + 0.5, pos.getY() + 1, pos.getZ() + 0.5, PortalCubedSounds.CATAPULT_LAUNCH_EVENT, SoundSource.BLOCKS, - .3f, 1f + .2f, 1f ); } }