Skip to content
LIUKRAST edited this page Sep 5, 2024 · 2 revisions

Welcome to the FrozenLib wiki!

Getting started

To use FrozenLib, you can add it to your project via Modrinth

repositories {
  maven { url = "https://api.modrinth.com/maven" }
}
dependencies {
  modApi("maven.modrinth:frozenlib:$frozenlib_version")
}

Versions can be found on modrinth itself.

Clone this wiki locally