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

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

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