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

shedaniel 7009d0fa5b Update mod metadata 5 년 전
fabric 7009d0fa5b Update mod metadata 5 년 전
forge 7009d0fa5b Update mod metadata 5 년 전
gradle 355b4fb802 New module system 5 년 전
.gitignore ba6ef2353c 4.7.0 5 년 전
LICENSE 713b7d623e Create LICENSE 6 년 전
README.md 355b4fb802 New module system 5 년 전
build.gradle ac2060543c 1.16.2 Forge + frustum calculations 5 년 전
gradle.properties 7009d0fa5b Update mod metadata 5 년 전
gradlew f9310b7bce Done! 6 년 전
gradlew.bat f9310b7bce Done! 6 년 전
merging.policy 355b4fb802 New module system 5 년 전
settings.gradle ac2060543c 1.16.2 Forge + frustum calculations 5 년 전

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