Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 3 weeks ago
All versions
1.1.0
Release
[1.20.x-fabric] Resourcify 1.1.03 years ago 17.7K
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Unavailable version
Changes
New Features
- Shaders support: You can now browse shader packs in game using resourcify! This supports Iris (for fabric) and Optifine (for Forge). Just press the + button in the shader gui (from Iris or Optifine) and a menu where you can browse shaders will open!
- Datapack support: You can now browse datapacks in game using resourcify by pressing the plus button in the datapack gui.
Changes
- Hashes are now verified after a pack has been downloaded, this will detect if the file you downloaded is corrupted.
- Switched all hashes from SHA-1 to SHA-512
Bug Fixes
- Fixed sorting dropdown sometimes opening immediately after opening the gui
- Fixed plus button being invisible on 1.18.2 forge
- Fixed plus button sometimes becoming invisible after opening datapack gui
- Fixed update checker (again), should actually work now
- Fixed cache clearing every time a page is switched instead of only when closing gui
- Fixed version page not displaying loader correctly sometimes
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:MWW0ahsJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RLzHAoZe:MWW0ahsJ"
}

