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

shedaniel 4b1456909e Migrate to using the architect plugin 5 år sedan
common 6edae7db38 Move some code in the common module to the plugin 5 år sedan
fabric 32288c2789 Multi-loader common module build 5 år sedan
forge 4b1456909e Migrate to using the architect plugin 5 år sedan
gradle 355b4fb802 New module system 5 år sedan
.gitignore 32288c2789 Multi-loader common module build 5 år sedan
LICENSE 713b7d623e Create LICENSE 6 år sedan
README.md 355b4fb802 New module system 5 år sedan
build.gradle 4b1456909e Migrate to using the architect plugin 5 år sedan
gradle.properties 32288c2789 Multi-loader common module build 5 år sedan
gradlew f9310b7bce Done! 6 år sedan
gradlew.bat f9310b7bce Done! 6 år sedan
merging.policy 355b4fb802 New module system 5 år sedan
settings.gradle 4b1456909e Migrate to using the architect plugin 5 år sedan

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/.