Creators
Details
Licensed BSD-3-Clause
Published 7 months ago
Updated 2 weeks ago
All versions
0.0.9
Release
Athen 0.0.96 months ago 836
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Unavailable version
Changes
Additions
- Kuudra
- Auto requeue: supports
dtfor downtime - Block useless perks: cancel clicks and slot render
- Boss info: highlights boss and displays health
- Build info: number of players building and build progress
- Carry tracker
- Fresh alert
- Run breakdown: stun, fuel, and supply amounts
- Supply waypoints: fuel and supply pickup, drop-off waypoints
- Teammate highlight
- Auto requeue: supports
- Calculator:
/athen calc <op>and/calc <op> - Slayer pb command:
/athen times slayers - Slayer timer: server tick count
- Slayer carry tracker: server tick count
- Slayer sounds: mute endermen sounds
- Kat reminder
- Item tweaks: show hex color of item
- Rare item alert
- Render optimiser: hide fire on entities
- Slider elements in config: add units
- Lag detector
Fixes
- Terminal Solver: kick when using drop key
- Render3D: improper rendering of boxes
Optimisations
- Dungeon Carry Tracker
- Party finder: stats should load faster
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:avbpWn0t:HIhV0o0D"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:avbpWn0t:HIhV0o0D"
}

