mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Fix minor copy and paste comment mistake
This commit is contained in:
parent
ddf92feb03
commit
3a42b98b77
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ public class FenceGateSoundInteractionTranslator implements BlockSoundInteractio
|
|||
String materialIdentifier = getMaterialIdentifier(identifier);
|
||||
float volume = 1.0f;
|
||||
float pitch = 1.0f;
|
||||
// Sounds are quieter for wooden trapdoors and bamboo wood doors
|
||||
// Sounds are quieter for wooden and bamboo fence gates.
|
||||
if (materialIdentifier.equals("block.") || materialIdentifier.equals("block.bamboo_wood_")) {
|
||||
volume = 0.9f;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue