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

Ian Howell 201bf3c748 Fix an issue where crosses appear in mushroom biomes (#56) 5 years ago
fabric 201bf3c748 Fix an issue where crosses appear in mushroom biomes (#56) 5 years ago
forge 201bf3c748 Fix an issue where crosses appear in mushroom biomes (#56) 5 years ago
gradle 355b4fb802 New module system 5 years ago
.gitignore ba6ef2353c 4.7.0 5 years ago
LICENSE 713b7d623e Create LICENSE 6 years ago
README.md 355b4fb802 New module system 5 years ago
build.gradle ac2060543c 1.16.2 Forge + frustum calculations 5 years ago
gradle.properties ac2060543c 1.16.2 Forge + frustum calculations 5 years ago
gradlew f9310b7bce Done! 6 years ago
gradlew.bat f9310b7bce Done! 6 years ago
merging.policy 355b4fb802 New module system 5 years ago
settings.gradle ac2060543c 1.16.2 Forge + frustum calculations 5 years ago

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