Skip to content

A Minecraft mod that forces the F3-screen crosshairs to render even when the F3-screen is not active

Notifications You must be signed in to change notification settings

cooper-anderson-mc/DebugCrosshair

Repository files navigation

DebugCrosshair CircleCI CurseForge

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.

Requirements

  • Minecraft with Forge version 14.23.4.2726 or higher

Installation

  • 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

Contributing

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;

Images

Config Screen

Modpacks

You are free to include this mod in any modpack you wish.