Update to support 1.20(.1) (#228)

* 1.20

* Add 1.20 as an option

* Increment Version numbers

* 1.20 and 1.20.1 are compatible with each other
This commit is contained in:
RoblKyogre 2023-06-17 13:32:42 -07:00 committed by GitHub
parent b1b0bbd5d2
commit f9db7953c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

@ -60,14 +60,14 @@ dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation(kotlin("reflect"))
val vvVer = "4.7.0-1.20-pre6-SNAPSHOT"
val vbVer = "4.7.0-1.20-pre5-SNAPSHOT"
val vrVer = "5f7fdc5"
val vvVer = "4.7.1-SNAPSHOT"
val vbVer = "4.7.1-SNAPSHOT"
val vrVer = "4937bab"
implementation("com.viaversion:viaversion:$vvVer") { isTransitive = false }
implementation("com.viaversion:viabackwards:$vbVer") { isTransitive = false }
implementation("com.github.ViaVersion.ViaRewind:viarewind-all:$vrVer") { isTransitive = false }
implementation("net.raphimc:ViaAprilFools:2.0.7-SNAPSHOT")
implementation("net.raphimc:ViaLegacy:2.2.17-SNAPSHOT")
implementation("net.raphimc:ViaAprilFools:2.0.8-SNAPSHOT")
implementation("net.raphimc:ViaLegacy:2.2.18-SNAPSHOT")
val nettyVer = "4.1.91.Final"
implementation("io.netty:netty-handler-proxy:$nettyVer")

View File

@ -125,6 +125,7 @@ frame-src 'self' https://login.microsoftonline.com/ https://login.live.com/"
</div>
<datalist id="backend_version_list">
<option>AUTO</option>
<option value="1.20.1">1.20(.1)</option>
<option>1.19.4</option>
<option>1.19.3</option>
<option value="1.19.2">1.19.1/2</option>