1.14 Pre-Release 5

This commit is contained in:
creeper123123321 2019-04-19 09:43:39 -03:00
parent 27bb50be9d
commit 3f75d71e4d
No known key found for this signature in database
GPG Key ID: 0AC57D54786721D1
2 changed files with 5 additions and 5 deletions

View File

@ -40,8 +40,8 @@ tasks.named<ProcessResources>("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")

View File

@ -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.",