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