1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-31 20:56:29 +00:00

Disable locator bar until 1.21.6 is fully supported

This commit is contained in:
onebeastchris
2025-06-17 17:07:59 +02:00
parent 871390b803
commit 2a4e76a810

View File

@@ -839,6 +839,9 @@ public class GeyserSession implements GeyserConnection, GeyserCommandSource {
gamerulePacket.getGameRules().add(new GameRuleData<>("spawnradius", 0));
// Recipe unlocking
gamerulePacket.getGameRules().add(new GameRuleData<>("recipesunlock", true));
// Disable locator bar for now
gamerulePacket.getGameRules().add(new GameRuleData<>("locatorBar", false));
upstream.sendPacket(gamerulePacket);
}