update to 1.14.2 Pre-Release 2, fabric-api 0.3.0-pre

This commit is contained in:
creeper123123321 2019-05-17 22:02:23 -03:00
parent c92554933e
commit 3d72581194
No known key found for this signature in database
GPG Key ID: 0AC57D54786721D1
2 changed files with 8 additions and 6 deletions

View File

@ -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")

View File

@ -25,7 +25,9 @@
},
"requires": {
"fabricloader": ">=0.4.0",
"fabric": "*"
"fabric-textures-v0": "*",
"fabric-resource-loader-v0": "*",
"fabric-commands-v0": "*"
},
"recommended": {
"cotton-client-commands": "*"