unsuccessful fix

pull/5/head
valoeghese 4 years ago
parent 6ea3e08f89
commit b6793e5f54

@ -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:
```

@ -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

Loading…
Cancel
Save