From b6793e5f54c732eede2f096ac03a681342e615c7 Mon Sep 17 00:00:00 2001 From: valoeghese Date: Mon, 4 May 2020 10:30:14 +1200 Subject: [PATCH] unsuccessful fix --- README.md | 6 ++++++ build.gradle | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0785332..aa09520 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ The (unofficial) [Fabric](https://fabricmc.net/) home for 1.2.5 and Beta 1.7.3 - ./gradlew eclipse ``` +NOTE: if you want sources (recommended), instead run + +``` +./gradlew rebuildLVT genSources eclipse +``` + Once your mod is complete and ready for use it can be compiled and reobfuscated with: ``` diff --git a/build.gradle b/build.gradle index 502eace..ff43f1f 100644 --- a/build.gradle +++ b/build.gradle @@ -11,13 +11,12 @@ buildscript { } } dependencies { - classpath 'com.github.Chocohead:Fabric-Loom:173cd0e' + classpath 'com.github.Chocohead:Fabric-Loom:6ebda4d' } } apply plugin: "fabric-loom" - sourceCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_1_8