-
v0.9.1+mc26.1.2
StableAll checks were successfulBuild and Release / release (push) Successful in 36sreleased this
2026-04-27 14:10:00 -07:00 | 3 commits to main since this releasev0.9.1+mc26.1.2
Initial release.
- ci: add release workflow (
2179655) - ci: remove stock GitHub workflow (
9b9e36c) - release: 0.9.1+mc26.1.2 (
ed0a799) - port: update AngleSnap to Minecraft 26.1.2 (
e44e0e8) - docs: add README with feature overview and usage instructions (
9c63609) - port: update AngleSnap to Minecraft 26.1 (
61fe312) - docs: update CLAUDE.md for 26.1 port (
e5d6239) - fix: keep overlay visible when menus are open (
246bb49) - feat: add HUD corner config and attempt marker bobbing fix (
33d851d) - remove camera position (F8) functionality (
eda4ffc) - fix: add missing vertex elements for entityTranslucentEmissive render layer (
32efa5e) - port: update to 1.21.11 (
06159d9) - Version 0.8.0 (
8c4b244) - fix: save realms angles to separate folder based on server name instead of address (
0bd5946) - upgradle: update to 1.21.8 (
9c0f661) - port: update to 1.21.6 (#15) (
eeab088) - Version 0.7.0 (
9e0422f) - new: add icon (
67b1cdc) - fix: add disable multiplayer warning translation (
c8d5972) - change: update metadata (
0c8c0f9) - feature: add multiplayer warning screen see https://github.com/KingContaria/anglesnap/issues/7 (
564fcdb) - port: update to 1.21.5 (
3ef5f68) - Version 0.6.0 (
7506755) - fix: use effect vertex consumers to ensure overlay is rendered above terrain with iris fix cherrypicked from https://github.com/KingContaria/anglesnap/pull/3, thanks to @hotpad100c (
341e7bd) - feature: add camera snapping (
c5c5696) - Version 0.5.1 (
0d1bd46) - change: only replace characters once an exception has been thrown no need to be overly strict for singleplayer worlds, potentially causing overlap (
5509441) - fix: replace invalid characters in server address for save path (
92a7e1a) - Version 0.5.0 (
eb867f7) - feature: add more information to fabric.mod.json (
c54c38f) - feature: save angles on a per-world basis (
6956968) - feature: Basic Mod Menu Integration (#1) (
4d2c799) - Version 0.4.1 (
a51d7f7) - fix: deactivate icon button when not editing (
f8b71ba) - fix: wrong number displayed in yaw field (
5473657) - Version 0.4.0 (
7d3f5d5) - feature: add multiple icons and allow more to be provided by resourcepacks (
8028b7f) - Version 0.3.1 (
e95ee06) - fix: wrap player angle when checking for closest angle to snap to (
5d35e3d) - Version 0.3.0 (
eb0f3e0) - feature: add options to snap to angles when overlay is active (
b3cf9b6) - feature: add a color parameter to angles and make the marker icon a texture (
62c6534) - Version 0.2.0 (
7098c4d) - fix: correctly register angles option and make overlay always render in front of world (
a2a937e) - feature: add anglesnap overlay (
e36fa62) - change: allow any input characters in yaw/pitch text fields but color wrong input red fixes not being able to type just a "-" (
6277094) - Initial commit (
4f19d7f) - Initial commit (
0f7ee81)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
anglesnap-0.9.1+mc26.1.2+mc26.1.2.jar
1 download ·
2026-04-27 14:10:00 -07:00 · 57 KiB
- ci: add release workflow (