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

shedaniel c0fa90ec71 Straight up remove the check for biomes spawn probability. 5 лет назад
fabric c0fa90ec71 Straight up remove the check for biomes spawn probability. 5 лет назад
forge c0fa90ec71 Straight up remove the check for biomes spawn probability. 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 c0fa90ec71 Straight up remove the check for biomes spawn probability. 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/.