1.3.2+26.2
Compatibility
Changes
Folders! 1.3.2 for 26.2
Support for 26.2
Add custom icons
Folders! 1.3.1 for 26.1
Support for 26.1
Folders! 1.3.0 for 1.21.11
Support for 1.21.11
Add world and server collages for folder icons
Add button dragging configs
Fix bugs with world search
Fix essential compatibility
Folders! 1.2.11 for 1.21.9 & 1.21.10
Fix unable to edit configs
Folders! 1.2.10 for 1.21.9 & 1.21.10
Support for 1.21.9 and 1.21.10
Folders! 1.2.9 for 1.21.6 & 1.21.7
Support for 1.21.6 and 1.21.7
Folders! 1.2.8 for 1.21.5
Fix mod name in Mod Menu Fix unable to edit multiplayer folders and entries Add client game test
Folders! 1.2.7 for 1.21.5
Support for 1.21.5
Folders! 1.2.6 for 1.21.4
Support for 1.21.4
Folders! 1.2.5 for 1.21.2 & 1.21.3
Support for 1.21.2 and 1.21.3
Folders! 1.2.4 for 1.21
Fix crash when saving an edited world or deleting a world
Folders! 1.2.3 for 1.21
Support for 1.21
Folders! 1.2.2 for 1.20.5
Update to 1.20.5
Folders! 1.2.1 for 1.20.4
Refactor code
Add interface injection
Remove Fabric API dependency
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:zKrZtg3n:EIF0cUKm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zKrZtg3n:EIF0cUKm"
}

