Anvian's Lib
ModrinthA small utility library for Anvian's mods.
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'
}
}
- On Common:
implementation "net.anvian.anvianslib:anvianslib-common-1.21:${anvianslib_version}"
- On Fabric:
modImplementation "net.anvian.anvianslib:anvianslib-fabric-1.21:${anvianslib_version}"
- On Forge:
implementation "net.anvian.anvianslib:anvianslib-forge-1.21:${anvianslib_version}"
- On NeoForge:
implementation "net.anvian.anvianslib:anvianslib-neoforge-1.21:${anvianslib_version}"
Versions
FAQ
How do I install Anvian's Lib?
Download the file for your Minecraft version and loader from this page, then drop the .jar into your mods (or plugins) folder and launch the game.
Is Anvian's Lib free?
Anvian's Lib is free to download on Modgrid — we link straight to the official source, no paywall or bundled installer.
Which Minecraft versions does Anvian's Lib support?
Works with Fabric, Forge, Neoforge, Quilt. Supports versions 1.19–26.2. See the download section on this page for the full list of supported versions and loaders.

Comments 0
No comments yet. Be the first to share your thoughts.