added 1.16.1 support by changing some code (still works for 1.16.2)

fixed timer resetting so reconnecting can be canceled and works multiple times
fixed typo in .gitignore
added icon
This commit is contained in:
Bstn1802
2020-09-07 16:27:09 +02:00
parent 04ab738b77
commit 3188a3bc0c
7 changed files with 19 additions and 16 deletions

View File

@ -11,12 +11,12 @@ version = project.mod_version
group = project.maven_group
dependencies {
minecraft "com.mojang:minecraft:1.16.2"
mappings "net.fabricmc:yarn:1.16.2+build.43:v2"
modImplementation "net.fabricmc:fabric-loader:0.9.2+build.206"
minecraft "com.mojang:minecraft:1.16.1"
mappings "net.fabricmc:yarn:1.16.1+build.21:v2"
modImplementation "net.fabricmc:fabric-loader:0.9.3+build.207"
//Fabric api
modImplementation "net.fabricmc.fabric-api:fabric-api:0.19.0+build.398-1.16"
modImplementation "net.fabricmc.fabric-api:fabric-api:0.18.0+build.387-1.16.1"
}
processResources {