Tags
Creators
Details
1.4.0
Compatibility
Required content
Changes
Full English changelog available on GitHub. Full French changelog available on our Discord.
Summary
This update improves template management with a search bar and a rename option for saved templates.
Added
- Added a search bar to the template screen
- Added real-time filtering for saved templates
- Added a
Renamebutton for selected templates - Added a rename screen with a simple text field
- Added automatic duplicate-name handling when renaming templates
- Added translated messages for search, empty search results, and rename actions
Improved
- Improved template management when many templates are saved
- Improved template readability by allowing custom template names
- Improved search behavior by matching template names and item-related data
- Improved the template screen workflow without changing the existing save, load, delete, or preview behavior
Notes
- Template loading still works by double-clicking a saved template
- Template previews from 1.3.0 remain unchanged
- Multi-selection, bulk deletion, and template groups are not included in this version
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:fF4BX2uB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bmJygyO3:fF4BX2uB"
}


