Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Anvian's Lib

Anvian's Lib

A small utility library for Anvian's mods.

52.9k
22
Library
AboutChangelogVersions

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}"

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Compatibility

Minecraft: Java Edition

1.21.x
1.20.x
1.19.x

Platforms

Fabric
Forge
NeoForge
Quilt

Supported environments

Client and server

Links

Report issues View source
Donate on PayPal

Creators

anvian
anvian Member

Details

Licensed GPL-3.0-only
Published 4 months ago
Updated 2 weeks ago

Modrinth is open source.

main@58dac27

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.