From 8ed167c94375abcf554c7aca353c7ff8f9149df9 Mon Sep 17 00:00:00 2001 From: roko <40763333+rokoblox@users.noreply.github.com> Date: Tue, 26 Jul 2022 12:25:12 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba5a599..6dc9cae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # 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. From 36e0728c18f429373934ce8ffa993203eb4c9f6d Mon Sep 17 00:00:00 2001 From: roko <40763333+rokoblox@users.noreply.github.com> Date: Tue, 26 Jul 2022 12:28:57 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6dc9cae..77284d3 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ 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. From 8a2bad9161eb8e0f1694f58bae90e5bda2a08ed3 Mon Sep 17 00:00:00 2001 From: roko <40763333+rokoblox@users.noreply.github.com> Date: Tue, 26 Jul 2022 12:47:56 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 77284d3..29bc397 100644 --- a/README.md +++ b/README.md @@ -32,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!