Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
/ ahutils-mod Public archive

Minecraft utilities, also a library for AH's mods. WARNING: This mod has been deprecated, use ArnicaLib instead!

License

Notifications You must be signed in to change notification settings

auioc/ahutils-mod

Repository files navigation

AHUtils

Minecraft utilities, also a library for AH's mods.

WARNING: This mod has been deprecated, use ArnicaLib instead!

GitHub license GitHub Workflow Status   Minecraft Forge AdoptiumOpenJDK Gradle

For Developers

There are two ways to use this mod in your workspace:

GitHub Package (Recommended)

Add the following to your build.gradle:

repositories {
    maven {
        url "https://maven.pkg.github.com/auioc/ahutils-mod"
        credentials {
            username = "<GITHUB_USERNAME>"
            password = "<GITHUB_TOKEN>"
        }
    }
}

dependencies {
    compileOnly "org.auioc.mods.ahutils:ahutils-<MINECRAFT_VERSION>:<AHUTILS_VERSION>:forgelib"
    runtimeOnly "org.auioc.mods.ahutils:ahutils-<MINECRAFT_VERSION>:<AHUTILS_VERSION>:deobf"
}

Notices

  1. Mod version can be found in the Packages of this repository.
  2. You must provide a valid GitHub username and token to access the GitHub Packages.

Local JAR File

If you do not want to or can not use the GitHub Packages:

  1. Download the mod jar and forgelib jar of the version you want from Releases, then put them into libs folder.

  2. Add the following to your build.gradle:

    dependencies {
        compileOnly files("libs/ahutils-<VERSION>-forgelib.jar")
        runtimeOnly files("libs/ahutils-<VERSION>-deobf.jar")
    }

Maintainers

Credits

Contributing

Any type of contribution is welcome, here are some examples of how you may contribute to this project:

License

AHUtils is licensed under the GNU General Public License v3.0. Full license is in LICENSE file.

About

Minecraft utilities, also a library for AH's mods. WARNING: This mod has been deprecated, use ArnicaLib instead!

Topics

Resources

License

Stars

Watchers

Forks

Languages