DebugCrosshair is a mod for Minecraft 1.12.2+
. It forces the F3-screen crosshairs to render even when the F3-screen is not active.
In the config screen of the mod you can:
- quickly enable/disable the mod
- change the colors of the axes
- change the size of the axes
- change the thickness of the axes
This mod is entirely clientside, which means you can use it on a server that does not have the mod.
- Minecraft with Forge version
14.23.4.2726
or higher
- It is recommended to install via the Twitch Desktop App's Minecraft mod manager
- If for some reason you must install it manually, just drop the .jar file in the mods folder in your minecraft directory as usual
You are welcome to contribute in any way, whether it be bug reporting or pull requests. Here are the instructions on settings up a development environment for the mod:
# Clone the repository:
git clone https://github.com/cooper-anderson-mc/DebugCrosshair && cd DebugCrosshair;
# Setup Forge and decompile Minecraft:
./gradlew setupDecompWorkspace;
# Run Client when desired:
./gradlew runClient;
You are free to include this mod in any modpack you wish.