HomeJavaModsAnvian's Lib
Anvian's Lib
ModsJava

Anvian's Lib

by anvian · on CurseForge

A small utility library for Anvian's mods. Free Minecraft Java mod for 1.20.5, 1.20.4, 1.20.2.

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.9–1.21.11 · Fabric⬇ Download for 1.21.6–1.21.8 · Fabric⬇ Download for 1.21–1.21.5 · Fabric⬇ Download for 1.20.4–1.20.6 · Fabric⬇ Download for 1.21.9–1.21.11 · Forge⬇ Download for 1.21.6–1.21.8 · Forge⬇ Download for 1.21–1.21.5 · Forge⬇ Download for 1.20.4–1.20.6 · Forge⬇ Download for 1.21.9–1.21.11 · NeoForge⬇ Download for 1.21.6–1.21.8 · NeoForge⬇ Download for 1.21–1.21.5 · NeoForge⬇ Download for 1.20.4–1.20.6 · NeoForge⬇ Download for 1.21.9–1.21.11 · Quilt⬇ Download for 1.21.6–1.21.8 · Quilt⬇ Download for 1.21–1.21.5 · Quilt⬇ Download for 1.20.4–1.20.6 · Quilt
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

Anvian's Lib

This library is designed for use in my mods and includes various helpful functions for my projects. Additionally, it introduces telemetry to track how many players are using my mods. If desired, telemetry can be disabled via the configuration file. For more details, visit the Telemetry page.

How to use

Add the following to your gradle.properties:

anvianslib_version=<version>

Add the following to your build.gradle:

repositories {
    maven {
        name = 'Repsy Anvian'
        url = 'https://repo.repsy.io/mvn/anvian/anvians-lib'
    }
}
  implementation "net.anvian.anvianslib:anvianslib-common-1.21:${anvianslib_version}"
  modImplementation "net.anvian.anvianslib:anvianslib-fabric-1.21:${anvianslib_version}"
  implementation "net.anvian.anvianslib:anvianslib-forge-1.21:${anvianslib_version}"
  implementation "net.anvian.anvianslib:anvianslib-neoforge-1.21:${anvianslib_version}"
Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more