diff --git a/README.md b/README.md index 6e9270c..732e7d4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # Simple Authentication Mod -![License](https://img.shields.io/badge/License-MIT-brightgreen) -[![Curseforge downloads](http://cf.way2muchnoise.eu/full_simpleauth_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/simpleauth) +![License](https://img.shields.io/github/license/samolego/simpleauth.svg) ![Gradle Build](https://github.com/samolego/SimpleAuth/workflows/Gradle%20Build/badge.svg) +![Version](https://img.shields.io/github/v/tag/samolego/SimpleAuth.svg?label=version) +![Issues](https://img.shields.io/github/issues/samolego/simpleauth.svg) +[![Curseforge downloads](http://cf.way2muchnoise.eu/full_simpleauth_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/simpleauth) Requires Fabric API. diff --git a/gradle.properties b/gradle.properties index 2e760cb..31b2a20 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,9 +2,9 @@ org.gradle.jvmargs=-Xmx1G # Fabric properties -minecraft_version=20w20a -yarn_mappings=20w20a+build.1 -loader_version=0.8.2+build.194 +minecraft_version=20w20b +yarn_mappings=20w20b+build.1 +loader_version=0.8.3+build.196 #Fabric api fabric_version=0.10.9+build.346-1.16 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index aa2a645..9f52385 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -25,7 +25,7 @@ ], "depends": { - "fabricloader": ">=0.4.0", + "fabricloader": ">=0.8.3", "fabric": "*" }, "suggests": {