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:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user