From 3d7258119494c4617e4400681eb8c76e42dca049 Mon Sep 17 00:00:00 2001 From: creeper123123321 Date: Fri, 17 May 2019 22:02:23 -0300 Subject: [PATCH] update to 1.14.2 Pre-Release 2, fabric-api 0.3.0-pre --- build.gradle.kts | 10 +++++----- src/main/resources/fabric.mod.json | 4 +++- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d4ddc8c..4a38092 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,8 +46,8 @@ tasks.named("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") diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 6e08c46..b9252d1 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -25,7 +25,9 @@ }, "requires": { "fabricloader": ">=0.4.0", - "fabric": "*" + "fabric-textures-v0": "*", + "fabric-resource-loader-v0": "*", + "fabric-commands-v0": "*" }, "recommended": { "cotton-client-commands": "*"