mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-08 09:40:07 +01:00
1.14 Pre-Release 3
This commit is contained in:
parent
2c9fdf2e40
commit
8df5f0bbb3
@ -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-pre2") { isTransitive = false }
|
||||
include("us.myles:viaversion:2.0.0-1.14-pre2")
|
||||
compile("us.myles:viaversion:2.0.0-1.14-pre3") { isTransitive = false }
|
||||
include("us.myles:viaversion:2.0.0-1.14-pre3")
|
||||
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,12 +49,12 @@ dependencies {
|
||||
|
||||
compileOnly("com.google.code.findbugs:jsr305:3.0.2")
|
||||
|
||||
minecraft("com.mojang:minecraft:1.14 Pre-Release 2")
|
||||
mappings("net.fabricmc:yarn:1.14 Pre-Release 2+build.1")
|
||||
minecraft("com.mojang:minecraft:1.14 Pre-Release 3")
|
||||
mappings("net.fabricmc:yarn:1.14 Pre-Release 3+build.1")
|
||||
modCompile("net.fabricmc:fabric-loader:0.4.1+build.125")
|
||||
|
||||
modCompile("net.fabricmc:fabric:0.2.7+build.122")
|
||||
include("net.fabricmc:fabric:0.2.7+build.122")
|
||||
modCompile("net.fabricmc:fabric:0.2.7+build.123")
|
||||
include("net.fabricmc:fabric:0.2.7+build.123")
|
||||
}
|
||||
|
||||
minecraft {
|
||||
|
Loading…
Reference in New Issue
Block a user