forked from sorceress/EasyAuth
Polishing
This commit is contained in:
parent
5e8486bb0e
commit
7edc9c6f64
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
],
|
||||
|
||||
"depends": {
|
||||
"fabricloader": ">=0.4.0",
|
||||
"fabricloader": ">=0.8.3",
|
||||
"fabric": "*"
|
||||
},
|
||||
"suggests": {
|
||||
|
|
Loading…
Reference in New Issue