
Modrinth · Minecraft mod
CrowBar
Adds skins and nametags to the player locator bar
Quick answer
Which CrowBar release matches 1.21.7?
CrowBar 1.0.2+mc1.21.6-1.21.8-neoforge targets 1.21.6, 1.21.7, 1.21.8 with NeoForge. It must be installed on the client. Do not install it on the dedicated server. No extra mods listed for this file.
Where it goes
Is CrowBar required on the client, server, or both?
It must be installed on the client. Do not install it on the dedicated server.
This file is marked client-only.
What else does CrowBar 1.0.2+mc1.21.6-1.21.8-neoforge need?
1.0.2+mc1.21.6-1.21.8-neoforge on 1.21.7. Every mod below is checked against that same setup.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add CrowBar without breaking your instance.
Built for CrowBar 1.0.2+mc1.21.6-1.21.8-neoforge on 1.21.7. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 1.0.2+mc1.21.6-1.21.8-neoforge. It targets 1.21.6, 1.21.7, 1.21.8 with NeoForge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
It must be installed on the client. Do not install it on the dedicated server.
- 04
Pick the file you checked
Use the “Get this file” button beside 1.0.2+mc1.21.6-1.21.8-neoforge. It opens that exact file at the source.
About this project
What does CrowBar add?
CrowBar is a client mod for Minecraft 1.21.6-1.21.11, 26.1.x, 26.2, and 26.3 that extends the locator bar with readable player name tags, skin markers, distance text, team-colored dots, and a self-view capture mode. Available for both Fabric and NeoForge.
Features
- Renders player names above locator bar markers.
- Can replace locator dots with player skin faces.
- Shows optional distance text next to player names.
- Preserves team colors when a team color is available.
- Adds a self-view mode for clean locator bar screenshots.
- Hides hearts, hunger, armor, and the vanilla locator bar while self-view mode is active.
- Works as a client-side mod; servers do not need to install CrowBar.
- Includes Mod Menu support for toggling features in-game.
Allium Servers
Allium Essentials is an optional Paper server plugin that can send CrowBar a dedicated locator payload. When Allium is installed, CrowBar does not have to rely on vanilla locator waypoints: the server can send the player UUID, position, team color, and visibility state needed for the custom locator bar.
That lets CrowBar keep rendering players who are hidden, sneaking, invisible, or otherwise missing from vanilla waypoint data. It also lets the server keep NPC waypoint transmit range at zero while still giving CrowBar the real player data it needs.
Without Allium, CrowBar falls back to normal client-visible players, including LAN and integrated-server sessions.
GPX-CrowBar
When GPExpansion is installed on the server, claim waypoints display the claim name and a bowtie marker on the locator bar to the claim owner and trusted players. CrowBar reads the same locator data and renders the name tag above the waypoint, giving you readable claim labels right on the locator bar.

Requirements
Use the jar that matches your Minecraft line and loader:
Fabric
CrowBar-1.21.6-1.21.8: Minecraft 1.21.6-1.21.8, Java 21, Fabric Loader 0.18.4 or newer, Fabric API 0.125.0 or newer.CrowBar-1.21.x: Minecraft 1.21.9-1.21.11, Java 21, Fabric Loader 0.18.4 or newer, Fabric API 0.141.4 or newer.CrowBar-26.1.x: Minecraft 26.1.x, Java 25, Fabric Loader 0.19.2 or newer, Fabric API 0.150.0 or newer.CrowBar-26.x: Minecraft 26.2, Java 25, Fabric Loader 0.19.3 or newer, Fabric API 0.152.2 or newer.CrowBar-26.3.x: Minecraft 26.3, Java 25, Fabric Loader 0.19.5 or newer, Fabric API 0.160.7 or newer.
NeoForge
CrowBar-1.21.6-1.21.8-neoforge: Minecraft 1.21.6-1.21.8, Java 21, NeoForge 21.6 or newer.CrowBar-1.21.9-1.21.10-neoforge: Minecraft 1.21.9-1.21.10, Java 21, NeoForge 21.9 or newer.CrowBar-1.21.x-neoforge: Minecraft 1.21.11, Java 21, NeoForge 21.11 or newer.CrowBar-26.1.x-neoforge: Minecraft 26.1.x, Java 25, NeoForge 26.1 or newer.CrowBar-26.2.x-neoforge: Minecraft 26.2, Java 25, NeoForge 26.2 or newer.CrowBar-26.3.x-neoforge: Minecraft 26.3, Java 25, NeoForge 26.3 (beta) or newer.
Mod Menu is optional on Fabric, but recommended for the config screen. NeoForge uses the settings screen extension point instead.
Controls
Default keybinds:
N: Toggle locator name tagsB: Toggle locator skinsZ: Toggle claim waypointsX: Show distance
Keybinds can be changed from Minecraft's controls menu under the CrowBar category.
Installation
Fabric
- Install Fabric Loader for your Minecraft version.
- Install Fabric API.
- Put the matching CrowBar jar into your
modsfolder. - Launch the game.
NeoForge
- Install NeoForge for your Minecraft version.
- Put the matching CrowBar NeoForge jar into your
modsfolder. - Launch the game.
Building
./gradlew build
# or per version/loader:
./gradlew :version21_6:fabric:build :version21_6:neoforge:build :version21_9:fabric:build :version21_9:neoforge:build :version21:neoforge:build
Each supported Minecraft line has fabric and neoforge subprojects:
| Directory | Minecraft | Loaders |
|---|---|---|
version21_6 |
1.21.6 – 1.21.8 | Fabric, NeoForge |
version21_9 |
1.21.9 – 1.21.11 | Fabric, NeoForge |
version21 |
1.21.11 | NeoForge |
version26_1 |
26.1.x | Fabric, NeoForge |
version26_2 |
26.2.x | Fabric, NeoForge |
version26_3 |
26.3.x | Fabric, NeoForge |
The built jars are written to versionXX/<loader>/build/libs/. Loader-agnostic logic shared by all jars lives in common/ and is bundled into each jar.
NeoForge notes: the NeoForge jars use ModDevGradle and compile against official mappings; the 26.x NeoForge subprojects target Java 25 (their Minecraft line requires it), everything else targets Java 21. NeoForge builds are split per Minecraft line because Mojang's class renames (e.g. ResourceLocation → Identifier in 1.21.11) change the API surface. 26.3 also replaced GLFW with SDL3, so its keybinds and modifier checks go through InputConstants instead of LWJGL's GLFW bindings.
Links
- Website: https://castled.codes
- Issues: https://github.com/castledking/CrowBar/issues
- Upstream inspiration: https://github.com/MCRcortex/headlocatorbar
Project description from Modrinth.
Pick your setup
CrowBar by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.2
2 loader builds26.1.2
2 loader builds26.1.1
2 loader builds26.1
2 loader builds1.21.11
2 loader builds1.21.10
2 loader builds1.21.9
2 loader builds1.21.8
2 loader builds1.21.7
2 loader builds1.21.6
2 loader buildsCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
CrowBar versions and loaders
1.0.2+mc1.21.6-1.21.8-neoforge
CrowBar-1.21.6-1.21.8-neoforge-1.0.2.jar
17 Sept 2026
1.0.2+mc1.21.6-1.21.8
CrowBar-1.21.6-1.21.8-1.0.2.jar
17 Sept 2026
1.0.1+mc1.21.6-1.21.8-neoforge
CrowBar-1.21.6-1.21.8-neoforge-1.0.1.jar
12 Sept 2026
1.0.1+mc1.21.6-1.21.8
CrowBar-1.21.6-1.21.8-1.0.1.jar
12 Sept 2026
1.0.0+mc1.21.6-1.21.8-neoforge
CrowBar-1.21.6-1.21.8-neoforge-1.0.0.jar
25 Aug 2026
1.0.0+mc1.21.6-1.21.8
CrowBar-1.21.6-1.21.8-1.0.0.jar
25 Aug 2026
0.1.19+mc1.21.x
CrowBar-1.21.x-0.1.19.jar
18 Aug 2026
0.1.18+mc1.21.x
CrowBar-1.21.x-0.1.18.jar
14 Aug 2026
0.1.17+mc1.21.x
CrowBar-1.21.x-0.1.17.jar
14 Aug 2026
0.1.16+mc1.21.x
CrowBar-1.21.x-0.1.16.jar
11 Aug 2026
0.1.15+mc1.21.x
CrowBar-1.21.x-0.1.15.jar
10 Aug 2026
0.1.14+mc1.21.x
CrowBar-1.21.x-0.1.14.jar
25 Jul 2026
Looking for an older file? The official Modrinth project page is in Resources.
