Tags
Creators
Details
1.5.0.1
Compatibility
Required content
Changes
Resourcify 1.5.0.1
- (1.21.2/3 fabric) Fixed mod not being marked as compatible with 1.21.2.
- (1.21.0/1 fabric) Fixed mod not being marked as compatible with 1.21.0.
Resourcify 1.5.0
Please make sure to report any bugs and/or visual anomalies on Resourcify's GitHub or in the Discord.
New features
- Added world support: a plus button will now appear on the world selection screen, which you can use to download maps from CurseForge.
- Added config option to disable the buttons in specific screens (for example you can disable the world browser button,
if you wish). To access Resourcify's config go to mod menu for fabric and click on Resourcify and then the config
button, or for (Neo)Forge press the mods button, select Resourcify and then press the config button. If you would like
to include a specific config in a modpack, all settings are saved in
.minecraft/config/resourcify.json. - Added a config option to choose if you want to use full resolution images (when available) instead of the lower resolution thumbnail images, this is usefully if you have a high-resolution screen and a fast internet connection.
- Added Korean translations by Koala0107 (#52).
- Support for 1.21.3 fabric, Forge and NeoForge will come at a later date.
Changes
- Fix modrinth gallery images using low-res images when opening them
- Use linear scaling for images instead of nearest neighbour scaling, fixes modrinth banners and logos looking pixelated due to modrinth switching to lower-resolution images for them.
- Switch to smaller thumbnail images for search and un-opened gallery images, improves gallery image loading speed, especially on slower connections
- Fix buttons getting re-created too many times, causing the fancy menu widget locator to change
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:wtF6ZMnQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RLzHAoZe:wtF6ZMnQ"
}



