]> git.lizzy.rs Git - LightOverlay.git/blob - README.md
Use archiveClassifier instead of classifier
[LightOverlay.git] / README.md
1 # LightOverlay
2
3 Fabric and Forge are split into modules, and we merge it afterwards
4
5 # Running
6 Fabric: `gradlew :fabric:runClient`<br>
7 Forge: `gradlew :forge:runClient`
8
9 Or use the run configs if you are using IntelliJ IDEA.
10
11 # Compiling
12 Run `gradlew build`, and the merged jar will be in `fabric|forge/build/libs/`.