1.5.0
Compatibility
Changes
News
-
New version support: 1.21.7 Fabric and NeoForge
-
New collection: Winx
-# Request from Curseforge users in the comment section
- Hide Collection tab
Now there's a tab that lets you hide specific collections from the list -# Request from users of Curseforge
- Support faces preview in the box for Dragon Ball Collection
Fixes:
- The custom figure models were coming out in the wrong position - 1.20.1 Forge/Fabric
In these versions, the figures were already out of their boxes, but that's been fixed now
- The tabs in the settings menu now have an opaque background
Depending on your background, the text might be hard to read
-
The text on the buttons for using tokens should no longer appear on top of the settings modal
-
Fixed the preview of the figures in the Claw Machine menu - +1.21.6
Working Progress
- Custom Collections Tab
I'm already working on a feature that will let you create your own collections. But there's still a lot of work to be done, even though you can see the tab
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:u1JjJR7q:sDVyLn0L"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:u1JjJR7q:sDVyLn0L"
}

