mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2025-02-01 23:01:23 +01:00
update to 1.14.2 Pre-Release 2, fabric-api 0.3.0-pre
This commit is contained in:
parent
c92554933e
commit
3d72581194
@ -46,8 +46,8 @@ tasks.named<ProcessResources>("processResources") {
|
||||
|
||||
dependencies {
|
||||
// transitive = false because Guava is conflicting on runClient
|
||||
compile("us.myles:viaversion:2.1.1-1.14.2-pre1") { isTransitive = false }
|
||||
include("us.myles:viaversion:2.1.1-1.14.2-pre1")
|
||||
compile("us.myles:viaversion:2.1.1-1.14.2-pre2") { isTransitive = false }
|
||||
include("us.myles:viaversion:2.1.1-1.14.2-pre2")
|
||||
compile("de.gerrygames:viarewind-all:1.4.0") { isTransitive = false }
|
||||
include("de.gerrygames:viarewind-all:1.4.0")
|
||||
compile("nl.matsv:viabackwards-all:3.0.0-SNAPSHOT") { isTransitive = false }
|
||||
@ -55,11 +55,11 @@ dependencies {
|
||||
|
||||
compileOnly("com.google.code.findbugs:jsr305:3.0.2")
|
||||
|
||||
minecraft("com.mojang:minecraft:1.14.2 Pre-Release 1")
|
||||
mappings("net.fabricmc:yarn:1.14.2 Pre-Release 1+build.1")
|
||||
minecraft("com.mojang:minecraft:1.14.2 Pre-Release 2")
|
||||
mappings("net.fabricmc:yarn:1.14.2 Pre-Release 2+build.2")
|
||||
modCompile("net.fabricmc:fabric-loader:0.4.7+build.147")
|
||||
|
||||
modCompile("net.fabricmc:fabric:0.2.7+build.127")
|
||||
modCompile("net.fabricmc.fabric-api:fabric-api:0.3.0-pre+build.161")
|
||||
|
||||
modCompile("io.github.cottonmc:cotton-client-commands:0.3.1+1.14-SNAPSHOT")
|
||||
include("io.github.cottonmc:cotton-client-commands:0.3.1+1.14-SNAPSHOT")
|
||||
|
@ -25,7 +25,9 @@
|
||||
},
|
||||
"requires": {
|
||||
"fabricloader": ">=0.4.0",
|
||||
"fabric": "*"
|
||||
"fabric-textures-v0": "*",
|
||||
"fabric-resource-loader-v0": "*",
|
||||
"fabric-commands-v0": "*"
|
||||
},
|
||||
"recommended": {
|
||||
"cotton-client-commands": "*"
|
||||
|
Loading…
Reference in New Issue
Block a user