Skip to content

A lightweight minecraft library to add map icons and markers for fabric mod loader.

License

Notifications You must be signed in to change notification settings

rokoblox/pinlib

Repository files navigation

pinlib

Modrinth GitHub release (latest by SemVer including pre-releases) GitHub release (latest by SemVer including pre-releases)

A lightweight minecraft library to add map icons and markers for fabric mod loader.

Modrinth Page

How to add to your build.gradle

You can add the mod to your build.gradle file with 2 ways.

repositories {
    // Your repositories...
    maven {
        name = "Modrinth"
        url = "https://api.modrinth.com/maven"
        content {
            includeGroup "maven.modrinth"
        }
    }
}

dependencies {
    // Your dependencies....
    modApi "maven.modrinth:pinlib:<VERSION>"
}

See dependency scope to know the difference between modImplementation, modApi and include.

About

A lightweight minecraft library to add map icons and markers for fabric mod loader.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages