Skip to content
Magma edited this page May 17, 2026 · 3 revisions

RefinedLib is a common code library for "Refined Studios"-Projects!

Features

  • Gradient Method for Texts
  • Tooltip Customisation (Border Colors, Background Color)
  • Colored Icons next to Supporter Names
  • Plushies of the "Refined Studios"-Members

Before you start

If you're looking for Tooltip customisation, please use the ColorableItem interface instead of the TooltipUtils class.

Setting up

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

Clone this wiki locally