-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Magma edited this page May 17, 2026
·
3 revisions
RefinedLib is a common code library for "Refined Studios"-Projects!
- Gradient Method for Texts
- Tooltip Customisation (Border Colors, Background Color)
- Colored Icons next to Supporter Names
- Plushies of the "Refined Studios"-Members
If you're looking for Tooltip customisation, please use the ColorableItem interface instead of the TooltipUtils class.
Add the following to your build.gradle file:
repositories {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
dependencies {
modImplementation("maven.modrinth:refinedlib:${project.refinedlib_version}")
}And also add this to your gradle.properties file:
refinedlib_version:LATEST
The latest version can be found on Modrinth! PROJECT CURRENTLY STILL UNDER MODRINTH REVIEW