Tags
Creators
Details
1.3.0
Compatibility
Required content
Changes
Resourcify 1.3.0
New Features
- Switch markdown rendering to MineMark, this is a brand-new library for
rendering markdown. Some notable improvements over the previous implementation include:
- Support for raw HTML tags
- Support for tables
- Support for links in images
- Support for center and right alignment
- Support for horizontal rule elements
- Add support for localizations
If you find any issues please report them on GitHub or in my Discord
Changes
- Use image resizing service (https://wsrv.nl/) on browse page, this increases image loading times on the browse page, especially on slower connections
- Better multithreading for fetching images, can increase loading speed when a lot of things are being loaded at once
- Allow 3 retries for fetching important data
- Switch from kotlinx serialization to gson to decrease file size on legacy versions
Bug Fixes
- Fix resource packs getting added at top after an update
- Fix not being able to update a pack if the old and new filename match
- Fix game crashing when not being able to fetch some resources
- Fix classes loading on a wrong class loader on modern forge and causing log spam
- Fix forge crashing when loading on server side (Resourcify is still client side only)
- Fix not correctly applying shaders after update sometimes
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!
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:521tIpDa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RLzHAoZe:521tIpDa"
}

