Tags
Creators
Details
Licensed GPL-3.0-only
Published 4 months ago
All versions
1.4+1.21-1.21.1
Release
Changes, Fixes And New Features! [1.21-1.21.1]2 months ago 311
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
New Features:
- Screenshot uploader [Imgur, Catbox, S3, Custom Request]
- New config options for pack makers
- New action button
- Action button click sounds
- Copy indicator in Fullscreen preview
Changes:
- Changed Delete Action button
- Changed the way the background is rendered in the gallery (now it's a freeze frame) [thanks to this, the mods' own widgets that change the menu don't get messed up]
- Better support for fancy menu
Fixes:
- Fixed numerous rendering priority issues on MacOS
- Other bugs that I encountered while writing this update but forgot about them
If you are a pack creator, check this out
Tested on 1.21 - 26.1.2 [Fedora 42, MacOS 26.2]
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:oRvsIBeW:E3r3TXIH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oRvsIBeW:E3r3TXIH"
}

