Tags
Creators
Details
1.6.1
Compatibility
Required content
Changes
Resourcify 1.6.1
The future
This will be the last version that supports all the versions currently supported by Resourcify, in the next version only the following version will be supported:
- 1.21.2-1.21.4
- 1.21.0-1.21.1
- 1.20.0-1.20.1
This decision has been made to streamline the development process, the versions that we are continuing to support account for almost 80% of all downloads over the last 30 days. After this point, all other versions will only receive critical updates, this means if a source API changes or a common crash is found, this will still be fixed. But no new features will be added.
Changes
- Added French translations. - AuthenTiiq (#62)
- Added Portuguese (Brazil) translations. - SeriousFreezing (#58)
- Updated Korean translations. - Koala0107 (#57)
- Updated Turkish translations. - WinTone01 (#60)
- Fixed Resourcify not showing all Modrinth datapacks due to an API change.
- Fixed sorting issues in CurseForge updating causing an older version to be shown as the new version.
- Fixed update all button showing even when no uploads are available, and getting stuck on "updating..." when clicked.
Looking for a top-notch Minecraft server host? BisectHosting has got you covered! Create your own server at bisecthosting.com/diamond and use code diamond to get 25% of your first month while also supporting me!
Optional dependencies
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:RLzHAoZe:YrNz2SLJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RLzHAoZe:YrNz2SLJ"
}

