Polishing
This commit is contained in:
parent
5e8486bb0e
commit
7edc9c6f64
|
@ -1,8 +1,10 @@
|
|||
# Simple Authentication Mod
|
||||
|
||||

|
||||
[](https://www.curseforge.com/minecraft/mc-mods/simpleauth)
|
||||

|
||||

|
||||

|
||||

|
||||
[](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