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

shedaniel 7ed6149f05 1.16 5 anni fa
fabric 7ed6149f05 1.16 5 anni fa
forge 7ed6149f05 1.16 5 anni fa
gradle 355b4fb802 New module system 5 anni fa
.gitignore ba6ef2353c 4.7.0 5 anni fa
LICENSE 713b7d623e Create LICENSE 6 anni fa
README.md 355b4fb802 New module system 5 anni fa
build.gradle 355b4fb802 New module system 5 anni fa
gradle.properties 7ed6149f05 1.16 5 anni fa
gradlew f9310b7bce Done! 6 anni fa
gradlew.bat f9310b7bce Done! 6 anni fa
merging.policy 355b4fb802 New module system 5 anni fa
settings.gradle 355b4fb802 New module system 5 anni fa

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