forked from sorceress/EasyAuth
Polishing
This commit is contained in:
parent
5e8486bb0e
commit
7edc9c6f64
|
@ -1,8 +1,10 @@
|
||||||
# Simple Authentication Mod
|
# Simple Authentication Mod
|
||||||
|
|
||||||
![License](https://img.shields.io/badge/License-MIT-brightgreen)
|
![License](https://img.shields.io/github/license/samolego/simpleauth.svg)
|
||||||
[![Curseforge downloads](http://cf.way2muchnoise.eu/full_simpleauth_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/simpleauth)
|
|
||||||
![Gradle Build](https://github.com/samolego/SimpleAuth/workflows/Gradle%20Build/badge.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.
|
Requires Fabric API.
|
||||||
|
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
org.gradle.jvmargs=-Xmx1G
|
org.gradle.jvmargs=-Xmx1G
|
||||||
|
|
||||||
# Fabric properties
|
# Fabric properties
|
||||||
minecraft_version=20w20a
|
minecraft_version=20w20b
|
||||||
yarn_mappings=20w20a+build.1
|
yarn_mappings=20w20b+build.1
|
||||||
loader_version=0.8.2+build.194
|
loader_version=0.8.3+build.196
|
||||||
|
|
||||||
#Fabric api
|
#Fabric api
|
||||||
fabric_version=0.10.9+build.346-1.16
|
fabric_version=0.10.9+build.346-1.16
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
],
|
],
|
||||||
|
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.4.0",
|
"fabricloader": ">=0.8.3",
|
||||||
"fabric": "*"
|
"fabric": "*"
|
||||||
},
|
},
|
||||||
"suggests": {
|
"suggests": {
|
||||||
|
|
Loading…
Reference in New Issue