Skip to content

KirboSoftware-Mods/PoyoLib

Repository files navigation

Poyo Lib

A utility library for all KirboSoftware mods

Using it in your project

add the repository

repositories {
    //...
    maven {
        name "KirboSoftware"
        url "https://maven.kirbosoftware.com/releases"
    }
    //...
}

then add the project like so

dependencies {
    //...
    modImplementation "com.kirbosoftware:poyolib:$version"
    //...
}

replace $version with the version of poyo lib you want to use. latest is 0.3.0

License

Poyo Lib is under the MIT, please check out the license!

About

A utility library mod for all Kirbosoftware mods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages