AngleTracker_0.0.1
Compatibility
Changes
Change Log:
Beta v0.0.1 – Initial Beta Release
Features:
- Added basic tracking of viewing angles (yaw and pitch) displayed in degrees.
- Added the ability to save the current viewing angle by pressing the G key.
- Added an angle comparison system: the current yaw and pitch change color depending on how close you are to the saved angle.
- Added an angle display in the top-left corner of the screen.
- Added the H key to hide/show the angle display.
- The mod is compatible with multiplayer – each player has their own saved angles.
Known Issues:
No ability to save multiple angles simultaneously.
No interface configuration (colors, display position).
No support for other Minecraft versions or NeoForge.
To-Do List:
- Add Interface Configuration
- Add Support for Saving Multiple Angles
- Add Navigation Arrows
- Add NeoForge Support
- Expand Compatibility
- Export Saved Angles
- Expand Documentation
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:ryAafxEg:gcQabSFR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ryAafxEg:gcQabSFR"
}

