Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 7 hours ago
All versions
2.8.0+26.1.2
Release
collectorsalbum-neoforge-2.8.0+26.1.27 hours ago 6
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Release 2.8.0+26.1.x
- Added 90 blank cards which can be used by datapack creators without the need to add new items
- Improved collectors album tab item order
- Updated card texture templates to use an item multi-layering system
- Each card texture is now composed of card background texture + icon overlay
- this will allow datapack/resource pack creators to easily update all card icons without the need to manually update all 900 cards
- Fixed card rendering in the pack opening UI
- Now renders the actual item instead of trying to find texture based on the item ID
- Should resolve all issues with multilayer item rendering / items with custom texture paths
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:4pdmGHx9:cHoT3zlg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4pdmGHx9:cHoT3zlg"
}


