promotional bannermobile promotional banner

Crow Bar

Adds skins and nametags to the player locator bar
Back to Files

CrowBar v1.0.1

File nameCrowBar-26.2.x-neoforge-1.0.1.jar
Uploader
castledkingcastledking
Uploaded
Sep 12, 2026
Downloads
13
Size
70.4 KB
Mod Loaders
NeoForge
File ID
8866367
Type
R
Release
Supported game versions
  • 26.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:crow-bar-1667680:8866367"

Learn more about Curse Maven

What's new

v1.0.1: fix client crash when joining servers that verify players before login completes

CrowBar v1.0.1

A bugfix release for the Minecraft 26.1.x and 26.2 Fabric builds. Clients running CrowBar 1.0.0 could crash out of the world immediately after connecting to servers that hold players in a verification phase before the login handshake finishes.

Fixed

  • Fixed a crash on join (NullPointerException in CrowBarState.checkXpGain) that disconnected the client from servers running anti-bot or verification plugins.
    • Player.gameMode() is null between the moment the client enters the level and the server's first game mode packet. Servers that hold players in a "please do not move" verification phase tick the player during that window, so CrowBar's experience-gain check dereferenced a null game mode and threw a ReportedException from Level.guardEntityTick, tearing down the level session.
    • The game mode is now checked for null before the survival test, so the experience-gain tracker simply skips ticks that happen before the server assigns a game mode.

Affected Builds

  • Minecraft 26.1.x (Fabric) and Minecraft 26.2 (Fabric) carried the bug and are fixed.
  • The NeoForge builds and the 1.21.x Fabric builds never read the game mode in the experience-gain check and were never affected; they are rebuilt at 1.0.1 so every listing stays on one version.

Testing

  • Verified the 26.1.x and 26.2 Fabric subprojects compile and package cleanly with the guard in place.
  • Confirmed no other code path in any loader build dereferences Player.gameMode().

Downloads

  • CrowBar-1.21.6-1.21.8-1.0.1.jar for Minecraft 1.21.6-1.21.8 (Fabric)
  • CrowBar-1.21.6-1.21.8-neoforge-1.0.1.jar for Minecraft 1.21.6-1.21.8 (NeoForge)
  • CrowBar-1.21.9-1.21.10-neoforge-1.0.1.jar for Minecraft 1.21.9-1.21.10 (NeoForge)
  • CrowBar-1.21.x-1.0.1.jar for Minecraft 1.21.9-1.21.11 (Fabric)
  • CrowBar-1.21.x-neoforge-1.0.1.jar for Minecraft 1.21.11 (NeoForge)
  • CrowBar-26.1.x-1.0.1.jar / CrowBar-26.1.x-neoforge-1.0.1.jar for Minecraft 26.1.x
  • CrowBar-26.x-1.0.1.jar / CrowBar-26.2.x-neoforge-1.0.1.jar for Minecraft 26.2

This mod has no additional files