mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-08 09:40:07 +01:00
1.14 Pre-Release 5
This commit is contained in:
parent
27bb50be9d
commit
3f75d71e4d
@ -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")
|
||||
|
@ -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.",
|
||||
|
Loading…
Reference in New Issue
Block a user