Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
rokoblox committed Jul 26, 2022
2 parents fffbc49 + 8a2bad9 commit 7d068d8
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# pinlib
![Modrinth](https://img.shields.io/modrinth/dt/pinlib?label=modrinth&color=green&style=for-the-badge)
![GithubRelease](https://img.shields.io/github/downloads/rokoblox/pinlib/latest/total?label=github%20releases&color=8888ff&sort=semver&style=for-the-badge)
![GitHub release (latest by SemVer including pre-releases)](https://img.shields.io/github/downloads/rokoblox/pinlib/latest/total?color=aaaaff&label=latest%20release&sort=semver&style=for-the-badge)
![GitHub release (latest by SemVer including pre-releases)](https://img.shields.io/github/downloads-pre/rokoblox/pinlib/latest/total?color=6666bb&label=latest%20pre-release&sort=semver&style=for-the-badge)

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

[Modrinth Page](https://modrinth.com/mod/pinlib)

## How to add to your build.gradle

You can add the mod to your build.gradle file with 2 ways.
Expand All @@ -29,18 +32,4 @@ dependencies {
```
See [dependency scope](https://docs.modrinth.com/docs/tutorials/maven/#dependency-scope) to know the difference between `modImplementation`, `modApi` and `include`.

### [JitPack](https://jitpack.io/)

```gradle
repositories {
// Your repositories...
maven { url 'https://jitpack.io' }
}
dependencies {
// Your dependencies....
implementation 'com.github.rokoblox:pinlib:latestdev' // or specific version.
}
```

Happy coding!

0 comments on commit 7d068d8

Please sign in to comment.