From 8c094e57c04d92035b5f1ba7f90612fd3adf0c49 Mon Sep 17 00:00:00 2001 From: matjojo Date: Mon, 13 May 2019 22:46:02 +0200 Subject: [PATCH] Updates to fabric 0.3.0 --- build.gradle | 9 +++------ gradle.properties | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index f7c0c66..bf39906 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.2.2-SNAPSHOT' + id 'fabric-loom' version '0.2.3-SNAPSHOT' id 'maven-publish' } @@ -19,11 +19,8 @@ dependencies { mappings "net.fabricmc:yarn:${project.yarn_mappings}" modCompile "net.fabricmc:fabric-loader:${project.loader_version}" - // Fabric API. This is technically optional, but you probably want it anyway. - modCompile "net.fabricmc:fabric:${project.fabric_version}" - - // PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs. - // You may need to force-disable transitiveness on them. + // Fabric API. + modCompile "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" } processResources { diff --git a/gradle.properties b/gradle.properties index 2e23de8..181f5d8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,4 +12,4 @@ maven_group = com.matjojo archives_base_name = desire-paths # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric -fabric_version=0.2.7+build.127 +fabric_version=0.3.0-pre+build.156