Tags
Creators
Details
1.6.0
Compatibility
Required content
Changes
Full English changelog available on GitHub. Full French changelog available on our Discord.
Summary
This update adds multi-selection support for templates, allowing multiple templates to be deleted or assigned to a group at once.
Added
- Added multi-selection for templates using
Ctrl + Click - Added support for deleting multiple selected templates at once
- Added support for assigning multiple selected templates to a group at once
- Added a dedicated Group Options button to open group management
- Added support for deleting empty custom groups from the group options screen
Improved
- Improved the template screen button layout
- Improved button readability by separating template actions and group actions into two rows
- Improved group management access by making Group Options available even when no template is selected
- Improved the group name field placeholder behavior so it disappears as soon as text is entered
- Improved rename safety so templates can only be renamed when a single template is selected
Notes
Ctrl + Clickis used for multi-selection in this version- Double-click still loads a single template as before
- Rename is disabled when multiple templates are selected
- Group assignment now supports one or multiple selected templates
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:bmJygyO3:36goIhd2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bmJygyO3:36goIhd2"
}


