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