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

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

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