Tags
Creators
Details
Licensed MPL-2.0
Published 2 years ago
All versions
1.6.0
Release
Apec 1.6.05 days ago 69
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
[1.6.0] - 2026-07-14
🐛 Bug Fixes
- Disable gui render
💼 Other
- New Skyblock Icons
🚜 Refactor
- Initial update to 26.1+ and 'cleanup'.
[1.5.0] - 2026-01-31
🚀 Features
- Support ironman mode in auction house browser
🐛 Bug Fixes
- Text colour in extra info
[1.4.0] - 2026-01-30
🚀 Features
- Add 1.21.11 support
🐛 Bug Fixes
- Hypixel updated how text is displayed so this is a fix for that
- Remove logging
[1.3.0] - 2025-12-09
🚀 Features
- Add dungeon-specific XP display for ultimate cooldown
- Add pressure bar and text
🐛 Bug Fixes
- Update render order for ui
- Disable air bubble rendering
[1.2.0] - 2025-12-04
🚀 Features
- Re-enable rei for 1.21.9 and 1.21.10 as they are now available
[1.1.0] - 2025-12-04
⚙️ Miscellaneous Tasks
- Update mc_dep
[1.0.0] - 2025-12-04
🚀 Features
- Update to 1.21.5 and cleaned up some code
- Update to 1.21.5 and cleaned up some code
- Enhance HUD rendering and improve scoreboard data handling
- Add ItemHotBar element
- Add ToolTipText element
- Add CustomizationResetWidget and enhance BottomBar with icon support
- Add keybinding to open Apec menu and localize key category
- Add skill system with SkillBar and SkillText elements
- Add WarningIcons element
- Refactor renderItemHotbar method to use WrapOperation for improved compliability
- Improve parsePlayerStats with error handling and added missing stats
- Update SkyBlockInfo class with improved data handling and new game symbols
- Fixed skyhanni
- Update HP, MP, and XP elements to respect settings visibility
- Add apec command
- Remove the status bar
- Changed default settings keybind to M
- Fixed scoreboard bugs
- Add mod menu compatibility and new settings for hiding vanilla UI elements
- Add drill fuel bar and text elements with settings
- Migrated to stonecutter for easier version updates
- Add changelog template and CI/CD configuration files
- Implement skill view overlay and container GUI management
- Hide rei when our custom chest ui's are open
- Add Auction House overlay
- Add the Apec command back
- Add HUD toggle functionality
- Updated to 1.21.9
- Updated to 1.21.10
🐛 Bug Fixes
- Reversed scoreboard
- Remove redundant condition for publishing to Modrinth and CurseForge
- Item tooltips in AuctionHouseOverlay
- Update version checks for compatibility with 1.21.7
- Fixed mising imports
- Hud stops rendering after health is low, this rewrites to use fabric system
- 1.21.9> Fixed dragging of hud elements
- 1.21.8> selected item name not rendering
⚙️ Miscellaneous Tasks
- Update changelog config
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:qauqySVF:CM665TmZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qauqySVF:CM665TmZ"
}

