]> git.lizzy.rs Git - LightOverlay.git/blob - README.md
1.16.2 Forge + frustum calculations
[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 buildMerged`, and the merged jar will be in `build/libs/`.