From fed2aaa37299cf48abdc8435f1c65e75938c5aea Mon Sep 17 00:00:00 2001 From: creeper123123321 Date: Mon, 2 Nov 2020 16:20:52 -0300 Subject: [PATCH] update readme and curseforge mc version --- README.md | 4 ++-- build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 89e3849..46875db 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Note: ViaVersion is designed for Vanilla Minecraft servers. It probably will not | Dependency | Download | | ----------------------------------------- | ------------------------------------------------------------------------------------------ | -| (Bundled 3.1.1 release) ViaVersion 3.0.2+ | https://ci.viaversion.com/job/ViaVersion/ or https://ci.viaversion.com/job/ViaVersion-DEV/ | +| (Bundled 3.2.0 release) ViaVersion 3.2.0+ | https://ci.viaversion.com/job/ViaVersion/ or https://ci.viaversion.com/job/ViaVersion-DEV/ | | (Bundled) Cotton Client Commands | https://www.curseforge.com/minecraft/mc-mods/cotton-client-commands | | (Optional) Fabric Command API v1/v0 | https://www.curseforge.com/minecraft/mc-mods/fabric-api | | Fabric Resource Loader v0 | https://www.curseforge.com/minecraft/mc-mods/fabric-api | @@ -28,7 +28,7 @@ Note: ViaVersion is designed for Vanilla Minecraft servers. It probably will not | Dependency | Download | | ----------------------------------------- | ------------------------------------------------------------------------------------------ | -| (Bundled 3.1.1 release) ViaVersion 3.0.2+ | https://ci.viaversion.com/job/ViaVersion/ or https://ci.viaversion.com/job/ViaVersion-DEV/ | +| (Bundled 3.2.0 release) ViaVersion 3.2.0+ | https://ci.viaversion.com/job/ViaVersion/ or https://ci.viaversion.com/job/ViaVersion-DEV/ | | (Optional) Fabric Commands v0 | https://www.curseforge.com/minecraft/mc-mods/legacy-fabric-api | | Fabric Resource Loader v0 | https://www.curseforge.com/minecraft/mc-mods/legacy-fabric-api | diff --git a/build.gradle.kts b/build.gradle.kts index ea37a6a..88e1e4a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -108,11 +108,11 @@ curseforge { addGameVersion("1.15.2") } "mc-1.16" -> { - addGameVersion("1.16-Snapshot") addGameVersion("1.16") addGameVersion("1.16.1") addGameVersion("1.16.2") addGameVersion("1.16.3") + addGameVersion("1.16.4") } } addGameVersion("Fabric")