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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user