From d4f38b2ebeffd89321d20877cfd0a59f6df60909 Mon Sep 17 00:00:00 2001 From: Szum123321 <38787606+Szum123321@users.noreply.github.com> Date: Fri, 8 May 2020 21:43:37 +0200 Subject: [PATCH] loom update --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e9026d1..5295d1b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.2.6-SNAPSHOT' + id 'fabric-loom' version '0.2.7-SNAPSHOT' id 'maven-publish' } @@ -18,7 +18,6 @@ repositories{ maven { url 'https://jitpack.io' } } - dependencies { //to change the versions see the gradle.properties file minecraft "com.mojang:minecraft:${project.minecraft_version}"