not compatible with 1.16

This commit is contained in:
creeper123123321 2020-04-14 11:27:51 -03:00
parent 85324053dd
commit 356a75f8a8
2 changed files with 4 additions and 3 deletions

View File

@ -9,11 +9,11 @@ plugins {
group = "com.github.creeper123123321.viafabric"
val gitVersion: groovy.lang.Closure<Any> by extra
version = "0.2.0-SNAPSHOT+" + try {
version = "0.2.1-SNAPSHOT+" + try {
gitVersion()
} catch (e: Exception) {
"unknown"
}
} + "+1.14-1.15"
extra.set("archivesBaseName", "ViaFabric")
description = "Client-side and server-side ViaVersion implementation for Fabric"

View File

@ -27,7 +27,8 @@
"fabric-textures-v0": "*",
"fabric-resource-loader-v0": "*",
"fabric-commands-v0": "*",
"viaversion": ">=3.0.0-SNAPSHOT"
"viaversion": ">=3.0.0-SNAPSHOT",
"minecraft": "<1.16"
},
"recommends": {
"cotton-client-commands": "*"