To provide users with NEI-like light overlay for Minecraft 1.14 .

shedaniel b48c600143 Fx #72 hace 4 años
common d9d31380a5 Migrate to architectury fully hace 4 años
fabric b48c600143 Fx #72 hace 4 años
forge d9d31380a5 Migrate to architectury fully hace 4 años
gradle 355b4fb802 New module system hace 5 años
.gitignore 32288c2789 Multi-loader common module build hace 5 años
LICENSE 713b7d623e Create LICENSE hace 6 años
README.md 355b4fb802 New module system hace 5 años
build.gradle d9d31380a5 Migrate to architectury fully hace 4 años
gradle.properties b48c600143 Fx #72 hace 4 años
gradlew f9310b7bce Done! hace 6 años
gradlew.bat f9310b7bce Done! hace 6 años
merging.policy d9d31380a5 Migrate to architectury fully hace 4 años
settings.gradle d9d31380a5 Migrate to architectury fully hace 4 años

README.md

LightOverlay

Fabric and Forge are split into modules, and we merge it afterwards

Running

Fabric: gradlew :fabric:runClient
Forge: gradlew :forge:runClient

Or use the run configs if you are using IntelliJ IDEA.

Compiling

Run gradlew buildMerged, and the merged jar will be in build/libs/.