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}"