CrowBar v0.1.13
Fixes the locator bar background persisting when no players are online on an Allium server, and fixes the CI build after the version26 project was renamed to version26_2.
Fixed
- Locator bar background no longer shows with 0 players online: The background condition in
CrowBarHudRenderer(26.1/26.2) was gated onhasAlliumDataReceived()— a sticky boolean that staystrueforever once the first Allium packet arrives. Even after the server sends a packet with 0 players (or all entries expire after the 5-second TTL), the background kept rendering. Changed tohasRenderablePlayers(client.player.getUUID())which checks for non-self, non-expired entries across Allium data and integrated server sources.
Changed
CrowBarHudRenderer(26.1, 26.2): Background condition fromhasAlliumDataReceived() || isIntegratedServer→(hasAlliumDataReceived() || isIntegratedServer) && hasRenderablePlayers(selfUuid).
Downloads
CrowBar-1.21.x-x.x.x.jar— Minecraft 1.21.6–1.21.11CrowBar-26.1.x-x.x.x.jar— Minecraft 26.1.xCrowBar-26.2.x-x.x.x.jar— Minecraft 26.2