mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Remove iron check from fence gate sound translator.
Iron fence gates dont exist (yet)
This commit is contained in:
parent
109e4a089a
commit
c767b75ffa
1 changed files with 0 additions and 1 deletions
|
|
@ -36,7 +36,6 @@ import org.geysermc.geyser.util.SoundUtils;
|
|||
public class FenceGateSoundInteractionTranslator implements BlockSoundInteractionTranslator {
|
||||
@Override
|
||||
public void translate(GeyserSession session, Vector3f position, String identifier) {
|
||||
if (identifier.contains("iron")) return;
|
||||
boolean open = identifier.contains("open=true");
|
||||
String materialIdentifier = getMaterialIdentifier(identifier);
|
||||
float volume = 1.0f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue