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