Tags
Creators
Details
Licensed ARR
Published 4 months ago
Updated 4 months ago
All versions
1.0.0
Release
AcademyCardAlbum+ 1.0.04 months ago 71
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Unavailable version
Unavailable version
Changes
Full English changelog available on GitHub. Full French changelog available on our Discord.
Summary
Initial release of AcademyCardAlbum+ for Fabric 1.21.1.
Added
- Added a bigger paginated card album for Academy with a 2x6 layout
- Added support for multiple album pages instead of a single limited card view
- Added support for Academy cards only inside the custom album
- Added active card effects while the album is equipped in the Card Album trinket slot
- Added runtime effect handling directly in AcademyCardAlbum+ instead of relying on Academy’s internal album pipeline
- Added custom album skins through anvil renaming and custom model data
- Added page navigation with custom arrows and stable page switching
- Added improved click support across the full card area
- Added keyboard drop support for cards inside the custom album UI
- Added admin commands:
/aca reload,/aca setpages <number>,/aca rename <name>, and/aca rename clear
Changed
- Changed the album experience to stay visually close to the original Academy album while expanding storage capacity
- Changed card interaction to feel more natural with larger click zones and better UI behavior
- Changed effect activation so the custom album can apply card bonuses correctly when equipped
Improved
- Improved page stability when switching between filled and empty pages
- Improved hover behavior and tooltip layering in the album UI
- Improved card rendering inside the album to better match the Academy style
- Improved overall usability for managing large card collections
Notes
- Academy is required
- Trinkets is required through Academy
- AcademyCardAlbum+ is designed for Fabric 1.21.1
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:WUJgkkcX:luyN2RLM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WUJgkkcX:luyN2RLM"
}

