From 3f75d71e4dc86059c1fc08ba63888f217a0268b7 Mon Sep 17 00:00:00 2001 From: creeper123123321 Date: Fri, 19 Apr 2019 09:43:39 -0300 Subject: [PATCH] 1.14 Pre-Release 5 --- build.gradle.kts | 8 ++++---- src/main/resources/assets/viafabric/lang/en_us.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index a4a1c5c..8a1d45e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -40,8 +40,8 @@ tasks.named("processResources") { dependencies { // transitive = false, viabackwards-core because Guava is conflicting on runClient - compile("us.myles:viaversion:2.0.0-1.14-pre4") { isTransitive = false } - include("us.myles:viaversion:2.0.0-1.14-pre4") + compile("us.myles:viaversion:2.0.0-1.14-pre5") { isTransitive = false } + include("us.myles:viaversion:2.0.0-1.14-pre5") compile("de.gerrygames:viarewind-core:1.4.0") { isTransitive = false } include("de.gerrygames:viarewind-core:1.4.0") compile("nl.matsv:viabackwards-core:3.0.0-19w11b") { isTransitive = false } // todo update @@ -49,8 +49,8 @@ dependencies { compileOnly("com.google.code.findbugs:jsr305:3.0.2") - minecraft("com.mojang:minecraft:1.14 Pre-Release 4") - mappings("net.fabricmc:yarn:1.14 Pre-Release 4+build.2") + minecraft("com.mojang:minecraft:1.14 Pre-Release 5") + mappings("net.fabricmc:yarn:1.14 Pre-Release 5+build.2") modCompile("net.fabricmc:fabric-loader:0.4.1+build.126") modCompile("net.fabricmc:fabric:0.2.7+build.123") diff --git a/src/main/resources/assets/viafabric/lang/en_us.json b/src/main/resources/assets/viafabric/lang/en_us.json index d0fcc86..1a5c126 100644 --- a/src/main/resources/assets/viafabric/lang/en_us.json +++ b/src/main/resources/assets/viafabric/lang/en_us.json @@ -1,5 +1,5 @@ { - "gui.protocol_version.name": "Protocol Version", + "gui.protocol_version_field.name": "Protocol Version", "gui.enable_client_side_button": "Enable ViaVersion", "gui.enable_client_side.question": "Are you sure you want to enable client-side mode?", "gui.enable_client_side.warning": "I can not guarantee that this mod is allowed on every (or even any) server. This mod may cause problems with anti-cheat plugins. USE AT OWN RISK.",