anglesnap
Find a file
2026-06-18 23:53:52 -07:00
.forgejo/workflows ci: add release workflow 2026-04-27 14:06:28 -07:00
gradle/wrapper port: update AngleSnap to Minecraft 26.1 2026-04-08 15:18:36 -07:00
src/main port: update AngleSnap to Minecraft 26.2-rc-2 2026-06-15 23:23:08 -07:00
.gitattributes Initial commit 2025-03-17 05:52:03 +01:00
.gitignore Initial commit 2025-03-17 05:52:03 +01:00
build.gradle port: update AngleSnap to Minecraft 26.1 2026-04-08 15:18:36 -07:00
CLAUDE.md port: update AngleSnap to Minecraft 26.1.2 2026-04-25 00:50:44 -07:00
gradle.properties release: 0.9.2+mc26.2 2026-06-18 23:47:54 -07:00
gradlew feature: Basic Mod Menu Integration (#1) 2025-03-21 17:05:44 +01:00
gradlew.bat Initial commit 2025-03-17 05:52:03 +01:00
LICENSE Initial commit 2025-03-17 05:45:20 +01:00
README.md docs: add README with feature overview and usage instructions 2026-04-08 15:25:40 -07:00
settings.gradle Initial commit 2025-03-17 05:52:03 +01:00

AngleSnap

A client-side Fabric mod for Minecraft that lets you save and snap to precise camera angles. Useful for redstone contraptions using Magic Mirror technology, such as the Mirror Pylon and Orbital Railcannon.

Features

  • Save angles -- store exact yaw/pitch values with custom names, icons, and colors
  • Snap to angles -- click a saved angle to instantly align your crosshair
  • Sky overlay -- toggle floating markers in the sky showing your saved angles (F7)
  • Angle HUD -- optional on-screen display of your current yaw/pitch, configurable to any screen corner
  • Auto-snap -- automatically snap your crosshair when looking near a saved marker
  • Per-world storage -- angles are saved separately for singleplayer worlds, Realms, and multiplayer servers
  • Multiplayer warning -- configurable anti-cheat warning when joining servers

Controls

Key Action
F6 Open the AngleSnap menu to add, edit, or remove angles. Click an angle to snap to it.
F7 Toggle the sky overlay displaying saved angles as markers

Installation

Requires Fabric Loader and Fabric API.

  1. Install Fabric Loader for your Minecraft version
  2. Download Fabric API and place it in your mods/ folder
  3. Download AngleSnap and place it in your mods/ folder

ModMenu is optional but recommended for in-game configuration access.

Configuration

Settings are accessible via ModMenu or the in-game AngleSnap menu. Options include:

  • Overlay visibility and marker scale
  • Text label scale
  • Snap-to-marker sensitivity and delay
  • HUD corner position (top-left, top-right, bottom-left, bottom-right)

Config files are stored in .minecraft/config/anglesnap/, with saved angles organized into subdirectories for singleplayer, Realms, and multiplayer.

Building from Source

./gradlew build

The built jar will be in build/libs/.

License

MIT